PUT api/dynamicpage/content

Request Information

URI Parameters

None.

Body Parameters

DynamicPageContentItem
NameDescriptionTypeAdditional information
PageElementId

integer

None.

PageId

integer

None.

PlacementId

integer

None.

ContentTypeId

integer

None.

Anchor

string

None.

Content

string

None.

ContentExtra

string

None.

OrderBy

integer

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PageElementId": 1,
  "PageId": 2,
  "PlacementId": 3,
  "ContentTypeId": 4,
  "Anchor": "sample string 5",
  "Content": "sample string 6",
  "ContentExtra": "sample string 7",
  "OrderBy": 8,
  "IsActive": true
}

application/xml, text/xml

Sample:
<DynamicPageContentItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models">
  <Anchor>sample string 5</Anchor>
  <Content>sample string 6</Content>
  <ContentExtra>sample string 7</ContentExtra>
  <ContentTypeId>4</ContentTypeId>
  <IsActive>true</IsActive>
  <OrderBy>8</OrderBy>
  <PageElementId>1</PageElementId>
  <PageId>2</PageId>
  <PlacementId>3</PlacementId>
</DynamicPageContentItem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />