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": "d7afd052-4b7a-4326-90e0-efda4ed82850"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]