POST Operator/Get_Image?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Image
NameDescriptionTypeAdditional information
IMAGE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IMAGE_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_Image'.

Response Information

Resource Description

Result_Get_Image
NameDescriptionTypeAdditional 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"
}