POST api/AdminReminder/AdmGetHour

AdmGetHour

Request Information

URI Parameters

None.

Body Parameters

GetHour
NameDescriptionTypeAdditional 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": "7f1f4c27-ae3b-4a1f-9cb7-d27e14ee456e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]