v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Update Channel Site Map

This API call updates a Site's channel mapping.

put/v1/channelSite

Request body

siteIdinteger required

The Site's ID

channelIdinteger required

The Channel's ID

priorityinteger required

Also known as affinity. This is different from the Priority associated with Channels. See here for info.

Response

200

SiteIdinteger
ChannelIdinteger
{"stackTrail":"paths:/v1/channelSite:put:responses:200:content:application/json:schema:properties:FixedPaymentAmount","oasType":"schema","type":"unknown"}
Priorityinteger

Example response

{
  "SiteId": 12345,
  "ChannelId": 67890,
  "Priority": 10
}