InvoiceWarrantyObject

<-Return to InvoiceWarranty

The InvoiceWarranty Object
 {
  "tripNo": integer,
  "acknowledged": boolean,
  "dateAcknowledged": "YYYY-MM-DDThh:hh:ss.sssZ",
  "commissionCode": "string",
  "branchCode": "string",
  "checkException": boolean,
  "commission": integer,
  "contractNumber": "string",
  "endDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "extWarrantyCode": "string",
  "extWarrantyDesc": "string",
  "invoiceCode": "string",
  "sellingPrice": integer,
  "startDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "tax1": boolean,
  "tax2": boolean,
  "tax3": boolean,
  "unitCost": integer,
  "invoiceWarrantyDetail": [
    {
      "invoiceCode": "string",
      "warrantyDateStamp": "YYYY-MM-DDThh:hh:ss.sssZ",
      "warrantyLineTimeStamp": "string",
      "model": "string",
      "serial": "string",
      "originalSellingPrice": integer,
      "invoiceModelInvoiceCode": "string",
      "invoiceModelDateStamp": "YYYY-MM-DDThh:hh:ss.sssZ",
      "invoiceModelLineTimeStamp": "string"
    }
  ],
  "userCreated": "string",
  "addRelatedLines": {
    "additionalProp1": boolean,
    "additionalProp2": boolean,
    "additionalProp3": boolean
  }
}
<-Return to InvoiceWarranty