GET api/Promotion/Latest

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

LatestPromotionResponse
NameDescriptionTypeAdditional information
Id

integer

None.

Title

string

None.

BadgeTitle

string

None.

ProfileImage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "title": "sample string 2",
  "badgeTitle": "sample string 3",
  "profileImage": "sample string 4"
}

text/html

Sample:
{"id":1,"title":"sample string 2","badgeTitle":"sample string 3","profileImage":"sample string 4"}

application/xml, text/xml

Sample:
<PromotionController.LatestPromotionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EB.Api.Controllers">
  <BadgeTitle>sample string 3</BadgeTitle>
  <Id>1</Id>
  <ProfileImage>sample string 4</ProfileImage>
  <Title>sample string 2</Title>
</PromotionController.LatestPromotionResponse>