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": "a8470184-86c1-4141-9140-3e33e4ccc14e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]