InvoiceObject

<- Return to Invoice

The Invoice Object
 {
  "scheduleDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "userCreated": "string",
  "soldToCityCode": "string",
  "billToSuite": "string",
  "soldToSuite": "string",
  "svcContract": "string",
  "shipMethod": "string",
  "dispatchUnits": integer,
  "printMethod": "string",
  "tripChargeCode": "string",
  "tripChargeAmount": integer,
  "carrierCode": "string",
  "shipViaCode": "string",
  "soldToLatitude": integer,
  "soldToLongitude": integer,
  "soldToBusinessPhone": "string",
  "soldToFax": "string",
  "billToBusinessPhone": "string",
  "billToFax": "string",
  "soldToPhone1TextEnabled": boolean,
  "soldToPhone2TextEnabled": boolean,
  "soldToBusinessPhoneTextEnabled": boolean,
  "soldToFaxTextEnabled": boolean,
  "billToPhone1TextEnabled": boolean,
  "billToPhone2TextEnabled": boolean,
  "billToBusinessPhoneTextEnabled": boolean,
  "billToFaxTextEnabled": boolean,
  "svcEquipmentNumber": "string",
  "soldToPreferredContact": "string",
  "billToPreferredContact": "string",
  "department": "string",
  "requestedDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "svcCSRInvoice": "string",
  "svcSoldList": integer,
  "svcSoldSTDCost": integer,
  "svcFollowUpDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "svcScheduleDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "soldToDeclineEmail": boolean,
  "minDepositPercent": integer,
  "unitModifier": integer,
  "pickUpBranchCode": "string",
  "podiumOptOut": boolean,
  "billToAddress1": "string",
  "billToAddress2": "string",
  "billToCity": "string",
  "billToCode": "string",
  "billToEmail": "string",
  "billToFirstName": "string",
  "billToLastName": "string",
  "billToPhone1": "string",
  "billToPhone2": "string",
  "billToState": "string",
  "billToZipCode": "string",
  "branchCode": "string",
  "terminalCode": "string",
  "code": "string",
  "dispatchRequestedRouteCode": "string",
  "dispatchSpecRequest": "string",
  "dispatchTime": "string",
  "dispatchTimeAM": "string",
  "field1": "string",
  "field2": "string",
  "field3": "string",
  "field4": "string",
  "field5": "string",
  "invTypeCode": "string",
  "itemListPriceCode": "string",
  "jobLocation": "string",
  "jobNumber": "string",
  "jobStatusCode": "string",
  "laborRate": "string",
  "mapReference": "string",
  "mapZoneCode": "string",
  "otherListPriceCode": "string",
  "poNumber": "string",
  "paymentTypeCode": "string",
  "pickUpDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "reference": "string",
  "saleReferralCode": "string",
  "salesperson1Code": "string",
  "salesperson2Code": "string",
  "salesperson2Percentage": integer,
  "serialListPriceCode": "string",
  "soldToAddress1": "string",
  "soldToAddress2": "string",
  "soldToCity": "string",
  "soldToCode": "string",
  "soldToDirections": "string",
  "soldToEmail": "string",
  "soldToFirstName": "string",
  "soldToLastName": "string",
  "soldToPhone1": "string",
  "soldToPhone2": "string",
  "soldToState": "string",
  "soldToZipCode": "string",
  "svcAgreementExpDate": "YYYY-MM-DDThh:hh:ss.sssZ",
  "svcAgreementNumber": "string",
  "svcBrandCode": "string",
  "svcCenter": "string",
  "svcCenterNumber": "string",
  "svcComplaintCode": "string",
  "svcComplaintDesc": "string",
  "svcDatePurchased": "YYYY-MM-DDThh:hh:ss.sssZ",
  "svcDealerCode": "string",
  "svcDealerDesc": "string",
  "svcDistributorNumber": "string",
  "svcMfgCodeEiaNumber": "string",
  "svcMicroLeak": "string",
  "svcMiles": integer,
  "svcMilesRate": integer,
  "svcMilesTotal": integer,
  "svcModel": "string",
  "svcMotorNewNumber": "string",
  "svcMotorOldNumber": "string",
  "svcPerformedCode": "string",
  "svcPerformedDesc": "string",
  "svcProduct": "string",
  "svcProductCode": "string",
  "svcRepairCode": "string",
  "svcRunNumber": "string",
  "svcSerial": "string",
  "svcSpecAuthNumber": "string",
  "svcStockMerchandise": boolean,
  "svcTimeCompleted1": "string",
  "svcTimeCompleted2": "string",
  "svcTimeOnJob1": "string",
  "svcTimeOnJob2": "string",
  "svcTimeStarted1": "string",
  "svcTimeStarted2": "string",
  "tax2Code": "string",
  "tax2Exempt": "string",
  "tax3Exempt": "string",
  "warrantyField1": "string",
  "warrantyField2": "string",
  "warrantyField3": "string",
  "warrantyField4": "string",
  "warrantyField5": "string",
  "inFulfillment": boolean,
  "updateSoldToCustomerOnFile": boolean,
  "updateBillToCustomerOnFile": boolean,
  "repairCodes": [
    "string"
  ],
  "priorities": [
    "string"
  ],
  "qualifications": [
    "string"
  ],
  "relatedInvoiceCodes": [
    {
      "relatedInvoiceCode": "string",
      "relation": "string"
    }
  ],
}
<- Return to Invoice