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": "6f90714f-6e4c-4ccf-9f37-01253c847df3",
  "UserUUIDCur": "6da5d4fc-1119-4392-ac1e-b6f021be94e2",
  "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:
[
  {},
  {}
]