POST api/catReligions
Request Information
URI Parameters
None.
Body Parameters
catReligion| Name | Description | Type | Additional information |
|---|---|---|---|
| idReligion | globally unique identifier |
None. |
|
| codReligion | string |
None. |
|
| nomReligion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idReligion": "a09ca87b-0601-4e85-b44f-d75fe2782696",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
catReligion| Name | Description | Type | Additional information |
|---|---|---|---|
| idReligion | globally unique identifier |
None. |
|
| codReligion | string |
None. |
|
| nomReligion | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idReligion": "9a3f1410-9e69-480a-938f-e9f2c4974fc9",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
}