MondialQuotationService
Click here for a complete list of operations.
SendProposal
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 /mondialWeb/WebServices/MondialQuotationService.asmx HTTP/1.1
Host: accare.mondial-assistance.gr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SendProposal"
<?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>
<SendProposal xmlns="http://tempuri.org/">
<Token>string</Token>
<Proposal>
<MainCover>string</MainCover>
<Specification>string</Specification>
<Status>short</Status>
<GrossPremium>decimal</GrossPremium>
<fee>decimal</fee>
<stamp>decimal</stamp>
<Tax>decimal</Tax>
<Surcharge>decimal</Surcharge>
<NetPremium>decimal</NetPremium>
<DateIssued>dateTime</DateIssued>
<PaymentManner>short</PaymentManner>
<ExpirationDate>dateTime</ExpirationDate>
<DurationInDays>int</DurationInDays>
<DurationinMonths>int</DurationinMonths>
<DurationinYears>int</DurationinYears>
<StartingDate>dateTime</StartingDate>
<ContructNo>string</ContructNo>
<TransactionNo>string</TransactionNo>
<BranchID>string</BranchID>
<ProposalNo>string</ProposalNo>
<PayerVAT>string</PayerVAT>
<PayerLastName>string</PayerLastName>
<PayerPhones>string</PayerPhones>
<PayerMiddleName>string</PayerMiddleName>
<PayerAddress>string</PayerAddress>
<PayerArea>string</PayerArea>
<PayerCity>string</PayerCity>
<PayerZipCode>string</PayerZipCode>
<Payeremail>string</Payeremail>
<PayerOccupation>string</PayerOccupation>
<PayerDOY>string</PayerDOY>
<PayerCompellation>string</PayerCompellation>
<PayerAddressType>string</PayerAddressType>
<PayerCVCustCode>string</PayerCVCustCode>
<InsuredVAT>string</InsuredVAT>
<InsuredLastName>string</InsuredLastName>
<InsuredPhones>string</InsuredPhones>
<InsuredMiddleName>string</InsuredMiddleName>
<InsuredAddress>string</InsuredAddress>
<InsuredArea>string</InsuredArea>
<InsuredCity>string</InsuredCity>
<InsuredZipCode>string</InsuredZipCode>
<Insuredemail>string</Insuredemail>
<InsuredOccupation>string</InsuredOccupation>
<InsuredDOY>string</InsuredDOY>
<InsuredCompellation>string</InsuredCompellation>
<InsuredAddressType>string</InsuredAddressType>
<InsuredCVCustCode>string</InsuredCVCustCode>
<SamePayer>boolean</SamePayer>
<LicencePlate>string</LicencePlate>
<UsageID>string</UsageID>
<LocationID>string</LocationID>
<HP>int</HP>
<CC>long</CC>
<BonusMalus>int</BonusMalus>
<Brand>string</Brand>
<Model>string</Model>
<YearMade>long</YearMade>
<Seats>int</Seats>
<FrameSN>string</FrameSN>
<EngineSN>string</EngineSN>
<Cabrio>int</Cabrio>
<Jeep>int</Jeep>
<TrailerWheels>int</TrailerWheels>
<Color>string</Color>
<FirstDate>dateTime</FirstDate>
<VehicleValue>decimal</VehicleValue>
<ProductionCode>string</ProductionCode>
<IsCompany>boolean</IsCompany>
</Proposal>
</SendProposal>
</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>
<SendProposalResponse xmlns="http://tempuri.org/">
<SendProposalResult />
</SendProposalResponse>
</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 /mondialWeb/WebServices/MondialQuotationService.asmx HTTP/1.1
Host: accare.mondial-assistance.gr
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>
<SendProposal xmlns="http://tempuri.org/">
<Token>string</Token>
<Proposal>
<MainCover>string</MainCover>
<Specification>string</Specification>
<Status>short</Status>
<GrossPremium>decimal</GrossPremium>
<fee>decimal</fee>
<stamp>decimal</stamp>
<Tax>decimal</Tax>
<Surcharge>decimal</Surcharge>
<NetPremium>decimal</NetPremium>
<DateIssued>dateTime</DateIssued>
<PaymentManner>short</PaymentManner>
<ExpirationDate>dateTime</ExpirationDate>
<DurationInDays>int</DurationInDays>
<DurationinMonths>int</DurationinMonths>
<DurationinYears>int</DurationinYears>
<StartingDate>dateTime</StartingDate>
<ContructNo>string</ContructNo>
<TransactionNo>string</TransactionNo>
<BranchID>string</BranchID>
<ProposalNo>string</ProposalNo>
<PayerVAT>string</PayerVAT>
<PayerLastName>string</PayerLastName>
<PayerPhones>string</PayerPhones>
<PayerMiddleName>string</PayerMiddleName>
<PayerAddress>string</PayerAddress>
<PayerArea>string</PayerArea>
<PayerCity>string</PayerCity>
<PayerZipCode>string</PayerZipCode>
<Payeremail>string</Payeremail>
<PayerOccupation>string</PayerOccupation>
<PayerDOY>string</PayerDOY>
<PayerCompellation>string</PayerCompellation>
<PayerAddressType>string</PayerAddressType>
<PayerCVCustCode>string</PayerCVCustCode>
<InsuredVAT>string</InsuredVAT>
<InsuredLastName>string</InsuredLastName>
<InsuredPhones>string</InsuredPhones>
<InsuredMiddleName>string</InsuredMiddleName>
<InsuredAddress>string</InsuredAddress>
<InsuredArea>string</InsuredArea>
<InsuredCity>string</InsuredCity>
<InsuredZipCode>string</InsuredZipCode>
<Insuredemail>string</Insuredemail>
<InsuredOccupation>string</InsuredOccupation>
<InsuredDOY>string</InsuredDOY>
<InsuredCompellation>string</InsuredCompellation>
<InsuredAddressType>string</InsuredAddressType>
<InsuredCVCustCode>string</InsuredCVCustCode>
<SamePayer>boolean</SamePayer>
<LicencePlate>string</LicencePlate>
<UsageID>string</UsageID>
<LocationID>string</LocationID>
<HP>int</HP>
<CC>long</CC>
<BonusMalus>int</BonusMalus>
<Brand>string</Brand>
<Model>string</Model>
<YearMade>long</YearMade>
<Seats>int</Seats>
<FrameSN>string</FrameSN>
<EngineSN>string</EngineSN>
<Cabrio>int</Cabrio>
<Jeep>int</Jeep>
<TrailerWheels>int</TrailerWheels>
<Color>string</Color>
<FirstDate>dateTime</FirstDate>
<VehicleValue>decimal</VehicleValue>
<ProductionCode>string</ProductionCode>
<IsCompany>boolean</IsCompany>
</Proposal>
</SendProposal>
</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>
<SendProposalResponse xmlns="http://tempuri.org/">
<SendProposalResult />
</SendProposalResponse>
</soap12:Body>
</soap12:Envelope>