paddycover
Click here for a complete list of operations.
CancelPolicy
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 /paddycover.asmx HTTP/1.1 Host: sp.chiplc.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/CancelPolicy" <?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 /> </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 /> </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 /paddycover.asmx HTTP/1.1
Host: sp.chiplc.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>
<CancelPolicy xmlns="http://tempuri.org/">
<MerchantID>string</MerchantID>
<certno>string</certno>
<CancelDate>dateTime</CancelDate>
</CancelPolicy>
</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>
<CancelPolicyResponse xmlns="http://tempuri.org/">
<CancelPolicyResult>
<ReferenceCancel>
<ID>string</ID>
<Title>string</Title>
<Firstname>string</Firstname>
<Gender>string</Gender>
<InsuredType>string</InsuredType>
<Lastname>string</Lastname>
<Phone>string</Phone>
<DOB>dateTime</DOB>
<Address>string</Address>
<State>string</State>
<Email>string</Email>
<Occupation>string</Occupation>
<MeansId>string</MeansId>
<MeansIdNo>string</MeansIdNo>
<CertificateNos>string</CertificateNos>
<PolicyNumber>string</PolicyNumber>
<CarType>string</CarType>
<CarBrand>string</CarBrand>
<RegNo>string</RegNo>
<BizOps>string</BizOps>
<EngineNo>string</EngineNo>
<CarColor>string</CarColor>
<vehicleregstate>string</vehicleregstate>
<vehicleUsage>string</vehicleUsage>
<Suminsured>double</Suminsured>
<Premium>double</Premium>
<ReturnedAmount>double</ReturnedAmount>
<PolicyType>string</PolicyType>
<StartDate>dateTime</StartDate>
<ExpiryDate>dateTime</ExpiryDate>
<statusmsg>string</statusmsg>
<Msg>string</Msg>
</ReferenceCancel>
<ReferenceCancel>
<ID>string</ID>
<Title>string</Title>
<Firstname>string</Firstname>
<Gender>string</Gender>
<InsuredType>string</InsuredType>
<Lastname>string</Lastname>
<Phone>string</Phone>
<DOB>dateTime</DOB>
<Address>string</Address>
<State>string</State>
<Email>string</Email>
<Occupation>string</Occupation>
<MeansId>string</MeansId>
<MeansIdNo>string</MeansIdNo>
<CertificateNos>string</CertificateNos>
<PolicyNumber>string</PolicyNumber>
<CarType>string</CarType>
<CarBrand>string</CarBrand>
<RegNo>string</RegNo>
<BizOps>string</BizOps>
<EngineNo>string</EngineNo>
<CarColor>string</CarColor>
<vehicleregstate>string</vehicleregstate>
<vehicleUsage>string</vehicleUsage>
<Suminsured>double</Suminsured>
<Premium>double</Premium>
<ReturnedAmount>double</ReturnedAmount>
<PolicyType>string</PolicyType>
<StartDate>dateTime</StartDate>
<ExpiryDate>dateTime</ExpiryDate>
<statusmsg>string</statusmsg>
<Msg>string</Msg>
</ReferenceCancel>
</CancelPolicyResult>
</CancelPolicyResponse>
</soap12:Body>
</soap12:Envelope>