Uses the Component:PartsShipmentHeaderType
Parts Shipment Header
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..1 | Field | oag:xbt_DateTimeType | |
| DocumentIdentification |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationType | |
| DefaultCurrency |
Default global currency that can be used in all amounts. It can be overwrittten in individual amounts by populating the "currency" attribute in the Amount Data Type. | 0..1 | Field | oag:clm542173A20090305_ISO3AlphaCurrencyCodeContentType | |
| DefaultLanguage |
Default language. It can be overwrittten in individual data elements in the BOD if needed. | 0..1 | Field | sqdt:LanguageCodeType | |
| OrderTypeCode |
Specifies the order type for the entire shipment. This may be overriden by the OrderTypeCode at the line level. | 0..1 | Field | sqdt:OrderTypeCodeType | |
| DocumentReferenceIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentReferenceIdentificationGroupType | |
| Date |
Date component to specify date/time such as a parts order date or parts invoice date. | 0..* | Component | DateType | |
| ShipmentState |
The state of a given shipment. | 0..* | Component | ShipmentStateType | |
| CarrierParty |
The Carrier Party. | 0..* | Component | CarrierPartyABIEType | |
| SoldToParty |
The party to which good or services were sold. | 0..* | Component | PartyABIEType | |
| ShipToParty |
The party receiving the goods or services. | 0..* | Component | PartyABIEType | |
| ShipFromParty |
The Ship From Party. | 0..* | Component | ShipFromPartyABIEType | |
| Packing |
Shipment packing information. | 0..* | Component | PackingType | |
| TransportStep |
Transportation steps. | 0..* | Component | TransportStepType | |
| CombinedShipping |
Combined shipping. Valid values: true or false. | 0..1 | Field | oag:IndicatorType |
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]
<DefaultCurrency>......</DefaultCurrency> [0..1]
<DefaultLanguage>......</DefaultLanguage> [0..1]
<OrderTypeCode>......</OrderTypeCode> [0..1]
<DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup> [0..1]
<Date>......</Date> [0..*]
<ShipmentState>......</ShipmentState> [0..*]
<CarrierParty>......</CarrierParty> [0..*]
<SoldToParty>......</SoldToParty> [0..*]
<ShipToParty>......</ShipToParty> [0..*]
<ShipFromParty>......</ShipFromParty> [0..*]
<Packing>......</Packing> [0..*]
<TransportStep>......</TransportStep> [0..*]
<CombinedShipping>......</CombinedShipping> [0..1]
</PartsShipmentHeader>