API Docs / Schemas / ClientBillingLineItemDto

ClientBillingLineItemDto

Response DTO for a billable line item

Properties

Name Type Description
codestring

The unique code for this line item

The unique code for this line item

clientCodeAndNameDto
clientBillableServiceCodeAndNameDto
servicePackageCodeAndNameDto
descriptionstring

The invoice line description

The invoice line description

quantitynumber

The quantity

The quantity

unitPricenumber

Snapshot of the effective price at generation

Snapshot of the effective price at generation

vatRateenum

Standard Reduced Zero Exempt OutOfScope

Standard Reduced Zero Exempt OutOfScope

accountingCodestring

The accounting/nominal code

The accounting/nominal code

periodStartstring

Start of the service period covered

Start of the service period covered

periodEndstring

End of the service period covered

End of the service period covered

generatedDatestring

When the line item was generated

When the line item was generated

billingDatestring

Target invoice date

Target invoice date

statusenum

Pending Approved Invoiced Cancelled

Pending Approved Invoiced Cancelled

invoiceSubmissionCodestring

The invoice submission code this was bundled into (null until invoiced)

The invoice submission code this was bundled into (null until invoiced)

createdDatestring

When the line item was created

When the line item was created

updatedDatestring

When the line item was last updated

When the line item was last updated

JSON Example

{
  "code": "string",
  "client": {
    "code": "string",
    "name": "string"
  },
  "clientBillableService": {
    "code": "string",
    "name": "string"
  },
  "servicePackage": {
    "code": "string",
    "name": "string"
  },
  "description": "string"
}

Used By Operations

Contained in Schemas