v1

latestOpenAPI 3.0.32026-07-1791412.8 KB
Contractors

Update contractor status

Updates contractor status (ACTIVE/INACTIVE).

patch/contractors/{id}

Path parameters

idinteger required

Contractor ID (party_id)

Request body

status'ACTIVE' | 'INACTIVE' required

Response

Status updated successfully

messagestring

Example response

{
  "message": "Contractor 123 status updated successfully to ACTIVE"
}