Table of Contents
Uses the Component:PartsTransferType
Parts Transfer. This Noun communicates information regarding the transfer of parts from one dealer location to another dealer location.
Table 6.1. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| PartsTransferHeader |
Part Transfer Header | 1..1 | Component | PartsTransferHeaderType | |
| PartsTransferLineItem |
Parts Transfer Line Items | 0..* | Component | PartsTransferLineItemType |
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. PartsTransfer
<PartsTransfer>
<PartsTransferHeader>......</PartsTransferHeader> [1..1]
<PartsTransferLineItem>......</PartsTransferLineItem> [0..*]
</PartsTransfer>