Service
Click here for a complete list of operations.
HWSubmitHomeWarrantyContract
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /IVSContractService.asmx HTTP/1.1
Host: ivswebservices.pcapps.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/HWSubmitHomeWarrantyContract"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<HWSubmitHomeWarrantyContract xmlns="http://tempuri.org/">
<contract>
<WarrAppId>string</WarrAppId>
<WarrCompNumber>string</WarrCompNumber>
<MgntCompanyId>string</MgntCompanyId>
<dealerID>string</dealerID>
<actualrcc>string</actualrcc>
<programcode>string</programcode>
<DeductibleType>string</DeductibleType>
<ClassListCode>string</ClassListCode>
<Programclass>string</Programclass>
<custNamePrefix>string</custNamePrefix>
<custFirstname>string</custFirstname>
<CustMidName>string</CustMidName>
<custLastname>string</custLastname>
<custNameSuffix>string</custNameSuffix>
<custaddress>string</custaddress>
<custaptno>string</custaptno>
<custcity>string</custcity>
<state>string</state>
<custzip>string</custzip>
<custphone>string</custphone>
<warrdate>dateTime</warrdate>
<WarrPurchase>decimal</WarrPurchase>
<Salesman>string</Salesman>
<Financed>string</Financed>
<finconame>string</finconame>
<PI_FirstPay>dateTime</PI_FirstPay>
<ContractValidationType>string</ContractValidationType>
<OptionName1>string</OptionName1>
<OptionName2>string</OptionName2>
<OptionName3>string</OptionName3>
<OptionName4>string</OptionName4>
<OptionName5>string</OptionName5>
<OptionName6>string</OptionName6>
<OptionName7>string</OptionName7>
<OptionName8>string</OptionName8>
<OptionName9>string</OptionName9>
<OptionName10>string</OptionName10>
<OptionName11>string</OptionName11>
<OptionName12>string</OptionName12>
</contract>
</HWSubmitHomeWarrantyContract>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<HWSubmitHomeWarrantyContractResponse xmlns="http://tempuri.org/">
<HWSubmitHomeWarrantyContractResult>
<SubmissionStatus>string</SubmissionStatus>
<SubmissionMessage>
<string>string</string>
<string>string</string>
</SubmissionMessage>
</HWSubmitHomeWarrantyContractResult>
</HWSubmitHomeWarrantyContractResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /IVSContractService.asmx HTTP/1.1
Host: ivswebservices.pcapps.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<HWSubmitHomeWarrantyContract xmlns="http://tempuri.org/">
<contract>
<WarrAppId>string</WarrAppId>
<WarrCompNumber>string</WarrCompNumber>
<MgntCompanyId>string</MgntCompanyId>
<dealerID>string</dealerID>
<actualrcc>string</actualrcc>
<programcode>string</programcode>
<DeductibleType>string</DeductibleType>
<ClassListCode>string</ClassListCode>
<Programclass>string</Programclass>
<custNamePrefix>string</custNamePrefix>
<custFirstname>string</custFirstname>
<CustMidName>string</CustMidName>
<custLastname>string</custLastname>
<custNameSuffix>string</custNameSuffix>
<custaddress>string</custaddress>
<custaptno>string</custaptno>
<custcity>string</custcity>
<state>string</state>
<custzip>string</custzip>
<custphone>string</custphone>
<warrdate>dateTime</warrdate>
<WarrPurchase>decimal</WarrPurchase>
<Salesman>string</Salesman>
<Financed>string</Financed>
<finconame>string</finconame>
<PI_FirstPay>dateTime</PI_FirstPay>
<ContractValidationType>string</ContractValidationType>
<OptionName1>string</OptionName1>
<OptionName2>string</OptionName2>
<OptionName3>string</OptionName3>
<OptionName4>string</OptionName4>
<OptionName5>string</OptionName5>
<OptionName6>string</OptionName6>
<OptionName7>string</OptionName7>
<OptionName8>string</OptionName8>
<OptionName9>string</OptionName9>
<OptionName10>string</OptionName10>
<OptionName11>string</OptionName11>
<OptionName12>string</OptionName12>
</contract>
</HWSubmitHomeWarrantyContract>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<HWSubmitHomeWarrantyContractResponse xmlns="http://tempuri.org/">
<HWSubmitHomeWarrantyContractResult>
<SubmissionStatus>string</SubmissionStatus>
<SubmissionMessage>
<string>string</string>
<string>string</string>
</SubmissionMessage>
</HWSubmitHomeWarrantyContractResult>
</HWSubmitHomeWarrantyContractResponse>
</soap12:Body>
</soap12:Envelope>