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": "bf71d3c8-a939-44b8-8a20-55662b432deb",
"UserUUIDCur": "56e77fc9-ad67-4511-a4d5-ccb8b327f65a",
"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:
[
{},
{}
]