POST api/GetReligion_CB
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of spGetReligion_CB_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idReligion | globally unique identifier |
None. |
|
| codReligion | string |
None. |
|
| nomReligion | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idReligion": "d1dbfe7a-2845-4e52-8822-637538307f5a",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]