API Docs / Operations / Client - Billing - Schedule / Create Billing Schedule Item for Client

Create Billing Schedule Item for Client

POST /tenants/{tenant}/clients/{client}/billingschedule/clientbillingscheduleitem

Creates a new Billing Schedule Item for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "description": "string",
  "quantity": 0,
  "unitPrice": 0,
  "billingDate": "2024-01-01"
}

Responses

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