Uses the Component:RequestedAmountDetailType
The purpose of the RequestedAmount component is to identify the type of amount requested by a Dealer for a Warranty Claim Submission and the amount.
Table 6.14. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
RequestedAmountTypeCode |
Enumerated field that indicates the type of amount requested by the Dealer for a Warranty Submission Claim. | 1..1 | Field | sqdt:RequestedAmountTypeCodeType | |
RequestedAmount |
Indicates the amount the Dealer has requested for a Warranty Claim Submission. | 1..1 | Field | udt:AmountType |
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.14. RequestedAmountDetail
<RequestedAmountDetail> <RequestedAmountTypeCode>......</RequestedAmountTypeCode> [1..1] <RequestedAmount>......</RequestedAmount> [1..1] </RequestedAmountDetail>