PUT api/contentpageflexlayout

Request Information

URI Parameters

None.

Body Parameters

Collection of ContentPageFlexLayout
NameDescriptionTypeAdditional information
FlexLayoutId

integer

None.

CallLetters

string

None.

Slugline

string

None.

SiteId

integer

None.

ContentId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "FlexLayoutId": 1,
    "CallLetters": "sample string 1",
    "Slugline": "sample string 2",
    "SiteId": 3,
    "ContentId": 4
  },
  {
    "FlexLayoutId": 1,
    "CallLetters": "sample string 1",
    "Slugline": "sample string 2",
    "SiteId": 3,
    "ContentId": 4
  }
]

application/xml, text/xml

Sample:
<ArrayOfContentPageFlexLayout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMCMSWebApi.Models.Content">
  <ContentPageFlexLayout>
    <CallLetters>sample string 1</CallLetters>
    <ContentId>4</ContentId>
    <SiteId>3</SiteId>
    <Slugline>sample string 2</Slugline>
    <FlexLayoutId>1</FlexLayoutId>
  </ContentPageFlexLayout>
  <ContentPageFlexLayout>
    <CallLetters>sample string 1</CallLetters>
    <ContentId>4</ContentId>
    <SiteId>3</SiteId>
    <Slugline>sample string 2</Slugline>
    <FlexLayoutId>1</FlexLayoutId>
  </ContentPageFlexLayout>
</ArrayOfContentPageFlexLayout>

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.