Table of Contents
Uses the Component:PartsPickListType
Parts Pick List is the task of picking parts electronically from a Dealer’s electronic parts catalog (EPC) and transmitting it to the dealer management system (DMS).
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PartsPickListHeaderBase |
Parts Pick List Header | 1..1 | Component | PartsPickListHeaderBaseType | |
PartsPickListLine |
Parts Pick List Line | 1..* | Component | PartsPickListLineType |
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.1. PartsPickList
<PartsPickList> <PartsPickListHeaderBase>......</PartsPickListHeaderBase> [1..1] <PartsPickListLine>......</PartsPickListLine> [1..*] </PartsPickList>