API Docs / Operations / Client - Billing - Lines / Create Billing Line Item for Client

Create Billing Line Item for Client

POST /tenants/{tenant}/clients/{client}/billinglineitems/clientbillinglineitem

Creates a new Billing Line Item for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "clientBillableServiceCode": "string",
  "description": "string",
  "quantity": 0,
  "unitPrice": 0,
  "vatRate": "Standard",
  "billingDate": "2024-01-01T00:00:00Z"
}

Responses

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