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": "4266d02f-692e-465f-be98-0b82d931790c",
  "UserUUIDCur": "b884e44c-7ea2-4f75-ad69-5ee93833e4b7",
  "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:
[
  {},
  {}
]