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": "d0857be4-607b-437f-a306-3b04ef348369",
  "UserUUIDCur": "cbe09a17-9fa3-400b-8df0-8336daef7e26",
  "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:
[
  {},
  {}
]