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": "2df5e924-63f2-497d-a29b-9b9b778882ee",
"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": "139bf750-6cb3-496b-9f01-e22a0242c4e5",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
}