MondialQuotationService
Click here for a complete list of operations.
CreateClaim
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/CreateClaim"
<?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>
<CreateClaim xmlns="http://tempuri.org/">
<Token>string</Token>
<Claim>
<ID>long</ID>
<GDGFileNo>string</GDGFileNo>
<CoverPackID>string</CoverPackID>
<NoticeNo>string</NoticeNo>
<NoticeDate />
<ProducerID>string</ProducerID>
<GadgetCode>string</GadgetCode>
<ContructNo>string</ContructNo>
<SerialNo>string</SerialNo>
<GadgetDescription>string</GadgetDescription>
<SymptomDescr>string</SymptomDescr>
<DamageID>string</DamageID>
<VAT>string</VAT>
<CustomerName>string</CustomerName>
<EventDate />
<EventTime>string</EventTime>
<EventAddress>string</EventAddress>
<EventCity>string</EventCity>
<EventPerfectureID>string</EventPerfectureID>
<SellingDealerID>string</SellingDealerID>
<RepairingDealerID>string</RepairingDealerID>
<RepairingPartnerID>string</RepairingPartnerID>
<RepairEstimation />
<RepairCost>decimal</RepairCost>
<RepairDescription>string</RepairDescription>
<Consultant>string</Consultant>
<StatusID>string</StatusID>
<RejectStatusID>string</RejectStatusID>
<RejectDescription>string</RejectDescription>
<ApprovalDate />
<ApprovalUser>string</ApprovalUser>
<UserIn>string</UserIn>
<DateIn />
<PayDay />
<OutComeDay />
<OutComeID>string</OutComeID>
<ChkOK>boolean</ChkOK>
<ChkInv>boolean</ChkInv>
<ReceiveDate />
<Xported>int</Xported>
<XportDate />
<IBAN>string</IBAN>
<PhonesCom>string</PhonesCom>
<BankID>string</BankID>
<TxtRemarks>string</TxtRemarks>
<RemarksUser>string</RemarksUser>
<JobParts>
<JobPart>
<KindId>string</KindId>
<AddPartsDate>dateTime</AddPartsDate>
<Code>string</Code>
<Description>string</Description>
<Quantity>int</Quantity>
<UnitPrice>decimal</UnitPrice>
<Discount>decimal</Discount>
<Tax>decimal</Tax>
</JobPart>
<JobPart>
<KindId>string</KindId>
<AddPartsDate>dateTime</AddPartsDate>
<Code>string</Code>
<Description>string</Description>
<Quantity>int</Quantity>
<UnitPrice>decimal</UnitPrice>
<Discount>decimal</Discount>
<Tax>decimal</Tax>
</JobPart>
</JobParts>
</Claim>
</CreateClaim>
</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>
<CreateClaimResponse xmlns="http://tempuri.org/">
<CreateClaimResult />
</CreateClaimResponse>
</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>
<CreateClaim xmlns="http://tempuri.org/">
<Token>string</Token>
<Claim>
<ID>long</ID>
<GDGFileNo>string</GDGFileNo>
<CoverPackID>string</CoverPackID>
<NoticeNo>string</NoticeNo>
<NoticeDate />
<ProducerID>string</ProducerID>
<GadgetCode>string</GadgetCode>
<ContructNo>string</ContructNo>
<SerialNo>string</SerialNo>
<GadgetDescription>string</GadgetDescription>
<SymptomDescr>string</SymptomDescr>
<DamageID>string</DamageID>
<VAT>string</VAT>
<CustomerName>string</CustomerName>
<EventDate />
<EventTime>string</EventTime>
<EventAddress>string</EventAddress>
<EventCity>string</EventCity>
<EventPerfectureID>string</EventPerfectureID>
<SellingDealerID>string</SellingDealerID>
<RepairingDealerID>string</RepairingDealerID>
<RepairingPartnerID>string</RepairingPartnerID>
<RepairEstimation />
<RepairCost>decimal</RepairCost>
<RepairDescription>string</RepairDescription>
<Consultant>string</Consultant>
<StatusID>string</StatusID>
<RejectStatusID>string</RejectStatusID>
<RejectDescription>string</RejectDescription>
<ApprovalDate />
<ApprovalUser>string</ApprovalUser>
<UserIn>string</UserIn>
<DateIn />
<PayDay />
<OutComeDay />
<OutComeID>string</OutComeID>
<ChkOK>boolean</ChkOK>
<ChkInv>boolean</ChkInv>
<ReceiveDate />
<Xported>int</Xported>
<XportDate />
<IBAN>string</IBAN>
<PhonesCom>string</PhonesCom>
<BankID>string</BankID>
<TxtRemarks>string</TxtRemarks>
<RemarksUser>string</RemarksUser>
<JobParts>
<JobPart>
<KindId>string</KindId>
<AddPartsDate>dateTime</AddPartsDate>
<Code>string</Code>
<Description>string</Description>
<Quantity>int</Quantity>
<UnitPrice>decimal</UnitPrice>
<Discount>decimal</Discount>
<Tax>decimal</Tax>
</JobPart>
<JobPart>
<KindId>string</KindId>
<AddPartsDate>dateTime</AddPartsDate>
<Code>string</Code>
<Description>string</Description>
<Quantity>int</Quantity>
<UnitPrice>decimal</UnitPrice>
<Discount>decimal</Discount>
<Tax>decimal</Tax>
</JobPart>
</JobParts>
</Claim>
</CreateClaim>
</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>
<CreateClaimResponse xmlns="http://tempuri.org/">
<CreateClaimResult />
</CreateClaimResponse>
</soap12:Body>
</soap12:Envelope>