POST api/AdminReminder/AdmGetReminderPhoto

AdmGetReminderPhoto

Request Information

URI Parameters

None.

Body Parameters

GetReminderPhoto
NameDescriptionTypeAdditional information
ReminderUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReminderUUID": "3d9f305c-96e6-4db1-b280-bbd43415db61",
  "UserUUIDCur": "e9320f49-3125-4528-864e-7ec5f554d294"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]