POST api/AdminReminder/AdmSaveReminderTask
AdmSaveReminderTask
Request Information
URI Parameters
None.
Body Parameters
_AdmSaveReminderTask| Name | Description | Type | Additional 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": "c0610af3-3819-4a1a-978b-5649e0839111",
"TaskUUID": "99a84957-9fd4-42a9-b11a-d3336fd02aff",
"GiftPackUUID": "b8f238c7-ff07-4d58-b4b6-3d5c54cf8c93",
"TaskReminderUUID": "5ee6f4a7-292a-45da-a277-f4a7686dd3fe",
"Priority": 1,
"ReminderTaskActive": true,
"UserUUIDCur": "1b2b95d6-567d-4ad1-9c3e-677c77c8f562"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}