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": "c4645cd3-92e7-4032-9ab4-bd35e320f140"
}

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": "dea7b8b0-65b0-4bfa-bb28-fd1fd513713d",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  },
  {
    "PhotoUUID": "dea7b8b0-65b0-4bfa-bb28-fd1fd513713d",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  }
]