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": "e6172b39-4bd3-402b-90db-516df47bd5dc",
"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": "b083d34c-9f88-4418-8992-65368ce2ccd0",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
}