PartsTransferLineItem

Uses the Component:PartsTransferLineItemType

Parts Transfer Line Items

Fields and Components

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..1Field 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..1ComponentFreeFormTextGroupType 
Pricing

Provides pricing infomation.

0..1ComponentPricingABIEType 
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..1ComponentTransferType 

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.11. PartsTransferLineItem

<PartsTransferLineItem>
     <CriticalTransferIndicator>......</CriticalTransferIndicator>     [0..1]
     <FreeFormTextGroup>......</FreeFormTextGroup>     [0..1]
     <Pricing>......</Pricing>     [0..1]
     <TransferType>......</TransferType>     [0..1]
</PartsTransferLineItem>