API Docs / Schemas / CreateAdHocChargeRequest

CreateAdHocChargeRequest

Request to add a one-off charge to a client's billing schedule. It bills on the given date like
any other scheduled item; VAT follows the client's VAT treatment and the accounting code is the
tenant default, both correctable on the line before it is invoiced.

Properties

Name Type Description
description*string

The invoice line description

The invoice line description

quantitynumber

The quantity (defaults to 1)

The quantity (defaults to 1)

unitPrice*number

The unit price

The unit price

billingDate*string

The date to bill the charge on

The date to bill the charge on

JSON Example

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

Used By Operations