POST api/AppProduct/AppGetProductPhoto

AppGetProductPhoto

Request Information

URI Parameters

None.

Body Parameters

AppGetProductPhoto
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "3697f974-3c0f-4b0f-b464-54b27cf61fdd"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of AppGetProductPhoto_Response
NameDescriptionTypeAdditional information
PhotoUUID

globally unique identifier

None.

PhotoName

string

None.

PhotoURL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PhotoUUID": "6b914c56-597c-4d84-8e49-4ba267149bb7",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  },
  {
    "PhotoUUID": "6b914c56-597c-4d84-8e49-4ba267149bb7",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  }
]