PartsPickListLine

Uses the Component:PartsPickListLineType

Parts Pick List Line

Fields and Components

Table 6.9. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemQuantity

Quantity of Part number.

0..1Field sqdt:QuantityType  
PartsProductItem

The business information common to all parts.

1..1ComponentPartsProductItemType 
Pricing

Provides pricing infomation.

0..1ComponentPricingABIEType 
StatusDetail

Indicates the status of a particular message or line item.

0..1ComponentStatusDetailType 
LineNumberString

The number of the given Line Component within the document. LineNumbers are assigned by the sending system.

0..1Field qdt:StringType  

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 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>