POST api/AdminReminder/AdmGetWeekDay

AdmGetWeekDay

Request Information

URI Parameters

None.

Body Parameters

AdmGetWeekDay
NameDescriptionTypeAdditional information
WeekDayID

integer

None.

LanguageID

integer

None.

WeekDayActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "WeekDayID": 1,
  "LanguageID": 1,
  "WeekDayActive": true,
  "UserUUIDCur": "62e33239-e1d8-4ddc-ae66-8c62d91f3ce5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]