POST api/AdminReminder/AdmSaveHour

AdmSaveHour

Request Information

URI Parameters

None.

Body Parameters

AdmSaveHour
NameDescriptionTypeAdditional information
HourID

integer

None.

HourName

string

None.

HourNameShort

string

None.

LanguageID

integer

None.

HourActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "HourID": 1,
  "HourName": "sample string 1",
  "HourNameShort": "sample string 2",
  "LanguageID": 1,
  "HourActive": true,
  "UserUUIDCur": "eea6281a-d705-4386-8783-7d15053342f4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}