PartsShipmentHeader

Uses the Component:PartsShipmentHeaderType

Parts Shipment Header

Fields and Components

Table 6.2. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentDateTime

Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.

0..1Field oag:xbt_DateTimeType  
DocumentIdentification

A group of identifications that uniquely identifies this document

0..1ComponentDocumentIdentificationType 
DocumentReferenceIdentificationGroup

A group of identifications that uniquely identifies this document

0..1ComponentDocumentReferenceIdentificationGroupType 
Date

Date component to specify date/time such as a parts order date or parts invoice date.

0..*ComponentDateType 
ShipmentState

The state of a given shipment.

0..*ComponentShipmentStateType 
CarrierParty

The Carrier Party.

0..*ComponentCarrierPartyABIEType 
Packing

Shipment packing information.

0..*ComponentPackingType 
TransportStep

Transportation steps.

0..*ComponentTransportStepType 

Sample XML

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.2. PartsShipmentHeader

<PartsShipmentHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <DocumentIdentification>......</DocumentIdentification>     [0..1]
     <DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup>     [0..1]
     <Date>......</Date>     [0..*]
     <ShipmentState>......</ShipmentState>     [0..*]
     <CarrierParty>......</CarrierParty>     [0..*]
     <Packing>......</Packing>     [0..*]
     <TransportStep>......</TransportStep>     [0..*]
</PartsShipmentHeader>