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": "d953e48e-1ac9-4020-afba-31ac8205ffe8",
"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": "21a7314b-d5f2-414c-b7c4-2436025bfed4",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
}