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": "29c42133-688c-4870-9366-546906f39fb4"
}

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": "d3208544-77d5-45fd-bb6d-64595388cc5e",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  },
  {
    "PhotoUUID": "d3208544-77d5-45fd-bb6d-64595388cc5e",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  }
]