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": "9aba0610-9a2d-44ce-856a-9d7e1f641fd3",
"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": "f006d510-a37d-4da2-b359-3e14e9948abe",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
}