POST api/AdminReminder/AdmGetReminderTask

AdmGetReminderTask

Request Information

URI Parameters

None.

Body Parameters

_AdmGetReminderTask
NameDescriptionTypeAdditional information
TaskUUID

globally unique identifier

None.

ReminderUUID

globally unique identifier

None.

ReminderActive

boolean

None.

TaskActive

boolean

None.

Priority

integer

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskUUID": "b21c45da-cc2e-4177-ac56-5a767bff807a",
  "ReminderUUID": "0c7dfc39-7e2a-4360-8e36-5ab1f4c450e2",
  "ReminderActive": true,
  "TaskActive": true,
  "Priority": 1,
  "LanguageID": 1,
  "UserUUIDCur": "fd4ddf50-1ff9-4aeb-bd39-e885c9acade0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]