API Docs / Operations / Services / Bulk Update Client Services

Bulk Update Client Services

PATCH /tenants/{tenant}/services/{code}/clients/bulk-update

Updates fields across multiple client service assignments. Only provided (non-null) fields are changed.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "assignments": [
    {
      "clientCode": "...",
      "code": "..."
    }
  ],
  "price": 0,
  "overridePricing": false,
  "billingFrequency": "OneOff",
  "autoInvoice": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found