Uses the Component:MarketSpecificType
Market specific information
Table 6.69. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TotalCostAmount |
Paint and materials value at unit cost times quantity (Before any split) | 0..1 | Field | udt:AmountType | |
PriorWorkAuthorizationIndicator |
Indicates that if this labor operation is used, the claim requires authorization | 0..1 | Field | udt:IndicatorType | |
MarketSource |
Indicates marketing location of which the labor operation request is coming from | 0..1 | Field | udt:TextType | |
SelfAuthorizationCode |
For those labor operations that require authorization this code indicates whether or not a dealer is allowed to authorize claims with this labor operation. For a dealer to be able to authorize the dealer must meet self-authorization qualifications and the claim must be within the self-authorization limits | 0..1 | Field | udt:CodeType |
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.69. MarketSpecific
<MarketSpecific> <TotalCostAmount>......</TotalCostAmount> [0..1] <PriorWorkAuthorizationIndicator>......</PriorWorkAuthorizationIndicator> [0..1] <MarketSource>......</MarketSource> [0..1] <SelfAuthorizationCode>......</SelfAuthorizationCode> [0..1] </MarketSpecific>