POST api/ratecards/{id}/reorder?order={order}

Re-orders the rates within a rate card alphabetically by role name (Sort direction: "asc" (default) or "desc").

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the Rate Card.

integer

Required

order

Sort direction: "asc" (default) or "desc".

string

Default value is asc

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK. On failure: HTTP 400 Bad Request or 404 Not Found.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.