GET api/v1/Census/getpartofdaytemplates
Get all Part Of Day Templates. This is an asynchronous service.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PartOfDayReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PartOfDayId | integer |
None. |
|
| PartOfDayName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PartOfDayId": 1,
"PartOfDayName": "sample string 2"
},
{
"PartOfDayId": 1,
"PartOfDayName": "sample string 2"
}
]