POST api/AdminProduct/AdmGetProductPhoto

AdmGetProductPhoto

Request Information

URI Parameters

None.

Body Parameters

GetProductPhotos_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "f3b7e46e-72d4-4d24-8ff1-0368f889db2e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]