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": "dbba2213-d559-405a-9a5d-d7d52675d1dd",
  "UserUUIDCur": "ac6d41eb-ac2b-4c71-9d64-b734164d1240"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]