POST api/externalcontentsitetag

Request Information

URI Parameters

None.

Body Parameters

ExternalContentSiteTag
NameDescriptionTypeAdditional information
Id

integer

None.

ExternalContentId

integer

None.

ExternalContentCategoryId

string

None.

ExternalContentTagId

string

None.

TagId

integer

None.

SyncToCms

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ExternalContentId": 2,
  "ExternalContentCategoryId": "sample string 3",
  "ExternalContentTagId": "sample string 4",
  "TagId": 5,
  "SyncToCms": true
}

application/xml, text/xml

Sample:
<ExternalContentSiteTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities">
  <ExternalContentCategoryId>sample string 3</ExternalContentCategoryId>
  <ExternalContentId>2</ExternalContentId>
  <ExternalContentTagId>sample string 4</ExternalContentTagId>
  <Id>1</Id>
  <SyncToCms>true</SyncToCms>
  <TagId>5</TagId>
</ExternalContentSiteTag>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.