POST api/roller/sortorder
Request Information
URI Parameters
None.
Body Parameters
Collection of RollOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Sortorder | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": "3ce64939-2a1c-4a17-a01d-82bf9a142766",
"sortorder": 2
},
{
"id": "3ce64939-2a1c-4a17-a01d-82bf9a142766",
"sortorder": 2
}
]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.