API Docs / Operations / Professional Clearance / Reorder Clearance Items

Reorder Clearance Items

PATCH /tenants/{tenant}/professionalclearance/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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "codes": [
    "string"
  ]
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key