POST api/Statistical/SaveSortOrder

Request Information

URI Parameters

None.

Body Parameters

Collection of SortOrder
Name Description Type Additional information
ServiceProviderId

integer

None.

Order

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ServiceProviderId": 1,
    "Order": 2
  },
  {
    "ServiceProviderId": 1,
    "Order": 2
  }
]

text/html

Sample:
[{"ServiceProviderId":1,"Order":2},{"ServiceProviderId":1,"Order":2}]

application/xml, text/xml

Sample:
<ArrayOfSortOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAO.Models.Statistical">
  <SortOrder>
    <Order>2</Order>
    <ServiceProviderId>1</ServiceProviderId>
  </SortOrder>
  <SortOrder>
    <Order>2</Order>
    <ServiceProviderId>1</ServiceProviderId>
  </SortOrder>
</ArrayOfSortOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.