POST api/AdminReminder/AdmGetReminderNotiff

AdmGetReminderNotiff

Request Information

URI Parameters

None.

Body Parameters

GetReminderNotiff
NameDescriptionTypeAdditional information
ReminderUUID

globally unique identifier

None.

NotiffUUID

globally unique identifier

None.

ReminderActive

boolean

None.

ReminderNotiffActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReminderUUID": "a624dcab-bc4b-4d09-b58c-95926dd10624",
  "NotiffUUID": "7980e0aa-1a49-47d4-b00c-c615cf69a561",
  "ReminderActive": true,
  "ReminderNotiffActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "56a2abd5-7ecd-4d4c-9101-4433d5f63d79"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]