POST api/MegaSale/CheckDisplayImagePromo?plu={plu}

Documentation for 'CheckDisplayImagePromo'.

Request Information

Parameters

NameDescriptionAdditional information
plu
Documentation for 'plu'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ResultDesc": "sample string 1",
    "PLU": "sample string 2",
    "IsDisplayImage": true
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRessPromoDisplayImage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <RessPromoDisplayImage>
    <ResultDesc>sample string 1</ResultDesc>
    <PLU>sample string 2</PLU>
    <IsDisplayImage>true</IsDisplayImage>
  </RessPromoDisplayImage>
  <RessPromoDisplayImage>
    <ResultDesc>sample string 1</ResultDesc>
    <PLU>sample string 2</PLU>
    <IsDisplayImage>true</IsDisplayImage>
  </RessPromoDisplayImage>
  <RessPromoDisplayImage>
    <ResultDesc>sample string 1</ResultDesc>
    <PLU>sample string 2</PLU>
    <IsDisplayImage>true</IsDisplayImage>
  </RessPromoDisplayImage>
</ArrayOfRessPromoDisplayImage>