Fields – ServiceDet.Unit.Job
| Field Name | Data Type | Description, Example |
|---|---|---|
| DealerId | string | Internal Dealer Identifier (intentionally left blank) |
| ROHeaderID (key) | int | DMS internal identifier of RO |
| ROUnitID (key) | int | Unit identifier on the RO |
| ROJobID(key) | int | Job identifier on the RO |
| JobDescription | string | Free form description of RO job |
| JobTitle | string | Free form title of RO job |
| InternalJob | byte | 1 – Internal, 0 – Not internal |
| WarrantyJob | byte | 1 – Warranty, 0 – Not warranty |
| shopsupply | money | Amount charged to customer for shop supplies charges if settings dictate amount on job level |
| misccharge 1 | string | Amount charged to customer for dealer defined charges if settings dictate amount on job level |
| misccharge 2 | string | Amount charged to customer for dealer defined charges if settings dictate amount on job level |
| misccharge 3 | string | Amount charged to customer for dealer defined charges if settings dictate amount on job level |
| misccharge 4 | string | Amount charged to customer for dealer defined charges if settings dictate amount on job level |
| Partsonly | int | Specifies if the job is parts only and has no labor |
| Warrantyapproved | int | Signifies if the warranty work was approved |
| Warrantyclaimnumber | string | Claim number of the warranty |
| Recommendations | string | Job recommendations |
| Resolution | string | Job resolution |
| Salestype | string | Repair Order sales type description defined by dealer |
| Technotes | string | Technician entered notes from mobile app |
| Internalwarrantynumber | int | Warranty number entered by dealer |
| Failuredate | datetime | Date component failed to warrant warranty |
| Customercontentioncode | string | Manufacturer specified contention code |
| Customercontention | string | Manufacturer specified contention description |
| Problemcode | string | Manufacturer specified problem code |
| Problemdescription | string | Manufacturer specified problem description |
| Customitem1 | string | Field provided for additional information |
| Customitem2 | string | Field provided for additional information |
| Customitem3 | string | Field provided for additional information |
| Customitem4 | string | Field provided for additional information |
| Claimamountparts | money | Dollar amount of parts at cost |
| Claimamounthandling | money | Dollar amount of margin |
| Claimamountlabor | money | Dollar amount of labor |
| Claimamountsublet | money | Dollar amount of sublet |
| Claimamountfreight | money | Dollar amount of freight |
| Claimamounttax | money | Dollar amount of tax |
| Claimamounttotal | money | Total of all claim amounts |
| Partsdeductiblealloc | money | Deductible amount allocated to parts |
| Subletdeductiblealloc | money | Deductible amount allocated to sublet |
| Handlingdeductiblealloc | money | Deductible amount allocated to freight |
| Claimamountdeductible | money | Total deductible amount |
| Claimamountdeductibletax | money | Total tax on deductible amount |
| Authorizationid | string | Manufacturer issued authorization id |
| Auth1 | string | Additional authorization field |
| Auth2 | string | Additional authorization field |
| Auth3 | string | Additional authorization field |
| Auth4 | string | Additional authorization field |
| Auth5 | string | Additional authorization field |
| Auth6 | string | Additional authorization field |
| Auth7 | string | Additional authorization field |
| Auth8 | string | Additional authorization field |
| Extrahours1 | int | Additional requested hours for repair |
| Extrahours2 | int | Additional requested hours for repair |
| Extrareason1 | string | Explanation for additional hours |
| Extrareason2 | string | Explanation for additional hours |
| Extralabordateclosed | datetime | Date when additional hours were completed |
| Previousrepairordernumber | string | Associated previous repair order number pertaining to warranty |
| Previousinvoicenumber | string | Associated previous invoice number pertaining to warranty |
| Previousinvoicedate | datetime | Date of previous invoice number pertaining to warranty |
| Previoushours | int | Amount of hours specified in previous repair order pertaining to warranty |
| Previousodometer | int | Odometer of unit in previous repair order pertaining to warranty |
| Claimtype | string | Type of warranty claim – N/A, Vehicle, Part, Transportation |
| Warrantystatus | string | Status of warranty claim – Undefined, Not Submitted, Submitted, Rejected, Suspended, Approved, or ‘blank’ |
| Isnonusmodel | int | Specifies if unit is US or non-US, 0=US, 1=non-US |
| Failedpartnumber | string | Part number of failed part in warranty |
| Carriernumber | string | Identification of carrier |
| Carrierinvoicenumber | string | Invoice number from carrier |
| Carrierinvoicedate | datetime | Date of carrier invoice |
| Carrierdatefiled | datetime | Date submitted to carrier |
| Controlsequencenumber | string | Manufacturer provided control sequence number |
| Reasonfordelay | string | Notes field provided for delay |
| Actiontaken | string | Action taken for delay |
| Oejobtitle | string | Normalized job title sourced from OE |
| Oejobtitleid | bigint | OE specified ID for the OE job title |
| customerapproval | int | Was the approval approved or declined |
| Parts | array | Container for an array of Parts objects |
| Labor | array | Container for an array of Labor objects |