Service
Click here for a complete list of operations.
GetContractDetail
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 /IVSContractService.asmx HTTP/1.1
Host: ivswebservices.pcapps.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetContractDetail"
<?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>
<GetContractDetail xmlns="http://tempuri.org/">
<ContractID>string</ContractID>
</GetContractDetail>
</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>
<GetContractDetailResponse xmlns="http://tempuri.org/">
<GetContractDetailResult>
<ContractID>string</ContractID>
<Contract_Status>string</Contract_Status>
<Payment_Status>string</Payment_Status>
<Customer_Name>string</Customer_Name>
<Customer_Address>string</Customer_Address>
<Customer_City>string</Customer_City>
<Customer_State>string</Customer_State>
<Customer_Zip>string</Customer_Zip>
<Customer_Phone>string</Customer_Phone>
<Customer_Email>string</Customer_Email>
<VIN>string</VIN>
<Vehicle_Year>string</Vehicle_Year>
<Vehicle_Make>string</Vehicle_Make>
<Vehicle_Model>string</Vehicle_Model>
<Sale_Mileage>int</Sale_Mileage>
<Sale_Date>dateTime</Sale_Date>
<Program_Name>string</Program_Name>
<Program_PlanName>string</Program_PlanName>
<Program_Code>string</Program_Code>
<Program_Class>string</Program_Class>
<Program_Deductible>decimal</Program_Deductible>
<Program_ExpirationDate>dateTime</Program_ExpirationDate>
<Program_ExpirationMileage>int</Program_ExpirationMileage>
<Program_AggreementPrice>decimal</Program_AggreementPrice>
<Program_ContractVersion>string</Program_ContractVersion>
<Vendor_ID>string</Vendor_ID>
<Vendor_Name>string</Vendor_Name>
<Vendor_Address>string</Vendor_Address>
<Vendor_City>string</Vendor_City>
<Vendor_State>string</Vendor_State>
<Vendor_Zip>string</Vendor_Zip>
<Vendor_Phone>string</Vendor_Phone>
<LienHolder_Name>string</LienHolder_Name>
<LienHolder_Address>string</LienHolder_Address>
<LienHolder_City>string</LienHolder_City>
<LienHolder_State>string</LienHolder_State>
<LienHolder_Zip>string</LienHolder_Zip>
<LienHolder_Phone>string</LienHolder_Phone>
<LienHolder_PaymentPlan>string</LienHolder_PaymentPlan>
<Finance_AmountFinanced>decimal</Finance_AmountFinanced>
<Finance_DownPayment>decimal</Finance_DownPayment>
<Finance_AmountFinancedPaid>decimal</Finance_AmountFinancedPaid>
<Finance_PaymentMade>decimal</Finance_PaymentMade>
</GetContractDetailResult>
</GetContractDetailResponse>
</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>
<GetContractDetail xmlns="http://tempuri.org/">
<ContractID>string</ContractID>
</GetContractDetail>
</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>
<GetContractDetailResponse xmlns="http://tempuri.org/">
<GetContractDetailResult>
<ContractID>string</ContractID>
<Contract_Status>string</Contract_Status>
<Payment_Status>string</Payment_Status>
<Customer_Name>string</Customer_Name>
<Customer_Address>string</Customer_Address>
<Customer_City>string</Customer_City>
<Customer_State>string</Customer_State>
<Customer_Zip>string</Customer_Zip>
<Customer_Phone>string</Customer_Phone>
<Customer_Email>string</Customer_Email>
<VIN>string</VIN>
<Vehicle_Year>string</Vehicle_Year>
<Vehicle_Make>string</Vehicle_Make>
<Vehicle_Model>string</Vehicle_Model>
<Sale_Mileage>int</Sale_Mileage>
<Sale_Date>dateTime</Sale_Date>
<Program_Name>string</Program_Name>
<Program_PlanName>string</Program_PlanName>
<Program_Code>string</Program_Code>
<Program_Class>string</Program_Class>
<Program_Deductible>decimal</Program_Deductible>
<Program_ExpirationDate>dateTime</Program_ExpirationDate>
<Program_ExpirationMileage>int</Program_ExpirationMileage>
<Program_AggreementPrice>decimal</Program_AggreementPrice>
<Program_ContractVersion>string</Program_ContractVersion>
<Vendor_ID>string</Vendor_ID>
<Vendor_Name>string</Vendor_Name>
<Vendor_Address>string</Vendor_Address>
<Vendor_City>string</Vendor_City>
<Vendor_State>string</Vendor_State>
<Vendor_Zip>string</Vendor_Zip>
<Vendor_Phone>string</Vendor_Phone>
<LienHolder_Name>string</LienHolder_Name>
<LienHolder_Address>string</LienHolder_Address>
<LienHolder_City>string</LienHolder_City>
<LienHolder_State>string</LienHolder_State>
<LienHolder_Zip>string</LienHolder_Zip>
<LienHolder_Phone>string</LienHolder_Phone>
<LienHolder_PaymentPlan>string</LienHolder_PaymentPlan>
<Finance_AmountFinanced>decimal</Finance_AmountFinanced>
<Finance_DownPayment>decimal</Finance_DownPayment>
<Finance_AmountFinancedPaid>decimal</Finance_AmountFinancedPaid>
<Finance_PaymentMade>decimal</Finance_PaymentMade>
</GetContractDetailResult>
</GetContractDetailResponse>
</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 /IVSContractService.asmx/GetContractDetail?ContractID=string HTTP/1.1 Host: ivswebservices.pcapps.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ContractDetail xmlns="http://tempuri.org/"> <ContractID>string</ContractID> <Contract_Status>string</Contract_Status> <Payment_Status>string</Payment_Status> <Customer_Name>string</Customer_Name> <Customer_Address>string</Customer_Address> <Customer_City>string</Customer_City> <Customer_State>string</Customer_State> <Customer_Zip>string</Customer_Zip> <Customer_Phone>string</Customer_Phone> <Customer_Email>string</Customer_Email> <VIN>string</VIN> <Vehicle_Year>string</Vehicle_Year> <Vehicle_Make>string</Vehicle_Make> <Vehicle_Model>string</Vehicle_Model> <Sale_Mileage>int</Sale_Mileage> <Sale_Date>dateTime</Sale_Date> <Program_Name>string</Program_Name> <Program_PlanName>string</Program_PlanName> <Program_Code>string</Program_Code> <Program_Class>string</Program_Class> <Program_Deductible>decimal</Program_Deductible> <Program_ExpirationDate>dateTime</Program_ExpirationDate> <Program_ExpirationMileage>int</Program_ExpirationMileage> <Program_AggreementPrice>decimal</Program_AggreementPrice> <Program_ContractVersion>string</Program_ContractVersion> <Vendor_ID>string</Vendor_ID> <Vendor_Name>string</Vendor_Name> <Vendor_Address>string</Vendor_Address> <Vendor_City>string</Vendor_City> <Vendor_State>string</Vendor_State> <Vendor_Zip>string</Vendor_Zip> <Vendor_Phone>string</Vendor_Phone> <LienHolder_Name>string</LienHolder_Name> <LienHolder_Address>string</LienHolder_Address> <LienHolder_City>string</LienHolder_City> <LienHolder_State>string</LienHolder_State> <LienHolder_Zip>string</LienHolder_Zip> <LienHolder_Phone>string</LienHolder_Phone> <LienHolder_PaymentPlan>string</LienHolder_PaymentPlan> <Finance_AmountFinanced>decimal</Finance_AmountFinanced> <Finance_DownPayment>decimal</Finance_DownPayment> <Finance_AmountFinancedPaid>decimal</Finance_AmountFinancedPaid> <Finance_PaymentMade>decimal</Finance_PaymentMade> </ContractDetail>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /IVSContractService.asmx/GetContractDetail HTTP/1.1 Host: ivswebservices.pcapps.com Content-Type: application/x-www-form-urlencoded Content-Length: length ContractID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <ContractDetail xmlns="http://tempuri.org/"> <ContractID>string</ContractID> <Contract_Status>string</Contract_Status> <Payment_Status>string</Payment_Status> <Customer_Name>string</Customer_Name> <Customer_Address>string</Customer_Address> <Customer_City>string</Customer_City> <Customer_State>string</Customer_State> <Customer_Zip>string</Customer_Zip> <Customer_Phone>string</Customer_Phone> <Customer_Email>string</Customer_Email> <VIN>string</VIN> <Vehicle_Year>string</Vehicle_Year> <Vehicle_Make>string</Vehicle_Make> <Vehicle_Model>string</Vehicle_Model> <Sale_Mileage>int</Sale_Mileage> <Sale_Date>dateTime</Sale_Date> <Program_Name>string</Program_Name> <Program_PlanName>string</Program_PlanName> <Program_Code>string</Program_Code> <Program_Class>string</Program_Class> <Program_Deductible>decimal</Program_Deductible> <Program_ExpirationDate>dateTime</Program_ExpirationDate> <Program_ExpirationMileage>int</Program_ExpirationMileage> <Program_AggreementPrice>decimal</Program_AggreementPrice> <Program_ContractVersion>string</Program_ContractVersion> <Vendor_ID>string</Vendor_ID> <Vendor_Name>string</Vendor_Name> <Vendor_Address>string</Vendor_Address> <Vendor_City>string</Vendor_City> <Vendor_State>string</Vendor_State> <Vendor_Zip>string</Vendor_Zip> <Vendor_Phone>string</Vendor_Phone> <LienHolder_Name>string</LienHolder_Name> <LienHolder_Address>string</LienHolder_Address> <LienHolder_City>string</LienHolder_City> <LienHolder_State>string</LienHolder_State> <LienHolder_Zip>string</LienHolder_Zip> <LienHolder_Phone>string</LienHolder_Phone> <LienHolder_PaymentPlan>string</LienHolder_PaymentPlan> <Finance_AmountFinanced>decimal</Finance_AmountFinanced> <Finance_DownPayment>decimal</Finance_DownPayment> <Finance_AmountFinancedPaid>decimal</Finance_AmountFinancedPaid> <Finance_PaymentMade>decimal</Finance_PaymentMade> </ContractDetail>