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": "b249e9f5-d7cf-491a-863b-2d962f227227",
  "UserUUIDCur": "09d8bc9d-9585-4cd6-bdc0-04fe3a23a1c1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]