POST Admin/Get_Product_Images?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Product_Images| Name | Description | Type | Additional information |
|---|---|---|---|
| PRODUCT_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRODUCT_ID": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Request_Images| Name | Description | Type | Additional 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"
}