GET api/Mobapi/GetPromotion?LocationID={LocationID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LocationID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PromotionListResponse
NameDescriptionTypeAdditional information
PromotionImageName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PromotionImageName": "sample string 1"
  },
  {
    "PromotionImageName": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPromotionListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity">
  <PromotionListResponse>
    <PromotionImageName>sample string 1</PromotionImageName>
  </PromotionListResponse>
  <PromotionListResponse>
    <PromotionImageName>sample string 1</PromotionImageName>
  </PromotionListResponse>
</ArrayOfPromotionListResponse>