Service1
Click here for a complete list of operations.
GetLeadByLeadID
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /Service1.asmx HTTP/1.1 Host: websitelandingpage-api.247homerescue.co.uk Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetLeadByLeadID" <?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> <GetLeadByLeadID xmlns="http://tempuri.org/"> <LeadID>string</LeadID> </GetLeadByLeadID> </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> <GetLeadByLeadIDResponse xmlns="http://tempuri.org/"> <GetLeadByLeadIDResult> <NextNumber>int</NextNumber> <ID>guid</ID> <CreatedDate>dateTime</CreatedDate> <LeadUserId>guid</LeadUserId> <SalesUserId>guid</SalesUserId> <Ref>string</Ref> <FirstName>string</FirstName> <LastName>string</LastName> <Email>string</Email> <Mobile>string</Mobile> <HouseNumber>string</HouseNumber> <Postcode>string</Postcode> <Address>string</Address> <RenewalDate>dateTime</RenewalDate> <InsurerId>int</InsurerId> <PaymentMethod>string</PaymentMethod> <DOB>dateTime</DOB> <Archived>boolean</Archived> <StatusID>guid</StatusID> <StatusDate>dateTime</StatusDate> <CurrentPremium>string</CurrentPremium> <HomePhone>string</HomePhone> <QuoteSentDate>dateTime</QuoteSentDate> <InceptionDate>dateTime</InceptionDate> <AccountNo>string</AccountNo> <NameofAccount>string</NameofAccount> <SortCode>string</SortCode> <DirectDebitDate>dateTime</DirectDebitDate> <Title>string</Title> <BoilerTypeID>int</BoilerTypeID> <BoilerAge>int</BoilerAge> <BoilerModel>string</BoilerModel> <ApiWebServiceOverallStatus>boolean</ApiWebServiceOverallStatus> <ApiWebServiceStatusCode>string</ApiWebServiceStatusCode> <ApiWebServiceStatusMessage>string</ApiWebServiceStatusMessage> <ChequeReceived>boolean</ChequeReceived> <BACSReceived>boolean</BACSReceived> <ChequeReceivedDate>dateTime</ChequeReceivedDate> <BACSReceivedDate>dateTime</BACSReceivedDate> <AutoPolicyLive>boolean</AutoPolicyLive> <TeamID>int</TeamID> <ChildParentID>guid</ChildParentID> <StatusChangeReason>string</StatusChangeReason> <Products>string</Products> <CoverType>string</CoverType> <MonthlyPremium>string</MonthlyPremium> <CurrentProvider>string</CurrentProvider> <AgeOfProduct>string</AgeOfProduct> <PromoCode>string</PromoCode> <NatureOfInitialQuery>string</NatureOfInitialQuery> <OriginOfSale>string</OriginOfSale> <LandlordAddress>string</LandlordAddress> <LandlordPostCode>string</LandlordPostCode> <LandlordHouseNumber>string</LandlordHouseNumber> <TownLookup>string</TownLookup> <ServiceDueDate>dateTime</ServiceDueDate> <Excess>boolean</Excess> <ExcessAmount>string</ExcessAmount> <PolicyValue>decimal</PolicyValue> <PaymentOccurance>string</PaymentOccurance> <PayZone>decimal</PayZone> <FirstAmount>decimal</FirstAmount> <ISMTA>boolean</ISMTA> <tempDDDate>dateTime</tempDDDate> <VehicleRegistration>string</VehicleRegistration> <VehicleMake>string</VehicleMake> <VehicleModel>string</VehicleModel> <VehicleMOTExpiryDate>dateTime</VehicleMOTExpiryDate> <POSID>string</POSID> <VehicleDateOfRegistration>string</VehicleDateOfRegistration> <VehicleAge>string</VehicleAge> <VehicleTrans>string</VehicleTrans> <VehicleYearManufactured>string</VehicleYearManufactured> <FinalDDDate>dateTime</FinalDDDate> <PolicyCancelDate>dateTime</PolicyCancelDate> <AdhocAmount>string</AdhocAmount> <AdhocReason>string</AdhocReason> <AdhocDate>dateTime</AdhocDate> <AdhocClickedBy>guid</AdhocClickedBy> <IsService>boolean</IsService> <AdhocNotes>string</AdhocNotes> <AdhocDueDate>dateTime</AdhocDueDate> <XMLVehicleData>string</XMLVehicleData> <XMLMOTHistory>string</XMLMOTHistory> <SimNumber>string</SimNumber> <VehicleCurrentMileage>string</VehicleCurrentMileage> <LastServiceDate>dateTime</LastServiceDate> <XMLOtherFields>string</XMLOtherFields> <SMSReplyBody>string</SMSReplyBody> <CarloSetupDevice>boolean</CarloSetupDevice> <CarloSetupDeviceSentDateTime>string</CarloSetupDeviceSentDateTime> <CarloSetupDeviceReceivedDateTime>dateTime</CarloSetupDeviceReceivedDateTime> <CarloDownloadingServer>boolean</CarloDownloadingServer> <CarloDownloadingServerSentDateTime>dateTime</CarloDownloadingServerSentDateTime> <CarloDownloadingServerReceivedDateTime>dateTime</CarloDownloadingServerReceivedDateTime> <CarloRegisteringDevice>boolean</CarloRegisteringDevice> <CarloRegisteringDeviceReceivedDateTime>dateTime</CarloRegisteringDeviceReceivedDateTime> <CarloRegisteringDeviceSentDateTime>dateTime</CarloRegisteringDeviceSentDateTime> <CarloActivatingDevice>boolean</CarloActivatingDevice> <CarloActivatingDeviceSentDateTime>dateTime</CarloActivatingDeviceSentDateTime> <CarloActivatingDeviceReceivedDateTime>dateTime</CarloActivatingDeviceReceivedDateTime> <CarloSetupDeviceSentDateTime1>dateTime</CarloSetupDeviceSentDateTime1> <CarloActivatingDeviceFailed>boolean</CarloActivatingDeviceFailed> <CarloDownloadingServerFailed>boolean</CarloDownloadingServerFailed> <CarloRegisteringDeviceFailed>boolean</CarloRegisteringDeviceFailed> <CarloSetupDeviceFailed>boolean</CarloSetupDeviceFailed> <CarloDownloadingServerFailedCount>int</CarloDownloadingServerFailedCount> <CarloRegisteringDeviceFailedCount>int</CarloRegisteringDeviceFailedCount> <CarloActivatingDeviceFailedCount>int</CarloActivatingDeviceFailedCount> <CarloSetupDeviceFailedCount>int</CarloSetupDeviceFailedCount> <IMEINumber>string</IMEINumber> <CarloCanBusOn>boolean</CarloCanBusOn> <Canbus>boolean</Canbus> <ConfirmFotaUpdateDateTime>dateTime</ConfirmFotaUpdateDateTime> <ConfirmFotaUpdatedBy>guid</ConfirmFotaUpdatedBy> <IMEIUpdatedDateTime>dateTime</IMEIUpdatedDateTime> <SimNumberUpdatedDateTime>dateTime</SimNumberUpdatedDateTime> <IMEIUpdatedBy>guid</IMEIUpdatedBy> <SimNumberUpdatedBy>guid</SimNumberUpdatedBy> <CarloEngineNumber>string</CarloEngineNumber> <AutoRenewDate>dateTime</AutoRenewDate> <NextOfKinFirstName>string</NextOfKinFirstName> <NextOfKinSurname>string</NextOfKinSurname> <NextOfKinContactNumber>string</NextOfKinContactNumber> <IPAddress>string</IPAddress> <MyApp>boolean</MyApp> <MyAccount>boolean</MyAccount> <NextOfKinFirstName2>string</NextOfKinFirstName2> <NextOfKinSurname2>string</NextOfKinSurname2> <NextOfKinContactNumber2>string</NextOfKinContactNumber2> <market_Phone>boolean</market_Phone> <market_Mobile>boolean</market_Mobile> <market_Email>boolean</market_Email> <market_Post>boolean</market_Post> <market_SMS>boolean</market_SMS> <FirstTimePolicyLiveDate>dateTime</FirstTimePolicyLiveDate> <ReinstateDate>dateTime</ReinstateDate> <CoverEndDate>dateTime</CoverEndDate> <CancelDate>dateTime</CancelDate> <InboundSaved>dateTime</InboundSaved> <OutboundSaved>dateTime</OutboundSaved> <FirstTimeCancelledDate>dateTime</FirstTimeCancelledDate> <GroupID>int</GroupID> <CrossSellDate>dateTime</CrossSellDate> <SubStatusID>int</SubStatusID> <StatusChangedBy>guid</StatusChangedBy> <SubStatusChangedBy>guid</SubStatusChangedBy> <SubStatusChangedDate>dateTime</SubStatusChangedDate> <PreviousStatusNewID>guid</PreviousStatusNewID> <PreviousStatusDate>dateTime</PreviousStatusDate> <PreviousSubStatusID>int</PreviousSubStatusID> <NoQuoteReasonID>int</NoQuoteReasonID> <Credit>decimal</Credit> <MergedRef>string</MergedRef> <RenewalQouteSMSSentDate>dateTime</RenewalQouteSMSSentDate> <OldBacsRecievedDate>dateTime</OldBacsRecievedDate> <NewRenewalDate>dateTime</NewRenewalDate> <AutoRenewalLastRunDate>dateTime</AutoRenewalLastRunDate> <FinanceApplicationDate>dateTime</FinanceApplicationDate> <FinanceApprovedDate>dateTime</FinanceApprovedDate> <FinanceStatus>string</FinanceStatus> <FinanceDeclineDate>dateTime</FinanceDeclineDate> <FinanceReferredDate>dateTime</FinanceReferredDate> <FinanceApplicationNo>string</FinanceApplicationNo> <FinanceDocumentSigned>boolean</FinanceDocumentSigned> <FinanceLenderApprovedByCustomer>boolean</FinanceLenderApprovedByCustomer> <SWContractPDF>string</SWContractPDF> <BoilerInstallPDF>string</BoilerInstallPDF> <SWBoilerInstallCreatedDate>dateTime</SWBoilerInstallCreatedDate> <SWBoilerInstallSentDate>dateTime</SWBoilerInstallSentDate> <SWContractSignedPDF>string</SWContractSignedPDF> <BoilerInstallSignedPDF>string</BoilerInstallSignedPDF> <SWBoilerInstallSignedUploadedDate>dateTime</SWBoilerInstallSignedUploadedDate> <TempCancelDate>dateTime</TempCancelDate> <TempReinstateDate>dateTime</TempReinstateDate> <CoverForResidential>string</CoverForResidential> <IsDomesticGasBoiler>string</IsDomesticGasBoiler> <WhereIsBoilerLocated>string</WhereIsBoilerLocated> <IsBoilerWallMounted>string</IsBoilerWallMounted> <HowOldBoiler>int</HowOldBoiler> <HaveCoverinPlace>string</HaveCoverinPlace> <WhoIsCoverWith>string</WhoIsCoverWith> <WhatThatoverOffers>string</WhatThatoverOffers> <RenewalCost>string</RenewalCost> <RenewalCostND>string</RenewalCostND> <DoyouPayExcess>string</DoyouPayExcess> <ProcessNextStep>string</ProcessNextStep> <New247>boolean</New247> <CurrentAddress1>string</CurrentAddress1> <CurrentAddress2>string</CurrentAddress2> <CurrentTown>string</CurrentTown> <ClosingStatementCompleted>boolean</ClosingStatementCompleted> <ClosingStatementCompletedDate>dateTime</ClosingStatementCompletedDate> <ClosingStatementCompletedBy>guid</ClosingStatementCompletedBy> <ApplyPromo>string</ApplyPromo> <CardTransactionID>string</CardTransactionID> <QAPerc>int</QAPerc> <QAScore>int</QAScore> <TotalCancellations>int</TotalCancellations> <IsBoilerFullyWorking>string</IsBoilerFullyWorking> <GCLID>string</GCLID> <VulnerabilityId>int</VulnerabilityId> <VulnerabilityText>string</VulnerabilityText> <IsPlumbingDrainageElectricsIssue>string</IsPlumbingDrainageElectricsIssue> <ReceivedFromSignable>boolean</ReceivedFromSignable> <ReceivedFromSignableBy>guid</ReceivedFromSignableBy> <ReceivedFromSignableDate>dateTime</ReceivedFromSignableDate> <ReceivedFromSignableDocument>string</ReceivedFromSignableDocument> <FCATransitionGroupID>int</FCATransitionGroupID> <FCATransitionDate>dateTime</FCATransitionDate> <FCATransitionLetterSent>dateTime</FCATransitionLetterSent> <FCATransitionNow>dateTime</FCATransitionNow> <FcaTransitionLater>boolean</FcaTransitionLater> <FCACoverStartDate>dateTime</FCACoverStartDate> <FCACoverEndDate>dateTime</FCACoverEndDate> <AutoRenewOptOut>boolean</AutoRenewOptOut> <RenewalTransitionGrouID>int</RenewalTransitionGrouID> <CancelSMSCheck>boolean</CancelSMSCheck> <CancelSMSCheckDate>dateTime</CancelSMSCheckDate> <Tidyup>boolean</Tidyup> <MasterDD>boolean</MasterDD> <CombineDD>boolean</CombineDD> <AD_ID>string</AD_ID> <Adgroup>string</Adgroup> <Adgroup_ID>string</Adgroup_ID> <Campaign>string</Campaign> <Campaign_ID>string</Campaign_ID> <Content>string</Content> <Device>string</Device> <Network>string</Network> <Keyword>string</Keyword> <Match_Type>string</Match_Type> <Medium>string</Medium> <Source>string</Source> <Placement>string</Placement> <URL>string</URL> <VehicleRegistration2>string</VehicleRegistration2> <VehicleMake2>string</VehicleMake2> <VehicleModel2>string</VehicleModel2> <VehicleMOTExpiryDate2>dateTime</VehicleMOTExpiryDate2> <VehicleDateOfRegistration2>string</VehicleDateOfRegistration2> <VehicleAge2>string</VehicleAge2> <VehicleTrans2>string</VehicleTrans2> <VehicleYearManufactured2>string</VehicleYearManufactured2> <BoilerMake>string</BoilerMake> <BoilerAgeText>string</BoilerAgeText> <FirstTimeFCADate>dateTime</FirstTimeFCADate> <FCAYear>int</FCAYear> <TestRecord>boolean</TestRecord> <IsCarCustomer>boolean</IsCarCustomer> <FirstTimePolicyValue>decimal</FirstTimePolicyValue> <FirstTimeSelectedGroup>int</FirstTimeSelectedGroup> <ApplianceFirstTimePolicyLiveDateParent>dateTime</ApplianceFirstTimePolicyLiveDateParent> <IsThereAnyoneElseForAuthorizeAccount>boolean</IsThereAnyoneElseForAuthorizeAccount> <IsConfirmedHomeOwner>boolean</IsConfirmedHomeOwner> <DoYouWantToAddSomeoneElseOnTheAccount>boolean</DoYouWantToAddSomeoneElseOnTheAccount> <Relation>string</Relation> <RelationFirstName>string</RelationFirstName> <RelationLastName>string</RelationLastName> <RelationEmail>string</RelationEmail> <RelationPhNo>string</RelationPhNo> <ProposedRenewalPrice>decimal</ProposedRenewalPrice> <Relation2>string</Relation2> <RelationFirstName2>string</RelationFirstName2> <RelationLastName2>string</RelationLastName2> <RelationEmail2>string</RelationEmail2> <RelationPhNo2>string</RelationPhNo2> <FirstEligibtyChaser>dateTime</FirstEligibtyChaser> <SecondEligibilityChaser>dateTime</SecondEligibilityChaser> <ThirdEligibilityChaser>dateTime</ThirdEligibilityChaser> <LeaveReason>string</LeaveReason> <LeaveReasonID>int</LeaveReasonID> <LapsedCustomerEmailDateTime>dateTime</LapsedCustomerEmailDateTime> <ABConsoleEmailDateTime>dateTime</ABConsoleEmailDateTime> <MarketingFlowEmailDateTime>dateTime</MarketingFlowEmailDateTime> <DoNotContact>boolean</DoNotContact> <MaxPricePerc>decimal</MaxPricePerc> <CanUpgrade>boolean</CanUpgrade> <HasUpgradedInLast12Months>boolean</HasUpgradedInLast12Months> <HasHEatRiskAddress>boolean</HasHEatRiskAddress> <NewSaleDuplicateCheck>boolean</NewSaleDuplicateCheck> <InsurerReference /> <UserReference /> <StatusReference /> <User1Reference /> </GetLeadByLeadIDResult> </GetLeadByLeadIDResponse> </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 /Service1.asmx HTTP/1.1 Host: websitelandingpage-api.247homerescue.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> <GetLeadByLeadID xmlns="http://tempuri.org/"> <LeadID>string</LeadID> </GetLeadByLeadID> </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> <GetLeadByLeadIDResponse xmlns="http://tempuri.org/"> <GetLeadByLeadIDResult> <NextNumber>int</NextNumber> <ID>guid</ID> <CreatedDate>dateTime</CreatedDate> <LeadUserId>guid</LeadUserId> <SalesUserId>guid</SalesUserId> <Ref>string</Ref> <FirstName>string</FirstName> <LastName>string</LastName> <Email>string</Email> <Mobile>string</Mobile> <HouseNumber>string</HouseNumber> <Postcode>string</Postcode> <Address>string</Address> <RenewalDate>dateTime</RenewalDate> <InsurerId>int</InsurerId> <PaymentMethod>string</PaymentMethod> <DOB>dateTime</DOB> <Archived>boolean</Archived> <StatusID>guid</StatusID> <StatusDate>dateTime</StatusDate> <CurrentPremium>string</CurrentPremium> <HomePhone>string</HomePhone> <QuoteSentDate>dateTime</QuoteSentDate> <InceptionDate>dateTime</InceptionDate> <AccountNo>string</AccountNo> <NameofAccount>string</NameofAccount> <SortCode>string</SortCode> <DirectDebitDate>dateTime</DirectDebitDate> <Title>string</Title> <BoilerTypeID>int</BoilerTypeID> <BoilerAge>int</BoilerAge> <BoilerModel>string</BoilerModel> <ApiWebServiceOverallStatus>boolean</ApiWebServiceOverallStatus> <ApiWebServiceStatusCode>string</ApiWebServiceStatusCode> <ApiWebServiceStatusMessage>string</ApiWebServiceStatusMessage> <ChequeReceived>boolean</ChequeReceived> <BACSReceived>boolean</BACSReceived> <ChequeReceivedDate>dateTime</ChequeReceivedDate> <BACSReceivedDate>dateTime</BACSReceivedDate> <AutoPolicyLive>boolean</AutoPolicyLive> <TeamID>int</TeamID> <ChildParentID>guid</ChildParentID> <StatusChangeReason>string</StatusChangeReason> <Products>string</Products> <CoverType>string</CoverType> <MonthlyPremium>string</MonthlyPremium> <CurrentProvider>string</CurrentProvider> <AgeOfProduct>string</AgeOfProduct> <PromoCode>string</PromoCode> <NatureOfInitialQuery>string</NatureOfInitialQuery> <OriginOfSale>string</OriginOfSale> <LandlordAddress>string</LandlordAddress> <LandlordPostCode>string</LandlordPostCode> <LandlordHouseNumber>string</LandlordHouseNumber> <TownLookup>string</TownLookup> <ServiceDueDate>dateTime</ServiceDueDate> <Excess>boolean</Excess> <ExcessAmount>string</ExcessAmount> <PolicyValue>decimal</PolicyValue> <PaymentOccurance>string</PaymentOccurance> <PayZone>decimal</PayZone> <FirstAmount>decimal</FirstAmount> <ISMTA>boolean</ISMTA> <tempDDDate>dateTime</tempDDDate> <VehicleRegistration>string</VehicleRegistration> <VehicleMake>string</VehicleMake> <VehicleModel>string</VehicleModel> <VehicleMOTExpiryDate>dateTime</VehicleMOTExpiryDate> <POSID>string</POSID> <VehicleDateOfRegistration>string</VehicleDateOfRegistration> <VehicleAge>string</VehicleAge> <VehicleTrans>string</VehicleTrans> <VehicleYearManufactured>string</VehicleYearManufactured> <FinalDDDate>dateTime</FinalDDDate> <PolicyCancelDate>dateTime</PolicyCancelDate> <AdhocAmount>string</AdhocAmount> <AdhocReason>string</AdhocReason> <AdhocDate>dateTime</AdhocDate> <AdhocClickedBy>guid</AdhocClickedBy> <IsService>boolean</IsService> <AdhocNotes>string</AdhocNotes> <AdhocDueDate>dateTime</AdhocDueDate> <XMLVehicleData>string</XMLVehicleData> <XMLMOTHistory>string</XMLMOTHistory> <SimNumber>string</SimNumber> <VehicleCurrentMileage>string</VehicleCurrentMileage> <LastServiceDate>dateTime</LastServiceDate> <XMLOtherFields>string</XMLOtherFields> <SMSReplyBody>string</SMSReplyBody> <CarloSetupDevice>boolean</CarloSetupDevice> <CarloSetupDeviceSentDateTime>string</CarloSetupDeviceSentDateTime> <CarloSetupDeviceReceivedDateTime>dateTime</CarloSetupDeviceReceivedDateTime> <CarloDownloadingServer>boolean</CarloDownloadingServer> <CarloDownloadingServerSentDateTime>dateTime</CarloDownloadingServerSentDateTime> <CarloDownloadingServerReceivedDateTime>dateTime</CarloDownloadingServerReceivedDateTime> <CarloRegisteringDevice>boolean</CarloRegisteringDevice> <CarloRegisteringDeviceReceivedDateTime>dateTime</CarloRegisteringDeviceReceivedDateTime> <CarloRegisteringDeviceSentDateTime>dateTime</CarloRegisteringDeviceSentDateTime> <CarloActivatingDevice>boolean</CarloActivatingDevice> <CarloActivatingDeviceSentDateTime>dateTime</CarloActivatingDeviceSentDateTime> <CarloActivatingDeviceReceivedDateTime>dateTime</CarloActivatingDeviceReceivedDateTime> <CarloSetupDeviceSentDateTime1>dateTime</CarloSetupDeviceSentDateTime1> <CarloActivatingDeviceFailed>boolean</CarloActivatingDeviceFailed> <CarloDownloadingServerFailed>boolean</CarloDownloadingServerFailed> <CarloRegisteringDeviceFailed>boolean</CarloRegisteringDeviceFailed> <CarloSetupDeviceFailed>boolean</CarloSetupDeviceFailed> <CarloDownloadingServerFailedCount>int</CarloDownloadingServerFailedCount> <CarloRegisteringDeviceFailedCount>int</CarloRegisteringDeviceFailedCount> <CarloActivatingDeviceFailedCount>int</CarloActivatingDeviceFailedCount> <CarloSetupDeviceFailedCount>int</CarloSetupDeviceFailedCount> <IMEINumber>string</IMEINumber> <CarloCanBusOn>boolean</CarloCanBusOn> <Canbus>boolean</Canbus> <ConfirmFotaUpdateDateTime>dateTime</ConfirmFotaUpdateDateTime> <ConfirmFotaUpdatedBy>guid</ConfirmFotaUpdatedBy> <IMEIUpdatedDateTime>dateTime</IMEIUpdatedDateTime> <SimNumberUpdatedDateTime>dateTime</SimNumberUpdatedDateTime> <IMEIUpdatedBy>guid</IMEIUpdatedBy> <SimNumberUpdatedBy>guid</SimNumberUpdatedBy> <CarloEngineNumber>string</CarloEngineNumber> <AutoRenewDate>dateTime</AutoRenewDate> <NextOfKinFirstName>string</NextOfKinFirstName> <NextOfKinSurname>string</NextOfKinSurname> <NextOfKinContactNumber>string</NextOfKinContactNumber> <IPAddress>string</IPAddress> <MyApp>boolean</MyApp> <MyAccount>boolean</MyAccount> <NextOfKinFirstName2>string</NextOfKinFirstName2> <NextOfKinSurname2>string</NextOfKinSurname2> <NextOfKinContactNumber2>string</NextOfKinContactNumber2> <market_Phone>boolean</market_Phone> <market_Mobile>boolean</market_Mobile> <market_Email>boolean</market_Email> <market_Post>boolean</market_Post> <market_SMS>boolean</market_SMS> <FirstTimePolicyLiveDate>dateTime</FirstTimePolicyLiveDate> <ReinstateDate>dateTime</ReinstateDate> <CoverEndDate>dateTime</CoverEndDate> <CancelDate>dateTime</CancelDate> <InboundSaved>dateTime</InboundSaved> <OutboundSaved>dateTime</OutboundSaved> <FirstTimeCancelledDate>dateTime</FirstTimeCancelledDate> <GroupID>int</GroupID> <CrossSellDate>dateTime</CrossSellDate> <SubStatusID>int</SubStatusID> <StatusChangedBy>guid</StatusChangedBy> <SubStatusChangedBy>guid</SubStatusChangedBy> <SubStatusChangedDate>dateTime</SubStatusChangedDate> <PreviousStatusNewID>guid</PreviousStatusNewID> <PreviousStatusDate>dateTime</PreviousStatusDate> <PreviousSubStatusID>int</PreviousSubStatusID> <NoQuoteReasonID>int</NoQuoteReasonID> <Credit>decimal</Credit> <MergedRef>string</MergedRef> <RenewalQouteSMSSentDate>dateTime</RenewalQouteSMSSentDate> <OldBacsRecievedDate>dateTime</OldBacsRecievedDate> <NewRenewalDate>dateTime</NewRenewalDate> <AutoRenewalLastRunDate>dateTime</AutoRenewalLastRunDate> <FinanceApplicationDate>dateTime</FinanceApplicationDate> <FinanceApprovedDate>dateTime</FinanceApprovedDate> <FinanceStatus>string</FinanceStatus> <FinanceDeclineDate>dateTime</FinanceDeclineDate> <FinanceReferredDate>dateTime</FinanceReferredDate> <FinanceApplicationNo>string</FinanceApplicationNo> <FinanceDocumentSigned>boolean</FinanceDocumentSigned> <FinanceLenderApprovedByCustomer>boolean</FinanceLenderApprovedByCustomer> <SWContractPDF>string</SWContractPDF> <BoilerInstallPDF>string</BoilerInstallPDF> <SWBoilerInstallCreatedDate>dateTime</SWBoilerInstallCreatedDate> <SWBoilerInstallSentDate>dateTime</SWBoilerInstallSentDate> <SWContractSignedPDF>string</SWContractSignedPDF> <BoilerInstallSignedPDF>string</BoilerInstallSignedPDF> <SWBoilerInstallSignedUploadedDate>dateTime</SWBoilerInstallSignedUploadedDate> <TempCancelDate>dateTime</TempCancelDate> <TempReinstateDate>dateTime</TempReinstateDate> <CoverForResidential>string</CoverForResidential> <IsDomesticGasBoiler>string</IsDomesticGasBoiler> <WhereIsBoilerLocated>string</WhereIsBoilerLocated> <IsBoilerWallMounted>string</IsBoilerWallMounted> <HowOldBoiler>int</HowOldBoiler> <HaveCoverinPlace>string</HaveCoverinPlace> <WhoIsCoverWith>string</WhoIsCoverWith> <WhatThatoverOffers>string</WhatThatoverOffers> <RenewalCost>string</RenewalCost> <RenewalCostND>string</RenewalCostND> <DoyouPayExcess>string</DoyouPayExcess> <ProcessNextStep>string</ProcessNextStep> <New247>boolean</New247> <CurrentAddress1>string</CurrentAddress1> <CurrentAddress2>string</CurrentAddress2> <CurrentTown>string</CurrentTown> <ClosingStatementCompleted>boolean</ClosingStatementCompleted> <ClosingStatementCompletedDate>dateTime</ClosingStatementCompletedDate> <ClosingStatementCompletedBy>guid</ClosingStatementCompletedBy> <ApplyPromo>string</ApplyPromo> <CardTransactionID>string</CardTransactionID> <QAPerc>int</QAPerc> <QAScore>int</QAScore> <TotalCancellations>int</TotalCancellations> <IsBoilerFullyWorking>string</IsBoilerFullyWorking> <GCLID>string</GCLID> <VulnerabilityId>int</VulnerabilityId> <VulnerabilityText>string</VulnerabilityText> <IsPlumbingDrainageElectricsIssue>string</IsPlumbingDrainageElectricsIssue> <ReceivedFromSignable>boolean</ReceivedFromSignable> <ReceivedFromSignableBy>guid</ReceivedFromSignableBy> <ReceivedFromSignableDate>dateTime</ReceivedFromSignableDate> <ReceivedFromSignableDocument>string</ReceivedFromSignableDocument> <FCATransitionGroupID>int</FCATransitionGroupID> <FCATransitionDate>dateTime</FCATransitionDate> <FCATransitionLetterSent>dateTime</FCATransitionLetterSent> <FCATransitionNow>dateTime</FCATransitionNow> <FcaTransitionLater>boolean</FcaTransitionLater> <FCACoverStartDate>dateTime</FCACoverStartDate> <FCACoverEndDate>dateTime</FCACoverEndDate> <AutoRenewOptOut>boolean</AutoRenewOptOut> <RenewalTransitionGrouID>int</RenewalTransitionGrouID> <CancelSMSCheck>boolean</CancelSMSCheck> <CancelSMSCheckDate>dateTime</CancelSMSCheckDate> <Tidyup>boolean</Tidyup> <MasterDD>boolean</MasterDD> <CombineDD>boolean</CombineDD> <AD_ID>string</AD_ID> <Adgroup>string</Adgroup> <Adgroup_ID>string</Adgroup_ID> <Campaign>string</Campaign> <Campaign_ID>string</Campaign_ID> <Content>string</Content> <Device>string</Device> <Network>string</Network> <Keyword>string</Keyword> <Match_Type>string</Match_Type> <Medium>string</Medium> <Source>string</Source> <Placement>string</Placement> <URL>string</URL> <VehicleRegistration2>string</VehicleRegistration2> <VehicleMake2>string</VehicleMake2> <VehicleModel2>string</VehicleModel2> <VehicleMOTExpiryDate2>dateTime</VehicleMOTExpiryDate2> <VehicleDateOfRegistration2>string</VehicleDateOfRegistration2> <VehicleAge2>string</VehicleAge2> <VehicleTrans2>string</VehicleTrans2> <VehicleYearManufactured2>string</VehicleYearManufactured2> <BoilerMake>string</BoilerMake> <BoilerAgeText>string</BoilerAgeText> <FirstTimeFCADate>dateTime</FirstTimeFCADate> <FCAYear>int</FCAYear> <TestRecord>boolean</TestRecord> <IsCarCustomer>boolean</IsCarCustomer> <FirstTimePolicyValue>decimal</FirstTimePolicyValue> <FirstTimeSelectedGroup>int</FirstTimeSelectedGroup> <ApplianceFirstTimePolicyLiveDateParent>dateTime</ApplianceFirstTimePolicyLiveDateParent> <IsThereAnyoneElseForAuthorizeAccount>boolean</IsThereAnyoneElseForAuthorizeAccount> <IsConfirmedHomeOwner>boolean</IsConfirmedHomeOwner> <DoYouWantToAddSomeoneElseOnTheAccount>boolean</DoYouWantToAddSomeoneElseOnTheAccount> <Relation>string</Relation> <RelationFirstName>string</RelationFirstName> <RelationLastName>string</RelationLastName> <RelationEmail>string</RelationEmail> <RelationPhNo>string</RelationPhNo> <ProposedRenewalPrice>decimal</ProposedRenewalPrice> <Relation2>string</Relation2> <RelationFirstName2>string</RelationFirstName2> <RelationLastName2>string</RelationLastName2> <RelationEmail2>string</RelationEmail2> <RelationPhNo2>string</RelationPhNo2> <FirstEligibtyChaser>dateTime</FirstEligibtyChaser> <SecondEligibilityChaser>dateTime</SecondEligibilityChaser> <ThirdEligibilityChaser>dateTime</ThirdEligibilityChaser> <LeaveReason>string</LeaveReason> <LeaveReasonID>int</LeaveReasonID> <LapsedCustomerEmailDateTime>dateTime</LapsedCustomerEmailDateTime> <ABConsoleEmailDateTime>dateTime</ABConsoleEmailDateTime> <MarketingFlowEmailDateTime>dateTime</MarketingFlowEmailDateTime> <DoNotContact>boolean</DoNotContact> <MaxPricePerc>decimal</MaxPricePerc> <CanUpgrade>boolean</CanUpgrade> <HasUpgradedInLast12Months>boolean</HasUpgradedInLast12Months> <HasHEatRiskAddress>boolean</HasHEatRiskAddress> <NewSaleDuplicateCheck>boolean</NewSaleDuplicateCheck> <InsurerReference /> <UserReference /> <StatusReference /> <User1Reference /> </GetLeadByLeadIDResult> </GetLeadByLeadIDResponse> </soap12:Body> </soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /Service1.asmx/GetLeadByLeadID?LeadID=string HTTP/1.1 Host: websitelandingpage-api.247homerescue.co.uk
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <Lead xmlns="http://tempuri.org/"> <NextNumber>int</NextNumber> <ID>guid</ID> <CreatedDate>dateTime</CreatedDate> <LeadUserId>guid</LeadUserId> <SalesUserId>guid</SalesUserId> <Ref>string</Ref> <FirstName>string</FirstName> <LastName>string</LastName> <Email>string</Email> <Mobile>string</Mobile> <HouseNumber>string</HouseNumber> <Postcode>string</Postcode> <Address>string</Address> <RenewalDate>dateTime</RenewalDate> <InsurerId>int</InsurerId> <PaymentMethod>string</PaymentMethod> <DOB>dateTime</DOB> <Archived>boolean</Archived> <StatusID>guid</StatusID> <StatusDate>dateTime</StatusDate> <CurrentPremium>string</CurrentPremium> <HomePhone>string</HomePhone> <QuoteSentDate>dateTime</QuoteSentDate> <InceptionDate>dateTime</InceptionDate> <AccountNo>string</AccountNo> <NameofAccount>string</NameofAccount> <SortCode>string</SortCode> <DirectDebitDate>dateTime</DirectDebitDate> <Title>string</Title> <BoilerTypeID>int</BoilerTypeID> <BoilerAge>int</BoilerAge> <BoilerModel>string</BoilerModel> <ApiWebServiceOverallStatus>boolean</ApiWebServiceOverallStatus> <ApiWebServiceStatusCode>string</ApiWebServiceStatusCode> <ApiWebServiceStatusMessage>string</ApiWebServiceStatusMessage> <ChequeReceived>boolean</ChequeReceived> <BACSReceived>boolean</BACSReceived> <ChequeReceivedDate>dateTime</ChequeReceivedDate> <BACSReceivedDate>dateTime</BACSReceivedDate> <AutoPolicyLive>boolean</AutoPolicyLive> <TeamID>int</TeamID> <ChildParentID>guid</ChildParentID> <StatusChangeReason>string</StatusChangeReason> <Products>string</Products> <CoverType>string</CoverType> <MonthlyPremium>string</MonthlyPremium> <CurrentProvider>string</CurrentProvider> <AgeOfProduct>string</AgeOfProduct> <PromoCode>string</PromoCode> <NatureOfInitialQuery>string</NatureOfInitialQuery> <OriginOfSale>string</OriginOfSale> <LandlordAddress>string</LandlordAddress> <LandlordPostCode>string</LandlordPostCode> <LandlordHouseNumber>string</LandlordHouseNumber> <TownLookup>string</TownLookup> <ServiceDueDate>dateTime</ServiceDueDate> <Excess>boolean</Excess> <ExcessAmount>string</ExcessAmount> <PolicyValue>decimal</PolicyValue> <PaymentOccurance>string</PaymentOccurance> <PayZone>decimal</PayZone> <FirstAmount>decimal</FirstAmount> <ISMTA>boolean</ISMTA> <tempDDDate>dateTime</tempDDDate> <VehicleRegistration>string</VehicleRegistration> <VehicleMake>string</VehicleMake> <VehicleModel>string</VehicleModel> <VehicleMOTExpiryDate>dateTime</VehicleMOTExpiryDate> <POSID>string</POSID> <VehicleDateOfRegistration>string</VehicleDateOfRegistration> <VehicleAge>string</VehicleAge> <VehicleTrans>string</VehicleTrans> <VehicleYearManufactured>string</VehicleYearManufactured> <FinalDDDate>dateTime</FinalDDDate> <PolicyCancelDate>dateTime</PolicyCancelDate> <AdhocAmount>string</AdhocAmount> <AdhocReason>string</AdhocReason> <AdhocDate>dateTime</AdhocDate> <AdhocClickedBy>guid</AdhocClickedBy> <IsService>boolean</IsService> <AdhocNotes>string</AdhocNotes> <AdhocDueDate>dateTime</AdhocDueDate> <XMLVehicleData>string</XMLVehicleData> <XMLMOTHistory>string</XMLMOTHistory> <SimNumber>string</SimNumber> <VehicleCurrentMileage>string</VehicleCurrentMileage> <LastServiceDate>dateTime</LastServiceDate> <XMLOtherFields>string</XMLOtherFields> <SMSReplyBody>string</SMSReplyBody> <CarloSetupDevice>boolean</CarloSetupDevice> <CarloSetupDeviceSentDateTime>string</CarloSetupDeviceSentDateTime> <CarloSetupDeviceReceivedDateTime>dateTime</CarloSetupDeviceReceivedDateTime> <CarloDownloadingServer>boolean</CarloDownloadingServer> <CarloDownloadingServerSentDateTime>dateTime</CarloDownloadingServerSentDateTime> <CarloDownloadingServerReceivedDateTime>dateTime</CarloDownloadingServerReceivedDateTime> <CarloRegisteringDevice>boolean</CarloRegisteringDevice> <CarloRegisteringDeviceReceivedDateTime>dateTime</CarloRegisteringDeviceReceivedDateTime> <CarloRegisteringDeviceSentDateTime>dateTime</CarloRegisteringDeviceSentDateTime> <CarloActivatingDevice>boolean</CarloActivatingDevice> <CarloActivatingDeviceSentDateTime>dateTime</CarloActivatingDeviceSentDateTime> <CarloActivatingDeviceReceivedDateTime>dateTime</CarloActivatingDeviceReceivedDateTime> <CarloSetupDeviceSentDateTime1>dateTime</CarloSetupDeviceSentDateTime1> <CarloActivatingDeviceFailed>boolean</CarloActivatingDeviceFailed> <CarloDownloadingServerFailed>boolean</CarloDownloadingServerFailed> <CarloRegisteringDeviceFailed>boolean</CarloRegisteringDeviceFailed> <CarloSetupDeviceFailed>boolean</CarloSetupDeviceFailed> <CarloDownloadingServerFailedCount>int</CarloDownloadingServerFailedCount> <CarloRegisteringDeviceFailedCount>int</CarloRegisteringDeviceFailedCount> <CarloActivatingDeviceFailedCount>int</CarloActivatingDeviceFailedCount> <CarloSetupDeviceFailedCount>int</CarloSetupDeviceFailedCount> <IMEINumber>string</IMEINumber> <CarloCanBusOn>boolean</CarloCanBusOn> <Canbus>boolean</Canbus> <ConfirmFotaUpdateDateTime>dateTime</ConfirmFotaUpdateDateTime> <ConfirmFotaUpdatedBy>guid</ConfirmFotaUpdatedBy> <IMEIUpdatedDateTime>dateTime</IMEIUpdatedDateTime> <SimNumberUpdatedDateTime>dateTime</SimNumberUpdatedDateTime> <IMEIUpdatedBy>guid</IMEIUpdatedBy> <SimNumberUpdatedBy>guid</SimNumberUpdatedBy> <CarloEngineNumber>string</CarloEngineNumber> <AutoRenewDate>dateTime</AutoRenewDate> <NextOfKinFirstName>string</NextOfKinFirstName> <NextOfKinSurname>string</NextOfKinSurname> <NextOfKinContactNumber>string</NextOfKinContactNumber> <IPAddress>string</IPAddress> <MyApp>boolean</MyApp> <MyAccount>boolean</MyAccount> <NextOfKinFirstName2>string</NextOfKinFirstName2> <NextOfKinSurname2>string</NextOfKinSurname2> <NextOfKinContactNumber2>string</NextOfKinContactNumber2> <market_Phone>boolean</market_Phone> <market_Mobile>boolean</market_Mobile> <market_Email>boolean</market_Email> <market_Post>boolean</market_Post> <market_SMS>boolean</market_SMS> <FirstTimePolicyLiveDate>dateTime</FirstTimePolicyLiveDate> <ReinstateDate>dateTime</ReinstateDate> <CoverEndDate>dateTime</CoverEndDate> <CancelDate>dateTime</CancelDate> <InboundSaved>dateTime</InboundSaved> <OutboundSaved>dateTime</OutboundSaved> <FirstTimeCancelledDate>dateTime</FirstTimeCancelledDate> <GroupID>int</GroupID> <CrossSellDate>dateTime</CrossSellDate> <SubStatusID>int</SubStatusID> <StatusChangedBy>guid</StatusChangedBy> <SubStatusChangedBy>guid</SubStatusChangedBy> <SubStatusChangedDate>dateTime</SubStatusChangedDate> <PreviousStatusNewID>guid</PreviousStatusNewID> <PreviousStatusDate>dateTime</PreviousStatusDate> <PreviousSubStatusID>int</PreviousSubStatusID> <NoQuoteReasonID>int</NoQuoteReasonID> <Credit>decimal</Credit> <MergedRef>string</MergedRef> <RenewalQouteSMSSentDate>dateTime</RenewalQouteSMSSentDate> <OldBacsRecievedDate>dateTime</OldBacsRecievedDate> <NewRenewalDate>dateTime</NewRenewalDate> <AutoRenewalLastRunDate>dateTime</AutoRenewalLastRunDate> <FinanceApplicationDate>dateTime</FinanceApplicationDate> <FinanceApprovedDate>dateTime</FinanceApprovedDate> <FinanceStatus>string</FinanceStatus> <FinanceDeclineDate>dateTime</FinanceDeclineDate> <FinanceReferredDate>dateTime</FinanceReferredDate> <FinanceApplicationNo>string</FinanceApplicationNo> <FinanceDocumentSigned>boolean</FinanceDocumentSigned> <FinanceLenderApprovedByCustomer>boolean</FinanceLenderApprovedByCustomer> <SWContractPDF>string</SWContractPDF> <BoilerInstallPDF>string</BoilerInstallPDF> <SWBoilerInstallCreatedDate>dateTime</SWBoilerInstallCreatedDate> <SWBoilerInstallSentDate>dateTime</SWBoilerInstallSentDate> <SWContractSignedPDF>string</SWContractSignedPDF> <BoilerInstallSignedPDF>string</BoilerInstallSignedPDF> <SWBoilerInstallSignedUploadedDate>dateTime</SWBoilerInstallSignedUploadedDate> <TempCancelDate>dateTime</TempCancelDate> <TempReinstateDate>dateTime</TempReinstateDate> <CoverForResidential>string</CoverForResidential> <IsDomesticGasBoiler>string</IsDomesticGasBoiler> <WhereIsBoilerLocated>string</WhereIsBoilerLocated> <IsBoilerWallMounted>string</IsBoilerWallMounted> <HowOldBoiler>int</HowOldBoiler> <HaveCoverinPlace>string</HaveCoverinPlace> <WhoIsCoverWith>string</WhoIsCoverWith> <WhatThatoverOffers>string</WhatThatoverOffers> <RenewalCost>string</RenewalCost> <RenewalCostND>string</RenewalCostND> <DoyouPayExcess>string</DoyouPayExcess> <ProcessNextStep>string</ProcessNextStep> <New247>boolean</New247> <CurrentAddress1>string</CurrentAddress1> <CurrentAddress2>string</CurrentAddress2> <CurrentTown>string</CurrentTown> <ClosingStatementCompleted>boolean</ClosingStatementCompleted> <ClosingStatementCompletedDate>dateTime</ClosingStatementCompletedDate> <ClosingStatementCompletedBy>guid</ClosingStatementCompletedBy> <ApplyPromo>string</ApplyPromo> <CardTransactionID>string</CardTransactionID> <QAPerc>int</QAPerc> <QAScore>int</QAScore> <TotalCancellations>int</TotalCancellations> <IsBoilerFullyWorking>string</IsBoilerFullyWorking> <GCLID>string</GCLID> <VulnerabilityId>int</VulnerabilityId> <VulnerabilityText>string</VulnerabilityText> <IsPlumbingDrainageElectricsIssue>string</IsPlumbingDrainageElectricsIssue> <ReceivedFromSignable>boolean</ReceivedFromSignable> <ReceivedFromSignableBy>guid</ReceivedFromSignableBy> <ReceivedFromSignableDate>dateTime</ReceivedFromSignableDate> <ReceivedFromSignableDocument>string</ReceivedFromSignableDocument> <FCATransitionGroupID>int</FCATransitionGroupID> <FCATransitionDate>dateTime</FCATransitionDate> <FCATransitionLetterSent>dateTime</FCATransitionLetterSent> <FCATransitionNow>dateTime</FCATransitionNow> <FcaTransitionLater>boolean</FcaTransitionLater> <FCACoverStartDate>dateTime</FCACoverStartDate> <FCACoverEndDate>dateTime</FCACoverEndDate> <AutoRenewOptOut>boolean</AutoRenewOptOut> <RenewalTransitionGrouID>int</RenewalTransitionGrouID> <CancelSMSCheck>boolean</CancelSMSCheck> <CancelSMSCheckDate>dateTime</CancelSMSCheckDate> <Tidyup>boolean</Tidyup> <MasterDD>boolean</MasterDD> <CombineDD>boolean</CombineDD> <AD_ID>string</AD_ID> <Adgroup>string</Adgroup> <Adgroup_ID>string</Adgroup_ID> <Campaign>string</Campaign> <Campaign_ID>string</Campaign_ID> <Content>string</Content> <Device>string</Device> <Network>string</Network> <Keyword>string</Keyword> <Match_Type>string</Match_Type> <Medium>string</Medium> <Source>string</Source> <Placement>string</Placement> <URL>string</URL> <VehicleRegistration2>string</VehicleRegistration2> <VehicleMake2>string</VehicleMake2> <VehicleModel2>string</VehicleModel2> <VehicleMOTExpiryDate2>dateTime</VehicleMOTExpiryDate2> <VehicleDateOfRegistration2>string</VehicleDateOfRegistration2> <VehicleAge2>string</VehicleAge2> <VehicleTrans2>string</VehicleTrans2> <VehicleYearManufactured2>string</VehicleYearManufactured2> <BoilerMake>string</BoilerMake> <BoilerAgeText>string</BoilerAgeText> <FirstTimeFCADate>dateTime</FirstTimeFCADate> <FCAYear>int</FCAYear> <TestRecord>boolean</TestRecord> <IsCarCustomer>boolean</IsCarCustomer> <FirstTimePolicyValue>decimal</FirstTimePolicyValue> <FirstTimeSelectedGroup>int</FirstTimeSelectedGroup> <ApplianceFirstTimePolicyLiveDateParent>dateTime</ApplianceFirstTimePolicyLiveDateParent> <IsThereAnyoneElseForAuthorizeAccount>boolean</IsThereAnyoneElseForAuthorizeAccount> <IsConfirmedHomeOwner>boolean</IsConfirmedHomeOwner> <DoYouWantToAddSomeoneElseOnTheAccount>boolean</DoYouWantToAddSomeoneElseOnTheAccount> <Relation>string</Relation> <RelationFirstName>string</RelationFirstName> <RelationLastName>string</RelationLastName> <RelationEmail>string</RelationEmail> <RelationPhNo>string</RelationPhNo> <ProposedRenewalPrice>decimal</ProposedRenewalPrice> <Relation2>string</Relation2> <RelationFirstName2>string</RelationFirstName2> <RelationLastName2>string</RelationLastName2> <RelationEmail2>string</RelationEmail2> <RelationPhNo2>string</RelationPhNo2> <FirstEligibtyChaser>dateTime</FirstEligibtyChaser> <SecondEligibilityChaser>dateTime</SecondEligibilityChaser> <ThirdEligibilityChaser>dateTime</ThirdEligibilityChaser> <LeaveReason>string</LeaveReason> <LeaveReasonID>int</LeaveReasonID> <LapsedCustomerEmailDateTime>dateTime</LapsedCustomerEmailDateTime> <ABConsoleEmailDateTime>dateTime</ABConsoleEmailDateTime> <MarketingFlowEmailDateTime>dateTime</MarketingFlowEmailDateTime> <DoNotContact>boolean</DoNotContact> <MaxPricePerc>decimal</MaxPricePerc> <CanUpgrade>boolean</CanUpgrade> <HasUpgradedInLast12Months>boolean</HasUpgradedInLast12Months> <HasHEatRiskAddress>boolean</HasHEatRiskAddress> <NewSaleDuplicateCheck>boolean</NewSaleDuplicateCheck> <InsurerReference /> <UserReference /> <StatusReference /> <User1Reference /> </Lead>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /Service1.asmx/GetLeadByLeadID HTTP/1.1 Host: websitelandingpage-api.247homerescue.co.uk Content-Type: application/x-www-form-urlencoded Content-Length: length LeadID=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <Lead xmlns="http://tempuri.org/"> <NextNumber>int</NextNumber> <ID>guid</ID> <CreatedDate>dateTime</CreatedDate> <LeadUserId>guid</LeadUserId> <SalesUserId>guid</SalesUserId> <Ref>string</Ref> <FirstName>string</FirstName> <LastName>string</LastName> <Email>string</Email> <Mobile>string</Mobile> <HouseNumber>string</HouseNumber> <Postcode>string</Postcode> <Address>string</Address> <RenewalDate>dateTime</RenewalDate> <InsurerId>int</InsurerId> <PaymentMethod>string</PaymentMethod> <DOB>dateTime</DOB> <Archived>boolean</Archived> <StatusID>guid</StatusID> <StatusDate>dateTime</StatusDate> <CurrentPremium>string</CurrentPremium> <HomePhone>string</HomePhone> <QuoteSentDate>dateTime</QuoteSentDate> <InceptionDate>dateTime</InceptionDate> <AccountNo>string</AccountNo> <NameofAccount>string</NameofAccount> <SortCode>string</SortCode> <DirectDebitDate>dateTime</DirectDebitDate> <Title>string</Title> <BoilerTypeID>int</BoilerTypeID> <BoilerAge>int</BoilerAge> <BoilerModel>string</BoilerModel> <ApiWebServiceOverallStatus>boolean</ApiWebServiceOverallStatus> <ApiWebServiceStatusCode>string</ApiWebServiceStatusCode> <ApiWebServiceStatusMessage>string</ApiWebServiceStatusMessage> <ChequeReceived>boolean</ChequeReceived> <BACSReceived>boolean</BACSReceived> <ChequeReceivedDate>dateTime</ChequeReceivedDate> <BACSReceivedDate>dateTime</BACSReceivedDate> <AutoPolicyLive>boolean</AutoPolicyLive> <TeamID>int</TeamID> <ChildParentID>guid</ChildParentID> <StatusChangeReason>string</StatusChangeReason> <Products>string</Products> <CoverType>string</CoverType> <MonthlyPremium>string</MonthlyPremium> <CurrentProvider>string</CurrentProvider> <AgeOfProduct>string</AgeOfProduct> <PromoCode>string</PromoCode> <NatureOfInitialQuery>string</NatureOfInitialQuery> <OriginOfSale>string</OriginOfSale> <LandlordAddress>string</LandlordAddress> <LandlordPostCode>string</LandlordPostCode> <LandlordHouseNumber>string</LandlordHouseNumber> <TownLookup>string</TownLookup> <ServiceDueDate>dateTime</ServiceDueDate> <Excess>boolean</Excess> <ExcessAmount>string</ExcessAmount> <PolicyValue>decimal</PolicyValue> <PaymentOccurance>string</PaymentOccurance> <PayZone>decimal</PayZone> <FirstAmount>decimal</FirstAmount> <ISMTA>boolean</ISMTA> <tempDDDate>dateTime</tempDDDate> <VehicleRegistration>string</VehicleRegistration> <VehicleMake>string</VehicleMake> <VehicleModel>string</VehicleModel> <VehicleMOTExpiryDate>dateTime</VehicleMOTExpiryDate> <POSID>string</POSID> <VehicleDateOfRegistration>string</VehicleDateOfRegistration> <VehicleAge>string</VehicleAge> <VehicleTrans>string</VehicleTrans> <VehicleYearManufactured>string</VehicleYearManufactured> <FinalDDDate>dateTime</FinalDDDate> <PolicyCancelDate>dateTime</PolicyCancelDate> <AdhocAmount>string</AdhocAmount> <AdhocReason>string</AdhocReason> <AdhocDate>dateTime</AdhocDate> <AdhocClickedBy>guid</AdhocClickedBy> <IsService>boolean</IsService> <AdhocNotes>string</AdhocNotes> <AdhocDueDate>dateTime</AdhocDueDate> <XMLVehicleData>string</XMLVehicleData> <XMLMOTHistory>string</XMLMOTHistory> <SimNumber>string</SimNumber> <VehicleCurrentMileage>string</VehicleCurrentMileage> <LastServiceDate>dateTime</LastServiceDate> <XMLOtherFields>string</XMLOtherFields> <SMSReplyBody>string</SMSReplyBody> <CarloSetupDevice>boolean</CarloSetupDevice> <CarloSetupDeviceSentDateTime>string</CarloSetupDeviceSentDateTime> <CarloSetupDeviceReceivedDateTime>dateTime</CarloSetupDeviceReceivedDateTime> <CarloDownloadingServer>boolean</CarloDownloadingServer> <CarloDownloadingServerSentDateTime>dateTime</CarloDownloadingServerSentDateTime> <CarloDownloadingServerReceivedDateTime>dateTime</CarloDownloadingServerReceivedDateTime> <CarloRegisteringDevice>boolean</CarloRegisteringDevice> <CarloRegisteringDeviceReceivedDateTime>dateTime</CarloRegisteringDeviceReceivedDateTime> <CarloRegisteringDeviceSentDateTime>dateTime</CarloRegisteringDeviceSentDateTime> <CarloActivatingDevice>boolean</CarloActivatingDevice> <CarloActivatingDeviceSentDateTime>dateTime</CarloActivatingDeviceSentDateTime> <CarloActivatingDeviceReceivedDateTime>dateTime</CarloActivatingDeviceReceivedDateTime> <CarloSetupDeviceSentDateTime1>dateTime</CarloSetupDeviceSentDateTime1> <CarloActivatingDeviceFailed>boolean</CarloActivatingDeviceFailed> <CarloDownloadingServerFailed>boolean</CarloDownloadingServerFailed> <CarloRegisteringDeviceFailed>boolean</CarloRegisteringDeviceFailed> <CarloSetupDeviceFailed>boolean</CarloSetupDeviceFailed> <CarloDownloadingServerFailedCount>int</CarloDownloadingServerFailedCount> <CarloRegisteringDeviceFailedCount>int</CarloRegisteringDeviceFailedCount> <CarloActivatingDeviceFailedCount>int</CarloActivatingDeviceFailedCount> <CarloSetupDeviceFailedCount>int</CarloSetupDeviceFailedCount> <IMEINumber>string</IMEINumber> <CarloCanBusOn>boolean</CarloCanBusOn> <Canbus>boolean</Canbus> <ConfirmFotaUpdateDateTime>dateTime</ConfirmFotaUpdateDateTime> <ConfirmFotaUpdatedBy>guid</ConfirmFotaUpdatedBy> <IMEIUpdatedDateTime>dateTime</IMEIUpdatedDateTime> <SimNumberUpdatedDateTime>dateTime</SimNumberUpdatedDateTime> <IMEIUpdatedBy>guid</IMEIUpdatedBy> <SimNumberUpdatedBy>guid</SimNumberUpdatedBy> <CarloEngineNumber>string</CarloEngineNumber> <AutoRenewDate>dateTime</AutoRenewDate> <NextOfKinFirstName>string</NextOfKinFirstName> <NextOfKinSurname>string</NextOfKinSurname> <NextOfKinContactNumber>string</NextOfKinContactNumber> <IPAddress>string</IPAddress> <MyApp>boolean</MyApp> <MyAccount>boolean</MyAccount> <NextOfKinFirstName2>string</NextOfKinFirstName2> <NextOfKinSurname2>string</NextOfKinSurname2> <NextOfKinContactNumber2>string</NextOfKinContactNumber2> <market_Phone>boolean</market_Phone> <market_Mobile>boolean</market_Mobile> <market_Email>boolean</market_Email> <market_Post>boolean</market_Post> <market_SMS>boolean</market_SMS> <FirstTimePolicyLiveDate>dateTime</FirstTimePolicyLiveDate> <ReinstateDate>dateTime</ReinstateDate> <CoverEndDate>dateTime</CoverEndDate> <CancelDate>dateTime</CancelDate> <InboundSaved>dateTime</InboundSaved> <OutboundSaved>dateTime</OutboundSaved> <FirstTimeCancelledDate>dateTime</FirstTimeCancelledDate> <GroupID>int</GroupID> <CrossSellDate>dateTime</CrossSellDate> <SubStatusID>int</SubStatusID> <StatusChangedBy>guid</StatusChangedBy> <SubStatusChangedBy>guid</SubStatusChangedBy> <SubStatusChangedDate>dateTime</SubStatusChangedDate> <PreviousStatusNewID>guid</PreviousStatusNewID> <PreviousStatusDate>dateTime</PreviousStatusDate> <PreviousSubStatusID>int</PreviousSubStatusID> <NoQuoteReasonID>int</NoQuoteReasonID> <Credit>decimal</Credit> <MergedRef>string</MergedRef> <RenewalQouteSMSSentDate>dateTime</RenewalQouteSMSSentDate> <OldBacsRecievedDate>dateTime</OldBacsRecievedDate> <NewRenewalDate>dateTime</NewRenewalDate> <AutoRenewalLastRunDate>dateTime</AutoRenewalLastRunDate> <FinanceApplicationDate>dateTime</FinanceApplicationDate> <FinanceApprovedDate>dateTime</FinanceApprovedDate> <FinanceStatus>string</FinanceStatus> <FinanceDeclineDate>dateTime</FinanceDeclineDate> <FinanceReferredDate>dateTime</FinanceReferredDate> <FinanceApplicationNo>string</FinanceApplicationNo> <FinanceDocumentSigned>boolean</FinanceDocumentSigned> <FinanceLenderApprovedByCustomer>boolean</FinanceLenderApprovedByCustomer> <SWContractPDF>string</SWContractPDF> <BoilerInstallPDF>string</BoilerInstallPDF> <SWBoilerInstallCreatedDate>dateTime</SWBoilerInstallCreatedDate> <SWBoilerInstallSentDate>dateTime</SWBoilerInstallSentDate> <SWContractSignedPDF>string</SWContractSignedPDF> <BoilerInstallSignedPDF>string</BoilerInstallSignedPDF> <SWBoilerInstallSignedUploadedDate>dateTime</SWBoilerInstallSignedUploadedDate> <TempCancelDate>dateTime</TempCancelDate> <TempReinstateDate>dateTime</TempReinstateDate> <CoverForResidential>string</CoverForResidential> <IsDomesticGasBoiler>string</IsDomesticGasBoiler> <WhereIsBoilerLocated>string</WhereIsBoilerLocated> <IsBoilerWallMounted>string</IsBoilerWallMounted> <HowOldBoiler>int</HowOldBoiler> <HaveCoverinPlace>string</HaveCoverinPlace> <WhoIsCoverWith>string</WhoIsCoverWith> <WhatThatoverOffers>string</WhatThatoverOffers> <RenewalCost>string</RenewalCost> <RenewalCostND>string</RenewalCostND> <DoyouPayExcess>string</DoyouPayExcess> <ProcessNextStep>string</ProcessNextStep> <New247>boolean</New247> <CurrentAddress1>string</CurrentAddress1> <CurrentAddress2>string</CurrentAddress2> <CurrentTown>string</CurrentTown> <ClosingStatementCompleted>boolean</ClosingStatementCompleted> <ClosingStatementCompletedDate>dateTime</ClosingStatementCompletedDate> <ClosingStatementCompletedBy>guid</ClosingStatementCompletedBy> <ApplyPromo>string</ApplyPromo> <CardTransactionID>string</CardTransactionID> <QAPerc>int</QAPerc> <QAScore>int</QAScore> <TotalCancellations>int</TotalCancellations> <IsBoilerFullyWorking>string</IsBoilerFullyWorking> <GCLID>string</GCLID> <VulnerabilityId>int</VulnerabilityId> <VulnerabilityText>string</VulnerabilityText> <IsPlumbingDrainageElectricsIssue>string</IsPlumbingDrainageElectricsIssue> <ReceivedFromSignable>boolean</ReceivedFromSignable> <ReceivedFromSignableBy>guid</ReceivedFromSignableBy> <ReceivedFromSignableDate>dateTime</ReceivedFromSignableDate> <ReceivedFromSignableDocument>string</ReceivedFromSignableDocument> <FCATransitionGroupID>int</FCATransitionGroupID> <FCATransitionDate>dateTime</FCATransitionDate> <FCATransitionLetterSent>dateTime</FCATransitionLetterSent> <FCATransitionNow>dateTime</FCATransitionNow> <FcaTransitionLater>boolean</FcaTransitionLater> <FCACoverStartDate>dateTime</FCACoverStartDate> <FCACoverEndDate>dateTime</FCACoverEndDate> <AutoRenewOptOut>boolean</AutoRenewOptOut> <RenewalTransitionGrouID>int</RenewalTransitionGrouID> <CancelSMSCheck>boolean</CancelSMSCheck> <CancelSMSCheckDate>dateTime</CancelSMSCheckDate> <Tidyup>boolean</Tidyup> <MasterDD>boolean</MasterDD> <CombineDD>boolean</CombineDD> <AD_ID>string</AD_ID> <Adgroup>string</Adgroup> <Adgroup_ID>string</Adgroup_ID> <Campaign>string</Campaign> <Campaign_ID>string</Campaign_ID> <Content>string</Content> <Device>string</Device> <Network>string</Network> <Keyword>string</Keyword> <Match_Type>string</Match_Type> <Medium>string</Medium> <Source>string</Source> <Placement>string</Placement> <URL>string</URL> <VehicleRegistration2>string</VehicleRegistration2> <VehicleMake2>string</VehicleMake2> <VehicleModel2>string</VehicleModel2> <VehicleMOTExpiryDate2>dateTime</VehicleMOTExpiryDate2> <VehicleDateOfRegistration2>string</VehicleDateOfRegistration2> <VehicleAge2>string</VehicleAge2> <VehicleTrans2>string</VehicleTrans2> <VehicleYearManufactured2>string</VehicleYearManufactured2> <BoilerMake>string</BoilerMake> <BoilerAgeText>string</BoilerAgeText> <FirstTimeFCADate>dateTime</FirstTimeFCADate> <FCAYear>int</FCAYear> <TestRecord>boolean</TestRecord> <IsCarCustomer>boolean</IsCarCustomer> <FirstTimePolicyValue>decimal</FirstTimePolicyValue> <FirstTimeSelectedGroup>int</FirstTimeSelectedGroup> <ApplianceFirstTimePolicyLiveDateParent>dateTime</ApplianceFirstTimePolicyLiveDateParent> <IsThereAnyoneElseForAuthorizeAccount>boolean</IsThereAnyoneElseForAuthorizeAccount> <IsConfirmedHomeOwner>boolean</IsConfirmedHomeOwner> <DoYouWantToAddSomeoneElseOnTheAccount>boolean</DoYouWantToAddSomeoneElseOnTheAccount> <Relation>string</Relation> <RelationFirstName>string</RelationFirstName> <RelationLastName>string</RelationLastName> <RelationEmail>string</RelationEmail> <RelationPhNo>string</RelationPhNo> <ProposedRenewalPrice>decimal</ProposedRenewalPrice> <Relation2>string</Relation2> <RelationFirstName2>string</RelationFirstName2> <RelationLastName2>string</RelationLastName2> <RelationEmail2>string</RelationEmail2> <RelationPhNo2>string</RelationPhNo2> <FirstEligibtyChaser>dateTime</FirstEligibtyChaser> <SecondEligibilityChaser>dateTime</SecondEligibilityChaser> <ThirdEligibilityChaser>dateTime</ThirdEligibilityChaser> <LeaveReason>string</LeaveReason> <LeaveReasonID>int</LeaveReasonID> <LapsedCustomerEmailDateTime>dateTime</LapsedCustomerEmailDateTime> <ABConsoleEmailDateTime>dateTime</ABConsoleEmailDateTime> <MarketingFlowEmailDateTime>dateTime</MarketingFlowEmailDateTime> <DoNotContact>boolean</DoNotContact> <MaxPricePerc>decimal</MaxPricePerc> <CanUpgrade>boolean</CanUpgrade> <HasUpgradedInLast12Months>boolean</HasUpgradedInLast12Months> <HasHEatRiskAddress>boolean</HasHEatRiskAddress> <NewSaleDuplicateCheck>boolean</NewSaleDuplicateCheck> <InsurerReference /> <UserReference /> <StatusReference /> <User1Reference /> </Lead>