Fields - OpenServiceDet.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 |
| status | string | RO status value |
| partsonly | int | Denotes if job only has parts an no labor |
| warrantyapproved | int | Denotes if warranty has been 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 |
| actiontake | string | Action taken for delay |
| customerapproval | int | Was the work approved or declined |
| Parts | array | Container for an array of Parts objects |
| Labor | array | Container for an array of Labor objects |