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": "112a08e0-7f58-44f4-af8e-3399560f9f93",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]