Uses the Component:TransportationType
Transportation associcated with sublet
Table 6.86. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| TransportationCarrierName |
Name of transportation carrier | 0..1 | Field | udt:NameType | |
| ReceiptNumberString |
Numeric identifier found on the carrier's receipt when a vehicle is delivered to the dealer | 0..1 | Field | qdt:StringType | |
| VehicleArrivalDate |
Date vehicle is delivered to the dealer. | 0..1 | Field | udt:DateType | |
| NotificationDate |
Date when dealer contacts OEM to file a transportation claim. | 0..1 | Field | udt:DateType | |
| NotificationReason |
Indicates why notification to OEM came after the standard 2-day window after the arrival date. Examples: "Delayed inspection": "Concealed damage" | 0..1 | Field | udt:TextType | |
| RegisteredMailReceiptNumberString |
Number identifying the document sent by the dealership to the carrier | 0..1 | Field | qdt:StringType | |
| MajorDamageCode |
Identifies if the vehicle had major damage Examples: Y=Yes, N=No, B=Old Damage | 0..1 | Field | udt:CodeType | |
| Damage |
represents information about damage related to the vehicle | 0..* | Component | DamageType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.86. Transportation
<Transportation>
<TransportationCarrierName>......</TransportationCarrierName> [0..1]
<ReceiptNumberString>......</ReceiptNumberString> [0..1]
<VehicleArrivalDate>......</VehicleArrivalDate> [0..1]
<NotificationDate>......</NotificationDate> [0..1]
<NotificationReason>......</NotificationReason> [0..1]
<RegisteredMailReceiptNumberString>......</RegisteredMailReceiptNumberString> [0..1]
<MajorDamageCode>......</MajorDamageCode> [0..1]
<Damage>......</Damage> [0..*]
</Transportation>