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": "65c90e3b-967c-45d3-a7b2-a45b13b1eaf4"
}

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": "b20d040e-e95d-407a-859b-143df759b673",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  },
  {
    "PhotoUUID": "b20d040e-e95d-407a-859b-143df759b673",
    "PhotoName": "sample string 1",
    "PhotoURL": "sample string 2"
  }
]