PartsOrderHeader

Uses the Component:PartsOrderHeaderType

Parts Order Header

Fields and Components

Table 7.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 
AcknowledgementStatus

0..*ComponentAcknowledgementStatusType 
SoldToParty

The party to which good or services were sold.

0..1ComponentPartyABIEType 
BillToParty

The party that is receiving the bill for the goods or services.

0..*ComponentPartyABIEType 
ShipToParty

The party receiving the goods or services.

0..*ComponentPartyABIEType 
SupplierParty

The supplying party

0..*ComponentPartyABIEType 
ShipFromParty

The Ship From Party.

0..*ComponentShipFromPartyABIEType 
CarrierParty

The Carrier Party.

0..*ComponentCarrierPartyABIEType 
PartOrderType

Part Order Type component.

0..*ComponentPartOrderTypeType 
Date

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

0..*ComponentDateType 
OrderState

The OrderState component represents the current and history states of the order. This component may occur many times reflecting the history of states.

0..*ComponentOrderStateType 
OrderBusinessRules

The business rules that apply to the Order.

0..*ComponentOrderBusinessRulesType 
OrderActionCode

Order action code.

0..1Field oag:TextType  
OrderedByName

The name of the person that created the order.

0..1Field oag:TextType  
OrderComments

Free form text of remarks regarding the order.

0..1Field oag:TextType  
SalesCampaign

Sales Campaign Component to communicate sales promotions or sales programs.

0..*ComponentSalesCampaignType 
PaymentTerms

The PaymentTerms component represents the payment due dates and payment discount information.

0..1ComponentPaymentTermsType 
Price

Part Price.

0..*Field BasePriceType  
PriceBreak

This defines the prices and modifiers to the price for buying a given quantity or value of an item or item category on a price list line. For Price List Lines that specify Items the price breaks can be specified in terms of quantity or amount. For Price list lines that specify commodity, price breaks can only be specified in terms of currency amount.

0..*ComponentPriceBreakType 
oag:Charge  0..*Component  
oag:Discount  0..*Component  
TaxabilityIndicator

Determines whether an item or amount is taxable.

0..1Field oag:IndicatorType  
Tax

Tax Type Component.

0..*ComponentTaxType 
ShippingCondition

Defines shipping conditions based on order type.

0..*ComponentPartsDeliveryDetailsShippingConditionType 
TransportStep

Transportation steps.

0..*ComponentTransportStepType 
ShipmentBusinessRules

The business rules that appy to a shipment.

0..*ComponentShipmentBusinessRulesType 
VehicleIdentifier

Vehicle Identifier Component.

0..1ComponentVehicleIdentifierType 
FreeFormTextGroup

This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data.

0..*ComponentFreeFormTextGroupType 

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 7.2. PartsOrderHeader

<PartsOrderHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <DocumentIdentification>......</DocumentIdentification>     [0..1]
     <DocumentReferenceIdentificationGroup>......</DocumentReferenceIdentificationGroup>     [0..1]
     <AcknowledgementStatus>......</AcknowledgementStatus>     [0..*]
     <SoldToParty>......</SoldToParty>     [0..1]
     <BillToParty>......</BillToParty>     [0..*]
     <ShipToParty>......</ShipToParty>     [0..*]
     <SupplierParty>......</SupplierParty>     [0..*]
     <ShipFromParty>......</ShipFromParty>     [0..*]
     <CarrierParty>......</CarrierParty>     [0..*]
     <PartOrderType>......</PartOrderType>     [0..*]
     <Date>......</Date>     [0..*]
     <OrderState>......</OrderState>     [0..*]
     <OrderBusinessRules>......</OrderBusinessRules>     [0..*]
     <OrderActionCode>......</OrderActionCode>     [0..1]
     <OrderedByName>......</OrderedByName>     [0..1]
     <OrderComments>......</OrderComments>     [0..1]
     <SalesCampaign>......</SalesCampaign>     [0..*]
     <PaymentTerms>......</PaymentTerms>     [0..1]
     <Price>......</Price>     [0..*]
     <PriceBreak>......</PriceBreak>     [0..*]
     <oag:Charge>......</oag:Charge>     [0..*]
     <oag:Discount>......</oag:Discount>     [0..*]
     <TaxabilityIndicator>......</TaxabilityIndicator>     [0..1]
     <Tax>......</Tax>     [0..*]
     <ShippingCondition>......</ShippingCondition>     [0..*]
     <TransportStep>......</TransportStep>     [0..*]
     <ShipmentBusinessRules>......</ShipmentBusinessRules>     [0..*]
     <VehicleIdentifier>......</VehicleIdentifier>     [0..1]
     <FreeFormTextGroup>......</FreeFormTextGroup>     [0..*]
</PartsOrderHeader>