POST Admin/Get_Product_Images?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Product_Images
NameDescriptionTypeAdditional information
PRODUCT_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PRODUCT_ID": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Get_Product_Images'.

Response Information

Resource Description

Result_Get_Request_Images
NameDescriptionTypeAdditional information
data

Collection of Image

None.

ExceptionMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "IMAGE_ID": 1,
      "REQUEST_ID": 1,
      "REQUEST_LINE_ID": 1,
      "PRODUCT_ID": 1,
      "OFFER_ID": 1,
      "IMAGE_NAME": "sample string 2",
      "IMAGE_PATH": "sample string 3"
    },
    {
      "IMAGE_ID": 1,
      "REQUEST_ID": 1,
      "REQUEST_LINE_ID": 1,
      "PRODUCT_ID": 1,
      "OFFER_ID": 1,
      "IMAGE_NAME": "sample string 2",
      "IMAGE_PATH": "sample string 3"
    }
  ],
  "ExceptionMsg": "sample string 1"
}