POST Operator/Edit_Image?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
ImageName | Description | Type | Additional information |
---|---|---|---|
IMAGE_ID | integer |
None. |
|
REQUEST_ID | integer |
None. |
|
REQUEST_LINE_ID | integer |
None. |
|
PRODUCT_ID | integer |
None. |
|
OFFER_ID | integer |
None. |
|
IMAGE_NAME | string |
None. |
|
IMAGE_PATH | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "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" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_ImageName | Description | Type | Additional information |
---|---|---|---|
My_Result | Image |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "My_Result": { "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" }