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": "c1feb733-5a09-4d80-a6b7-d9560230c94c",
  "UserUUIDCur": "cb7bc9c9-d66f-4624-9140-1e12856485bb",
  "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:
[
  {},
  {}
]