This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<QuotesResponse xmlns="http://www.codeweavers.net/webservices/Insurance/">; | |
<QuotesResult> | |
<CustomerDetailsForm> | |
<Url>http://www.ycmi2.co.uk/[Access Point ID]/Integration/ForCustomer/[Unique Customer Reference]</Url> | |
<DisplayText>Update insurance details</DisplayText> | |
</CustomerDetailsForm> | |
<Calculations> | |
<Calculation> <!-- Example result with 2 valid quotes with the best quote specified for given vehicle --> | |
<Id>Your Unique Vehicle Identifier</Id> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<QuotesResponse xmlns="http://www.codeweavers.net/webservices/Insurance/"> | |
<QuotesResult> | |
<CustomerDetailsForm> | |
<Url>http://wwww.ycmi2.co.uk/[Access Point ID]/Integration/ForCustomer/[Unique Customer Reference]</Url> | |
<DisplayText>Get an insurance quote</DisplayText> | |
</CustomerDetailsForm> | |
<Calculations /> | |
</QuotesResult> | |
</QuotesResponse> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
<Quotes xmlns="http://www.codeweavers.net/webservices/Insurance/" > | |
<Credentials> | |
<Username>string</Username> | |
<Password>string</Password> | |
</Credentials> | |
<VehicleRequests> | |
<VehicleRequest> | |
<Id>string</Id> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stockIdentifier: 'STOCK_IDENTIFIER' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<script type="text/javascript" src="https://services.codeweavers.net/v1/script/Plugin?key=YOUR_API_KEY"></script> | |
<link href="https://services.codeweavers.net/v1/css/Plugin" rel="stylesheet" type="text/css" /> | |
<script type='text/javascript'> | |
function loadPlugin() { | |
var pluginOptions = function () { | |
return { | |
stockIdentifier: 'STOCK_IDENTIFIER' | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<InsuranceCalculationResult xmlns="http://www.codeweavers.net/webservices/Insurance/">; | |
<CustomerDetailsForm> | |
<Url>http://www.ycmi2.co.uk/[Access Point ID]/Integration/ForCustomer/[Unique Customer Reference]</Url> | |
<DisplayText>Update insurance details</DisplayText> | |
</CustomerDetailsForm> | |
<Calculations xmlns=""> | |
<Calculation> <!-- Example result with 2 valid quotes with the best quote specified for given vehicle --> | |
<Vehicle> | |
<CapId>12345</CapId> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<InsuranceCalculationResult xmlns="http://www.codeweavers.net/webservices/Insurance/">; | |
<CustomerDetailsForm> | |
<Url>http://wwww.ycmi2.co.uk/[Access Point ID]/Integration/ForCustomer/[Unique Customer Reference]</Url> | |
<DisplayText>Get an insurance quote</DisplayText> | |
</CustomerDetailsForm> | |
</InsuranceCalculationResult> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> | |
<Quotes xmlns="http://www.codeweavers.net/webservices/Insurance/" > | |
<Username>string</Username> | |
<Password>string</Password> | |
<CustomerData> | |
<CustomerReference>string</CustomerReference> | |
</CustomerData> | |
<VehicleDataArray> | |
<InsuranceCalculationVehicle> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<object id="myExperience1042514001001" class="BrightcoveExperience"> | |
<param name="bgcolor" value="#FFFFFF" /> | |
<param name="width" value="480" /> | |
<param name="height" value="270" /> | |
<param name="playerID" value="1042638381001" /> | |
<param name="playerKey" value=[PLAYER_KEY] /> | |
<param name="isVid" value="true" /> | |
<param name="isUI" value="true" /> | |
<param name="dynamicStreaming" value="true" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe src="http://player.vimeo.com/video/51527752" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> |