POST api/AdminReminder/AdmGetTasK

AdmGetTasK

Request Information

URI Parameters

None.

Body Parameters

AdmGetTask_request
NameDescriptionTypeAdditional information
TaskUUID

globally unique identifier

None.

TaskActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "TaskUUID": "f1baecab-833c-4725-af87-2a949c6f8180",
  "TaskActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "16799078-7ed1-426d-969b-220a30a3da8b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]