POST api/AdminQuest/AdmGetQuestPhoto

AdmGetQuestPhoto

Request Information

URI Parameters

None.

Body Parameters

GetQuestPhoto
NameDescriptionTypeAdditional information
QuestUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "QuestUUID": "3c7be870-8d18-465c-90b8-de9ef37c7795",
  "UserUUIDCur": "78d73519-327f-4726-ae09-637be0357b10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]