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": "7a79f318-1a93-4619-9139-ae4ae99531a7",
  "UserUUIDCur": "6bf7d66f-abdb-492e-8f94-8f8889b36a97",
  "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:
[
  {},
  {}
]