InvoiceLaborObject

<-Return to InvoiceLabor

The InvoiceLabor Object
 {
  "tripNo": integer,
  "timeIn": "string",
  "timeInAM": "string",
  "timeOut": "string",
  "timeOutAM": "string",
  "jobStatus": "string",
  "technicianInvoiceNumber": "string",
  "technicianBillingNumber": "string",
  "branchCode": "string",
  "flatRate": boolean,
  "hdthsMin": "string",
  "invoiceCode": "string",
  "laborRateCode": "string",
  "nardaCode": "string",
  "rate": integer,
  "serviceDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "tax2": boolean,
  "tax3": boolean,
  "technicianCode": "string",
  "technicianDesc": "string",
  "timeCharged": integer,
  "timeRate": "string",
  "tripCharge": boolean,
  "tripChargeAmt": integer,
  "tripChargeTime": integer,
  "userCreated": "string",
  "addRelatedLines": {
    "additionalProp1": boolean,
    "additionalProp2": boolean,
    "additionalProp3": boolean
  }
<-Return to InvoiceLabor