Uses the Component:PartsOrderHeaderType
Parts Order Header
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..1 | Field | oag:xbt_DateTimeType | |
DocumentIdentification |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentIdentificationType | |
DocumentReferenceIdentificationGroup |
A group of identifications that uniquely identifies this document | 0..1 | Component | DocumentReferenceIdentificationGroupType | |
AcknowledgementStatus | 0..* | Component | AcknowledgementStatusType | ||
SoldToParty |
The party to which good or services were sold. | 0..1 | Component | PartyABIEType | |
BillToParty |
The party that is receiving the bill for the goods or services. | 0..* | Component | PartyABIEType | |
ShipToParty |
The party receiving the goods or services. | 0..* | Component | PartyABIEType | |
SupplierParty |
The supplying party | 0..* | Component | PartyABIEType | |
ShipFromParty |
The Ship From Party. | 0..* | Component | ShipFromPartyABIEType | |
CarrierParty |
The Carrier Party. | 0..* | Component | CarrierPartyABIEType | |
PartOrderType |
Part Order Type component. | 0..* | Component | PartOrderTypeType | |
Date |
Date component to specify date/time such as a parts order date or parts invoice date. | 0..* | Component | DateType | |
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..* | Component | OrderStateType | |
OrderBusinessRules |
The business rules that apply to the Order. | 0..* | Component | OrderBusinessRulesType | |
OrderActionCode |
Order action code. | 0..1 | Field | oag:TextType | |
OrderedByName |
The name of the person that created the order. | 0..1 | Field | oag:TextType | |
OrderComments |
Free form text of remarks regarding the order. | 0..1 | Field | oag:TextType | |
SalesCampaign |
Sales Campaign Component to communicate sales promotions or sales programs. | 0..* | Component | SalesCampaignType | |
PaymentTerms |
The PaymentTerms component represents the payment due dates and payment discount information. | 0..1 | Component | PaymentTermsType | |
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..* | Component | PriceBreakType | |
oag:Charge | 0..* | Component | |||
oag:Discount | 0..* | Component | |||
TaxabilityIndicator |
Determines whether an item or amount is taxable. | 0..1 | Field | oag:IndicatorType | |
Tax |
Tax Type Component. | 0..* | Component | TaxType | |
ShippingCondition |
Defines shipping conditions based on order type. | 0..* | Component | PartsDeliveryDetailsShippingConditionType | |
TransportStep |
Transportation steps. | 0..* | Component | TransportStepType | |
ShipmentBusinessRules |
The business rules that appy to a shipment. | 0..* | Component | ShipmentBusinessRulesType | |
VehicleIdentifier |
Vehicle Identifier Component. | 0..1 | Component | VehicleIdentifierType | |
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..* | Component | FreeFormTextGroupType |
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>