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": "c3089e4a-6fa1-45c8-979c-857b1c9426ec",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]