POST api/AdminReminder/AdmGetReminderAudio

AdmGetReminderAudio

Request Information

URI Parameters

None.

Body Parameters

GetReminderVideo_request
NameDescriptionTypeAdditional information
ReminderUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ReminderUUID": "8987d6d4-eea3-49d4-bec7-cffb571c6488",
  "UserUUIDCur": "d97ea799-9a9c-4098-aeb5-506e37cb6d59",
  "LanguageID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]