Uses the Component:RequestedLineType
Requested Line
Table 6.26. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RequestedLineUIDID |
Only populated for LocatedLine components that do not have a parent LocatedLine, this field represents the LineNumber of the RequestedLine for which the pricing/availability is for. Must be equal to one of the RequestedLine.LineNumber values. | 1..1 | Field | udt:IdentifierType | |
LineNumberString |
The number of the given Line Component within the document. LineNumbers are assigned by the sending system. | 0..1 | Field | qdt:StringType | |
ShipPart |
The detailed information about an item being shipped. | 1..1 | Component | PartsProductItemType | |
ItemQuantity |
Quantity of Part number. | 0..1 | Field | sqdt:QuantityType | |
DealerNetPriceAmount |
Dealer net price of the individual part for the quantity indicated. This is the dealer net price to the dealer. | 0..1 | Field | udt:AmountType | |
SuggestedRetailPriceAmount |
Suggested retail price of the individual part for the quantity indicated. This is the price that the manufacturer suggests the dealer sells the part for. | 0..1 | Field | udt:AmountType |
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.26. RequestedLine
<RequestedLine> <RequestedLineUIDID>......</RequestedLineUIDID> [1..1] <LineNumberString>......</LineNumberString> [0..1] <ShipPart>......</ShipPart> [1..1] <ItemQuantity>......</ItemQuantity> [0..1] <DealerNetPriceAmount>......</DealerNetPriceAmount> [0..1] <SuggestedRetailPriceAmount>......</SuggestedRetailPriceAmount> [0..1] </RequestedLine>