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": "89cc2d5f-3f61-4e1f-aabd-5b063a5b5360",
"Sequence": 1,
"SiteId": "0e7020ef-c323-4f91-a240-c0b6dae72333"
},
{
"PageId": "89cc2d5f-3f61-4e1f-aabd-5b063a5b5360",
"Sequence": 1,
"SiteId": "0e7020ef-c323-4f91-a240-c0b6dae72333"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.