POST api/page/sortorder
Request Information
URI Parameters
None.
Body Parameters
Collection of PageSortorderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Sortorder | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": "71cea6e7-679a-4ba3-9509-75681e744975",
"sortorder": 2
},
{
"id": "71cea6e7-679a-4ba3-9509-75681e744975",
"sortorder": 2
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.