POST api/AdminReminder/AdmSaveReminderTask

AdmSaveReminderTask

Request Information

URI Parameters

None.

Body Parameters

_AdmSaveReminderTask
NameDescriptionTypeAdditional information
ReminderUUID

globally unique identifier

None.

TaskUUID

globally unique identifier

None.

GiftPackUUID

globally unique identifier

None.

TaskReminderUUID

globally unique identifier

None.

Priority

integer

None.

ReminderTaskActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReminderUUID": "11a654fa-9279-48e2-8130-5f8ef867ddcd",
  "TaskUUID": "16c4b1f6-3adb-40b6-a8fc-ef3ca88dfbdf",
  "GiftPackUUID": "8386d16a-5d6a-4b51-96db-5fbd500f91c2",
  "TaskReminderUUID": "60cf9f11-525d-498d-8b4c-2fdcb8d0ae4c",
  "Priority": 1,
  "ReminderTaskActive": true,
  "UserUUIDCur": "81c9db29-db46-40a0-b685-4db99738b923"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}