Uses the Component:PartsPickListLineType
Parts Pick List Line
Table 6.9. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ItemQuantity |
Quantity of Part number. | 0..1 | Field | sqdt:QuantityType | |
PartsProductItem |
The business information common to all parts. | 1..1 | Component | PartsProductItemType | |
Pricing |
Provides pricing infomation. | 0..1 | Component | PricingABIEType | |
StatusDetail |
Indicates the status of a particular message or line item. | 0..1 | Component | StatusDetailType | |
LineNumberString |
The number of the given Line Component within the document. LineNumbers are assigned by the sending system. | 0..1 | Field | qdt:StringType |
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.9. PartsPickListLine
<PartsPickListLine> <ItemQuantity>......</ItemQuantity> [0..1] <PartsProductItem>......</PartsProductItem> [1..1] <Pricing>......</Pricing> [0..1] <StatusDetail>......</StatusDetail> [0..1] <LineNumberString>......</LineNumberString> [0..1] </PartsPickListLine>