PUT api/v2/frontpagepromostreamer/update

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
promomodel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ShowStreamer": true,
  "ShowBadge": true,
  "BadgeText": "sample string 3",
  "StreamerText": "sample string 4",
  "Link": "sample string 5",
  "Tracking": "sample string 6"
}

application/xml, text/xml

Sample:
<FrontpagePromoStreamerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.V2.Models">
  <BadgeText>sample string 3</BadgeText>
  <Link>sample string 5</Link>
  <ShowBadge>true</ShowBadge>
  <ShowStreamer>true</ShowStreamer>
  <StreamerText>sample string 4</StreamerText>
  <Tracking>sample string 6</Tracking>
</FrontpagePromoStreamerModel>

application/x-www-form-urlencoded

Sample:

Sample not available.