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": "63ca5979-3566-4f9f-9b1f-df3eeecbd3e4",
"Sequence": 1,
"SiteId": "d8c374fb-e9fd-4a5b-8261-3b0d7ab0a5a4"
},
{
"PageId": "63ca5979-3566-4f9f-9b1f-df3eeecbd3e4",
"Sequence": 1,
"SiteId": "d8c374fb-e9fd-4a5b-8261-3b0d7ab0a5a4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.