POST api/GetReligion_x_nom?nom={nom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nom | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetReligion_x_nom_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": "5a3f5869-5ab9-452b-8c2e-c3ae7bd113d7",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]