API Docs / Operations / Client Services / Create Client Service for Client

Create Client Service for Client

POST /api/tenants/{tenant}/clients/{client}/services/clientbillableservice

Creates a new Client Service for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "billableServiceCode": "string",
  "billingFrequency": "OneOff",
  "price": 0.01,
  "overridePricing": false,
  "priceAdjustmentPercentage": 0,
  "startDate": "2024-01-01T00:00:00Z",
  "status": "Active"
}

Responses

400 Bad Request
401 Unauthorized - Invalid or missing API key
403 Forbidden
404 Not Found