POST api/webtherapies/setorder/{propertyid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyid | integer |
Required |
Body Parameters
Collection of OrderingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Index | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Index": 2
},
{
"Id": 1,
"Index": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.Web.ItemModels">
<OrderingModel>
<Id>1</Id>
<Index>2</Index>
</OrderingModel>
<OrderingModel>
<Id>1</Id>
<Index>2</Index>
</OrderingModel>
</ArrayOfOrderingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.