POST api/SitePage

Request Information

URI Parameters

None.

Body Parameters

Collection of Pages
NameDescriptionTypeAdditional information
PageId

globally unique identifier

None.

Sequence

integer

None.

SiteId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PageId": "e9440976-eb6e-451d-a6f5-7c5a0362ee8d",
    "Sequence": 1,
    "SiteId": "804e8664-0c62-469f-9bf6-16fd1e153724"
  },
  {
    "PageId": "e9440976-eb6e-451d-a6f5-7c5a0362ee8d",
    "Sequence": 1,
    "SiteId": "804e8664-0c62-469f-9bf6-16fd1e153724"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.