ServiceAdvisoryReceiptAcknowledgmentDetail

Uses the Component:ServiceAdvisoryReceiptAcknowledgmentDetailType

Service Advisory Receipt Acknowledgment Detail

Fields and Components

Table 6.6. Fields and Components

Name Description Occurrence Type Data Type User Notes
VIN

Depracated: Use VehicleID

0..1Field sqdt:VINType  
JobNumberString

DMS assigned job or line identification number

0..1Field qdt:StringType  
ClaimNumberString

Identifier of claim entered by dealer

0..1Field qdt:StringType  
ClaimTypeString

Identifier of the type of claim

0..1Field qdt:StringType  
ReturnedAmount

Total returned

0..1Field udt:AmountType  
ReturnMessage

Message relating to the return

0..1Field udt:TextType  

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.6. ServiceAdvisoryReceiptAcknowledgmentDetail

<ServiceAdvisoryReceiptAcknowledgmentDetail>
     <VIN>......</VIN>     [0..1]
     <JobNumberString>......</JobNumberString>     [0..1]
     <ClaimNumberString>......</ClaimNumberString>     [0..1]
     <ClaimTypeString>......</ClaimTypeString>     [0..1]
     <ReturnedAmount>......</ReturnedAmount>     [0..1]
     <ReturnMessage>......</ReturnMessage>     [0..1]
</ServiceAdvisoryReceiptAcknowledgmentDetail>