InvoiceItemObject

<-Return to InvoiceItem

The InvoiceItem Object
 {
  "tripNo": integer,
  "installed": boolean,
  "reference": "string",
  "branchCode": "string",
  "failureCode": "string",
  "invoiceCode": "string",
  "itemCode": "string",
  "locationCode": "string",
  "qtyOrdered": integer,
  "sellingPrice": integer,
  "supplierCode": "string",
  "supplierInvoice": "string",
  "supplierInvoiceDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "taken": boolean,
  "takenDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "tax2": boolean,
  "tax3": boolean,
  "userCreated": "string",
  "addRelatedLines": {
    "additionalProp1": boolean,
    "additionalProp2": boolean,
    "additionalProp3": boolean,
  }
<-Return to InvoiceItem