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": "08b2aa53-ab2d-4a6e-b8a8-490679b7671f",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]