External LMS Service (Contact Online,Success Unlimited)
Click here for a complete list of operations.
CreateNotification
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 /ExternalLMSService.asmx HTTP/1.1
Host: tools.contactonline.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://contactonline.uk.com/IntegrationService/CreateNotification"
<?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>
<CreateNotification xmlns="http://contactonline.uk.com/IntegrationService/">
<LMSAuthentication>
<Username>string</Username>
<Password>string</Password>
</LMSAuthentication>
<DealershipID>int</DealershipID>
<lead>
<Title>string</Title>
<Firstname>string</Firstname>
<LastName>string</LastName>
<Email>string</Email>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<City>string</City>
<Postcode>string</Postcode>
<County>string</County>
<Country>string</Country>
<Mobile>string</Mobile>
<Home>string</Home>
<Work>string</Work>
<PreferredContactMethod>int</PreferredContactMethod>
<OptIn>boolean</OptIn>
<DOB>dateTime</DOB>
<PeronalNotes>string</PeronalNotes>
<ExternalLeadReference>string</ExternalLeadReference>
<AdditionalSource>string</AdditionalSource>
<CanCall>boolean</CanCall>
<CanEmail>boolean</CanEmail>
<CanPost>boolean</CanPost>
<CanSms>boolean</CanSms>
<CanCallManufacturer>boolean</CanCallManufacturer>
<CanEmailManufacturer>boolean</CanEmailManufacturer>
<CanPostManufacturer>boolean</CanPostManufacturer>
<CanSmsManufacturer>boolean</CanSmsManufacturer>
<LeadID>int</LeadID>
</lead>
</CreateNotification>
</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>
<CreateNotificationResponse xmlns="http://contactonline.uk.com/IntegrationService/">
<CreateNotificationResult>
<StatusCode>int</StatusCode>
<StatusMessage>string</StatusMessage>
<AdditionalInformation>string</AdditionalInformation>
<RequestToken>guid</RequestToken>
<RequestDateTime>dateTime</RequestDateTime>
<AuthenticationStatus>string</AuthenticationStatus>
<LeadReceived>
<Title>string</Title>
<Firstname>string</Firstname>
<LastName>string</LastName>
<Email>string</Email>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<City>string</City>
<Postcode>string</Postcode>
<County>string</County>
<Country>string</Country>
<Mobile>string</Mobile>
<Home>string</Home>
<Work>string</Work>
<PreferredContactMethod>int</PreferredContactMethod>
<OptIn>boolean</OptIn>
<DOB>dateTime</DOB>
<PeronalNotes>string</PeronalNotes>
<ExternalLeadReference>string</ExternalLeadReference>
<AdditionalSource>string</AdditionalSource>
<CanCall>boolean</CanCall>
<CanEmail>boolean</CanEmail>
<CanPost>boolean</CanPost>
<CanSms>boolean</CanSms>
<CanCallManufacturer>boolean</CanCallManufacturer>
<CanEmailManufacturer>boolean</CanEmailManufacturer>
<CanPostManufacturer>boolean</CanPostManufacturer>
<CanSmsManufacturer>boolean</CanSmsManufacturer>
<LeadID>int</LeadID>
</LeadReceived>
<AuthenticationReceived>
<Username>string</Username>
<Password>string</Password>
</AuthenticationReceived>
</CreateNotificationResult>
</CreateNotificationResponse>
</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 /ExternalLMSService.asmx HTTP/1.1
Host: tools.contactonline.co.uk
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>
<CreateNotification xmlns="http://contactonline.uk.com/IntegrationService/">
<LMSAuthentication>
<Username>string</Username>
<Password>string</Password>
</LMSAuthentication>
<DealershipID>int</DealershipID>
<lead>
<Title>string</Title>
<Firstname>string</Firstname>
<LastName>string</LastName>
<Email>string</Email>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<City>string</City>
<Postcode>string</Postcode>
<County>string</County>
<Country>string</Country>
<Mobile>string</Mobile>
<Home>string</Home>
<Work>string</Work>
<PreferredContactMethod>int</PreferredContactMethod>
<OptIn>boolean</OptIn>
<DOB>dateTime</DOB>
<PeronalNotes>string</PeronalNotes>
<ExternalLeadReference>string</ExternalLeadReference>
<AdditionalSource>string</AdditionalSource>
<CanCall>boolean</CanCall>
<CanEmail>boolean</CanEmail>
<CanPost>boolean</CanPost>
<CanSms>boolean</CanSms>
<CanCallManufacturer>boolean</CanCallManufacturer>
<CanEmailManufacturer>boolean</CanEmailManufacturer>
<CanPostManufacturer>boolean</CanPostManufacturer>
<CanSmsManufacturer>boolean</CanSmsManufacturer>
<LeadID>int</LeadID>
</lead>
</CreateNotification>
</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>
<CreateNotificationResponse xmlns="http://contactonline.uk.com/IntegrationService/">
<CreateNotificationResult>
<StatusCode>int</StatusCode>
<StatusMessage>string</StatusMessage>
<AdditionalInformation>string</AdditionalInformation>
<RequestToken>guid</RequestToken>
<RequestDateTime>dateTime</RequestDateTime>
<AuthenticationStatus>string</AuthenticationStatus>
<LeadReceived>
<Title>string</Title>
<Firstname>string</Firstname>
<LastName>string</LastName>
<Email>string</Email>
<Address1>string</Address1>
<Address2>string</Address2>
<Address3>string</Address3>
<City>string</City>
<Postcode>string</Postcode>
<County>string</County>
<Country>string</Country>
<Mobile>string</Mobile>
<Home>string</Home>
<Work>string</Work>
<PreferredContactMethod>int</PreferredContactMethod>
<OptIn>boolean</OptIn>
<DOB>dateTime</DOB>
<PeronalNotes>string</PeronalNotes>
<ExternalLeadReference>string</ExternalLeadReference>
<AdditionalSource>string</AdditionalSource>
<CanCall>boolean</CanCall>
<CanEmail>boolean</CanEmail>
<CanPost>boolean</CanPost>
<CanSms>boolean</CanSms>
<CanCallManufacturer>boolean</CanCallManufacturer>
<CanEmailManufacturer>boolean</CanEmailManufacturer>
<CanPostManufacturer>boolean</CanPostManufacturer>
<CanSmsManufacturer>boolean</CanSmsManufacturer>
<LeadID>int</LeadID>
</LeadReceived>
<AuthenticationReceived>
<Username>string</Username>
<Password>string</Password>
</AuthenticationReceived>
</CreateNotificationResult>
</CreateNotificationResponse>
</soap12:Body>
</soap12:Envelope>