API Docs / Schemas / UpdateClientBillingLineItemRequest

UpdateClientBillingLineItemRequest

Request to update a billing line item

Properties

Name Type Description
description*string

The invoice line description

The invoice line description

quantitynumber

The quantity

The quantity

unitPricenumber

The unit price

The unit price

vatRateenum

Standard Reduced Zero Exempt OutOfScope

Standard Reduced Zero Exempt OutOfScope

accountingCodestring

The accounting/nominal code (optional)

The accounting/nominal code (optional)

periodStartstring

Start of the service period covered (optional)

Start of the service period covered (optional)

periodEndstring

End of the service period covered (optional)

End of the service period covered (optional)

billingDatestring

Target invoice date

Target invoice date

JSON Example

{
  "description": "string",
  "quantity": 0,
  "unitPrice": 0,
  "vatRate": "Standard",
  "accountingCode": "string"
}

Used By Operations