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": "ae397ac6-e072-45f5-9249-6d8621599f9e",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]