POST api/AdminReminder/AdmGetHour
AdmGetHour
Request Information
URI Parameters
None.
Body Parameters
GetHourName | Description | Type | Additional information |
---|---|---|---|
HourID | integer |
None. |
|
HourActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "HourID": 1, "HourActive": true, "LanguageID": 1, "UserUUIDCur": "0e5afb9c-ce7f-444c-be93-275a9d13a8fc" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]