POST api/AdminReminder/AdmGetReminderVideo

AdmGetReminderVideo

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": "943ca6a0-5387-45a6-9de4-8058f529f5e7",
  "UserUUIDCur": "80a893c7-1400-40d2-94c5-1503b84d0edb",
  "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:
[
  {},
  {}
]