POST api/GetReligion_x_cod?cod={cod}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cod | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetReligion_x_cod_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": "37920515-c6d5-42b9-b5c7-e36587956e80",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]