Reorder Clearance Items
Saves the complete new order of the tenant's professional clearance request items in a
single change. Each code's sort order becomes its 0-based position in the list, so the whole
list is renumbered and any gaps left by deleted items are removed. Rejected as a whole when
the list is empty, contains duplicates, or names an item that does not exist.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"codes": [
"string"
]
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key