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": "4dcad681-e205-41a2-a734-380f84abc8a4",
  "UserUUIDCur": "e54d8d2f-1eee-4e6b-84ef-83e88bd19dab"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]