POST services/api/v1/Save_SingleImageFromPromotion

Request Information

URI Parameters

None.

Body Parameters

PromotionSingleImageSave
NameDescriptionTypeAdditional information
Barcode

string

None.

ItemImagePath

string

None.

ItemImageBinary

Collection of byte

None.

ImageWidth

integer

None.

ImageHeight

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "ItemImagePath": "sample string 2",
  "ItemImageBinary": "QEA=",
  "ImageWidth": 3,
  "ImageHeight": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PromotionSingleImageSave
NameDescriptionTypeAdditional information
Barcode

string

None.

ItemImagePath

string

None.

ItemImageBinary

Collection of byte

None.

ImageWidth

integer

None.

ImageHeight

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Barcode": "sample string 1",
  "ItemImagePath": "sample string 2",
  "ItemImageBinary": "QEA=",
  "ImageWidth": 3,
  "ImageHeight": 4
}