Paid Service Invoice

Represents an invoice for paid service work performed on a vehicle. Contains the invoice metadata and a collection of line items detailing the services performed.

Property Summary
InvoiceDate
DateTime
The date of the service invoice.
StartDate
DateTime
The date the service was started.
InvoiceNumber
long
The invoice number for this paid service.
IsDeleted
bool
Indicates whether this invoice has been deleted.
VIN
string
The Vehicle Identification Number (VIN) this invoice is for.
Lines
IEnumerable<PaidServiceInvoiceLineModel>
The line items on this invoice, each representing a service performed.
BrandHashID
string
The Brand Hash ID from the Identity System.
CompanyHashID
string
The Company Hash ID from the Identity System.
BranchHashID
string
The Branch Hash ID from the Identity System.
IntegrationID
string
An external identifier used for system-to-system integration.