Uses the Component:PartsDeliveryDetailsDetailType
Detail Line
Table 6.28. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ShipToPartyID |
Identifier to reference a ShipToParty in the Header | 1..1 | Field | udt:IdentifierType | |
| DefaultShipToIndicator |
Indicates if the ShipToParty is the default ShipToParty. You can only have one default ShipToParty defined. | 0..1 | Field | udt:IndicatorType | |
| AllowBackOrderIndicator |
Inidcates that a part can be back ordered. | 0..1 | Field | udt:IndicatorType | |
| ShippingDetail |
Defines shipping conditions based on order type. | 0..* | Component | PartsDeliveryDetailsShippingDetailType |
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.28. PartsDeliveryDetailsDetail
<PartsDeliveryDetailsDetail>
<ShipToPartyID>......</ShipToPartyID> [1..1]
<DefaultShipToIndicator>......</DefaultShipToIndicator> [0..1]
<AllowBackOrderIndicator>......</AllowBackOrderIndicator> [0..1]
<ShippingDetail>......</ShippingDetail> [0..*]
</PartsDeliveryDetailsDetail>