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": "39de4b69-b09f-4a3f-b1dc-2b80363f06d8",
"UserUUIDCur": "a5f8abd0-1501-4c6b-a0ba-58d4e6e73339",
"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:
[
{},
{}
]