POST api/SitePage
Request Information
URI Parameters
None.
Body Parameters
Collection of Pages| Name | Description | Type | Additional information |
|---|---|---|---|
| PageId | globally unique identifier |
None. |
|
| Sequence | integer |
None. |
|
| SiteId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"PageId": "5eea9097-eb45-48c8-b5e1-77ca54f33063",
"Sequence": 1,
"SiteId": "bf66e6e0-cd70-4821-8a52-27be9fddc936"
},
{
"PageId": "5eea9097-eb45-48c8-b5e1-77ca54f33063",
"Sequence": 1,
"SiteId": "bf66e6e0-cd70-4821-8a52-27be9fddc936"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.