POST api/GetReligion?RowsPerPage={RowsPerPage}&PageNumber={PageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RowsPerPage | integer |
Required |
|
| PageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetReligion_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": "5d3a356b-25ea-48d0-a684-56c85eea56a2",
"codReligion": "sample string 2",
"nomReligion": "sample string 3"
},
{
"$ref": "2"
}
]