Table of Contents
Uses the Component:PartsShipmentType
The purpose of PartsShipment is to support the transmission (in electronic form) of a Parts Shipment from an OEM’s order management system to a Dealer's order management system.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PartsShipmentHeader |
Parts Shipment Header | 1..1 | Component | PartsShipmentHeaderType | |
PartsShipmentLine |
Parts Shipment Line | 0..* | Component | PartsShipmentLineType |
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.1. PartsShipment
<PartsShipment> <PartsShipmentHeader>......</PartsShipmentHeader> [1..1] <PartsShipmentLine>......</PartsShipmentLine> [0..*] </PartsShipment>