Uses the Component:PartsTransferLineItemType
Parts Transfer Line Items
Table 6.11. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
CriticalTransferIndicator |
Indicator to distinguish if transfer line item is critical for transfer-to location. | 0..1 | Field | udt:IndicatorType | |
FreeFormTextGroup |
This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data. | 0..1 | Component | FreeFormTextGroupType | |
Pricing |
Provides pricing infomation. | 0..1 | Component | PricingABIEType | |
TransferType |
The TransferType component represents information about the part being transferred from a specific dealer location to a specific dealer location as well as information about the particular dealer location from and to which a part is being transferred. | 0..1 | Component | TransferType |
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.11. PartsTransferLineItem
<PartsTransferLineItem> <CriticalTransferIndicator>......</CriticalTransferIndicator> [0..1] <FreeFormTextGroup>......</FreeFormTextGroup> [0..1] <Pricing>......</Pricing> [0..1] <TransferType>......</TransferType> [0..1] </PartsTransferLineItem>