ERemits
Click here for a complete list of operations.
AddWarrantyWithDate
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /eremits.asmx HTTP/1.1
Host: eremits.ctpc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://eremits.ctpc.com/AddWarrantyWithDate"
<?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>
<AddWarrantyWithDate xmlns="http://eremits.ctpc.com/">
<DealerNumber>string</DealerNumber>
<ProductCode>string</ProductCode>
<WarrantyNumber>string</WarrantyNumber>
<PIPNumber>int</PIPNumber>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Address>string</Address>
<City>string</City>
<State>string</State>
<ZipCode>string</ZipCode>
<Email>string</Email>
<DayPhone>string</DayPhone>
<EvePhone>string</EvePhone>
<VIN>string</VIN>
<Mileage>int</Mileage>
<rust>boolean</rust>
<undercoat>boolean</undercoat>
<ProductCost>decimal</ProductCost>
<EtchNumber>string</EtchNumber>
<CashPurchase>boolean</CashPurchase>
<NewVehicle>boolean</NewVehicle>
<RVLength>string</RVLength>
<RVType>string</RVType>
<SelectedItems>string</SelectedItems>
<ContractType>int</ContractType>
<APR>decimal</APR>
<AmountFinanced>decimal</AmountFinanced>
<RetailValue>decimal</RetailValue>
<PurchasePrice>decimal</PurchasePrice>
<LienName>string</LienName>
<LienAddress1>string</LienAddress1>
<LienAddress2>string</LienAddress2>
<LienCity>string</LienCity>
<LienState>string</LienState>
<LienZip>string</LienZip>
<LienPhone>string</LienPhone>
<CoFirstName>string</CoFirstName>
<CoLastName>string</CoLastName>
<CoEmail>string</CoEmail>
<DateSold>string</DateSold>
<DealNumber>string</DealNumber>
</AddWarrantyWithDate>
</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>
<AddWarrantyWithDateResponse xmlns="http://eremits.ctpc.com/">
<AddWarrantyWithDateResult>string</AddWarrantyWithDateResult>
</AddWarrantyWithDateResponse>
</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 /eremits.asmx HTTP/1.1
Host: eremits.ctpc.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>
<AddWarrantyWithDate xmlns="http://eremits.ctpc.com/">
<DealerNumber>string</DealerNumber>
<ProductCode>string</ProductCode>
<WarrantyNumber>string</WarrantyNumber>
<PIPNumber>int</PIPNumber>
<FirstName>string</FirstName>
<LastName>string</LastName>
<Address>string</Address>
<City>string</City>
<State>string</State>
<ZipCode>string</ZipCode>
<Email>string</Email>
<DayPhone>string</DayPhone>
<EvePhone>string</EvePhone>
<VIN>string</VIN>
<Mileage>int</Mileage>
<rust>boolean</rust>
<undercoat>boolean</undercoat>
<ProductCost>decimal</ProductCost>
<EtchNumber>string</EtchNumber>
<CashPurchase>boolean</CashPurchase>
<NewVehicle>boolean</NewVehicle>
<RVLength>string</RVLength>
<RVType>string</RVType>
<SelectedItems>string</SelectedItems>
<ContractType>int</ContractType>
<APR>decimal</APR>
<AmountFinanced>decimal</AmountFinanced>
<RetailValue>decimal</RetailValue>
<PurchasePrice>decimal</PurchasePrice>
<LienName>string</LienName>
<LienAddress1>string</LienAddress1>
<LienAddress2>string</LienAddress2>
<LienCity>string</LienCity>
<LienState>string</LienState>
<LienZip>string</LienZip>
<LienPhone>string</LienPhone>
<CoFirstName>string</CoFirstName>
<CoLastName>string</CoLastName>
<CoEmail>string</CoEmail>
<DateSold>string</DateSold>
<DealNumber>string</DealNumber>
</AddWarrantyWithDate>
</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>
<AddWarrantyWithDateResponse xmlns="http://eremits.ctpc.com/">
<AddWarrantyWithDateResult>string</AddWarrantyWithDateResult>
</AddWarrantyWithDateResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /eremits.asmx/AddWarrantyWithDate?DealerNumber=string&ProductCode=string&WarrantyNumber=string&PIPNumber=string&FirstName=string&LastName=string&Address=string&City=string&State=string&ZipCode=string&Email=string&DayPhone=string&EvePhone=string&VIN=string&Mileage=string&rust=string&undercoat=string&ProductCost=string&EtchNumber=string&CashPurchase=string&NewVehicle=string&RVLength=string&RVType=string&SelectedItems=string&ContractType=string&APR=string&AmountFinanced=string&RetailValue=string&PurchasePrice=string&LienName=string&LienAddress1=string&LienAddress2=string&LienCity=string&LienState=string&LienZip=string&LienPhone=string&CoFirstName=string&CoLastName=string&CoEmail=string&DateSold=string&DealNumber=string HTTP/1.1 Host: eremits.ctpc.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://eremits.ctpc.com/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /eremits.asmx/AddWarrantyWithDate HTTP/1.1 Host: eremits.ctpc.com Content-Type: application/x-www-form-urlencoded Content-Length: length DealerNumber=string&ProductCode=string&WarrantyNumber=string&PIPNumber=string&FirstName=string&LastName=string&Address=string&City=string&State=string&ZipCode=string&Email=string&DayPhone=string&EvePhone=string&VIN=string&Mileage=string&rust=string&undercoat=string&ProductCost=string&EtchNumber=string&CashPurchase=string&NewVehicle=string&RVLength=string&RVType=string&SelectedItems=string&ContractType=string&APR=string&AmountFinanced=string&RetailValue=string&PurchasePrice=string&LienName=string&LienAddress1=string&LienAddress2=string&LienCity=string&LienState=string&LienZip=string&LienPhone=string&CoFirstName=string&CoLastName=string&CoEmail=string&DateSold=string&DealNumber=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="http://eremits.ctpc.com/">string</string>