POST api/AdminReminder/AdmGetReminderAudio
AdmGetReminderAudio
Request Information
URI Parameters
None.
Body Parameters
GetReminderVideo_request| Name | Description | Type | Additional information |
|---|---|---|---|
| ReminderUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReminderUUID": "9cfcd5b1-a587-4666-863d-55dffa755e22",
"UserUUIDCur": "6f2bbff2-9714-4f3d-81e2-baff212d25ff",
"LanguageID": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]