Service1


Click here for a complete list of operations.

CreateSalesFromService

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
twofoursevenref:
teamid:
fname:
sname:
tel:
mob:
altnumber:
address:
addressTwo:
addressThree:
postcode:
email:
whatheating:
DoYouHaveAHotWaterCylinder:
WouldYouLikeItRemoved:
DoYouHaveSeperateColdWaterTank:
HowQuicklyDoesColdWaterRunFromKitchen:
WhatTimeOfHomeDoYouLive:
IsYourFlatOn2ndFloor:
WhereIsBoilerLocated:
DoYouWantBoilerMoved:
WhereWouldYouLikeYourNewBoiler:
WhereWillYourNewBoilerBeLocated:
HowManyRadiatorsAreInYourHome:
HowManyBathtubsAreInYourHome:
HowManyStandaloneMixersShowers:
DoYouHaveSeperateThermostatFromBoiler:
DoYouHaveThermostatRadiator:
WhereIsTheLocationOfFLue:
RoofType:
WallCovering:
WhatShapeIsFlueOutside:
IsFlueMoreThan2MetersFromFloor:
IsFlueMoreThan2MetersFromNeighbour:
IsFlueMoreThan30CmFromWindow:
HowOldBoiler:
Make:
Model:
SelectedBoiler:
BookingDate:
BookingSlot:

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: sitesurveyapi.247homerescue.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/CreateSalesFromService"

<?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>
    <CreateSalesFromService xmlns="http://tempuri.org/">
      <twofoursevenref>string</twofoursevenref>
      <teamid>string</teamid>
      <fname>string</fname>
      <sname>string</sname>
      <tel>string</tel>
      <mob>string</mob>
      <altnumber>string</altnumber>
      <address>string</address>
      <addressTwo>string</addressTwo>
      <addressThree>string</addressThree>
      <postcode>string</postcode>
      <email>string</email>
      <whatheating>string</whatheating>
      <DoYouHaveAHotWaterCylinder>string</DoYouHaveAHotWaterCylinder>
      <WouldYouLikeItRemoved>string</WouldYouLikeItRemoved>
      <DoYouHaveSeperateColdWaterTank>string</DoYouHaveSeperateColdWaterTank>
      <HowQuicklyDoesColdWaterRunFromKitchen>string</HowQuicklyDoesColdWaterRunFromKitchen>
      <WhatTimeOfHomeDoYouLive>string</WhatTimeOfHomeDoYouLive>
      <IsYourFlatOn2ndFloor>string</IsYourFlatOn2ndFloor>
      <WhereIsBoilerLocated>string</WhereIsBoilerLocated>
      <DoYouWantBoilerMoved>string</DoYouWantBoilerMoved>
      <WhereWouldYouLikeYourNewBoiler>string</WhereWouldYouLikeYourNewBoiler>
      <WhereWillYourNewBoilerBeLocated>string</WhereWillYourNewBoilerBeLocated>
      <HowManyRadiatorsAreInYourHome>string</HowManyRadiatorsAreInYourHome>
      <HowManyBathtubsAreInYourHome>string</HowManyBathtubsAreInYourHome>
      <HowManyStandaloneMixersShowers>string</HowManyStandaloneMixersShowers>
      <DoYouHaveSeperateThermostatFromBoiler>string</DoYouHaveSeperateThermostatFromBoiler>
      <DoYouHaveThermostatRadiator>string</DoYouHaveThermostatRadiator>
      <WhereIsTheLocationOfFLue>string</WhereIsTheLocationOfFLue>
      <RoofType>string</RoofType>
      <WallCovering>string</WallCovering>
      <WhatShapeIsFlueOutside>string</WhatShapeIsFlueOutside>
      <IsFlueMoreThan2MetersFromFloor>string</IsFlueMoreThan2MetersFromFloor>
      <IsFlueMoreThan2MetersFromNeighbour>string</IsFlueMoreThan2MetersFromNeighbour>
      <IsFlueMoreThan30CmFromWindow>string</IsFlueMoreThan30CmFromWindow>
      <HowOldBoiler>string</HowOldBoiler>
      <Make>string</Make>
      <Model>string</Model>
      <SelectedBoiler>int</SelectedBoiler>
      <BookingDate>string</BookingDate>
      <BookingSlot>string</BookingSlot>
    </CreateSalesFromService>
  </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>
    <CreateSalesFromServiceResponse xmlns="http://tempuri.org/">
      <CreateSalesFromServiceResult>boolean</CreateSalesFromServiceResult>
    </CreateSalesFromServiceResponse>
  </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: sitesurveyapi.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>
    <CreateSalesFromService xmlns="http://tempuri.org/">
      <twofoursevenref>string</twofoursevenref>
      <teamid>string</teamid>
      <fname>string</fname>
      <sname>string</sname>
      <tel>string</tel>
      <mob>string</mob>
      <altnumber>string</altnumber>
      <address>string</address>
      <addressTwo>string</addressTwo>
      <addressThree>string</addressThree>
      <postcode>string</postcode>
      <email>string</email>
      <whatheating>string</whatheating>
      <DoYouHaveAHotWaterCylinder>string</DoYouHaveAHotWaterCylinder>
      <WouldYouLikeItRemoved>string</WouldYouLikeItRemoved>
      <DoYouHaveSeperateColdWaterTank>string</DoYouHaveSeperateColdWaterTank>
      <HowQuicklyDoesColdWaterRunFromKitchen>string</HowQuicklyDoesColdWaterRunFromKitchen>
      <WhatTimeOfHomeDoYouLive>string</WhatTimeOfHomeDoYouLive>
      <IsYourFlatOn2ndFloor>string</IsYourFlatOn2ndFloor>
      <WhereIsBoilerLocated>string</WhereIsBoilerLocated>
      <DoYouWantBoilerMoved>string</DoYouWantBoilerMoved>
      <WhereWouldYouLikeYourNewBoiler>string</WhereWouldYouLikeYourNewBoiler>
      <WhereWillYourNewBoilerBeLocated>string</WhereWillYourNewBoilerBeLocated>
      <HowManyRadiatorsAreInYourHome>string</HowManyRadiatorsAreInYourHome>
      <HowManyBathtubsAreInYourHome>string</HowManyBathtubsAreInYourHome>
      <HowManyStandaloneMixersShowers>string</HowManyStandaloneMixersShowers>
      <DoYouHaveSeperateThermostatFromBoiler>string</DoYouHaveSeperateThermostatFromBoiler>
      <DoYouHaveThermostatRadiator>string</DoYouHaveThermostatRadiator>
      <WhereIsTheLocationOfFLue>string</WhereIsTheLocationOfFLue>
      <RoofType>string</RoofType>
      <WallCovering>string</WallCovering>
      <WhatShapeIsFlueOutside>string</WhatShapeIsFlueOutside>
      <IsFlueMoreThan2MetersFromFloor>string</IsFlueMoreThan2MetersFromFloor>
      <IsFlueMoreThan2MetersFromNeighbour>string</IsFlueMoreThan2MetersFromNeighbour>
      <IsFlueMoreThan30CmFromWindow>string</IsFlueMoreThan30CmFromWindow>
      <HowOldBoiler>string</HowOldBoiler>
      <Make>string</Make>
      <Model>string</Model>
      <SelectedBoiler>int</SelectedBoiler>
      <BookingDate>string</BookingDate>
      <BookingSlot>string</BookingSlot>
    </CreateSalesFromService>
  </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>
    <CreateSalesFromServiceResponse xmlns="http://tempuri.org/">
      <CreateSalesFromServiceResult>boolean</CreateSalesFromServiceResult>
    </CreateSalesFromServiceResponse>
  </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/CreateSalesFromService?twofoursevenref=string&teamid=string&fname=string&sname=string&tel=string&mob=string&altnumber=string&address=string&addressTwo=string&addressThree=string&postcode=string&email=string&whatheating=string&DoYouHaveAHotWaterCylinder=string&WouldYouLikeItRemoved=string&DoYouHaveSeperateColdWaterTank=string&HowQuicklyDoesColdWaterRunFromKitchen=string&WhatTimeOfHomeDoYouLive=string&IsYourFlatOn2ndFloor=string&WhereIsBoilerLocated=string&DoYouWantBoilerMoved=string&WhereWouldYouLikeYourNewBoiler=string&WhereWillYourNewBoilerBeLocated=string&HowManyRadiatorsAreInYourHome=string&HowManyBathtubsAreInYourHome=string&HowManyStandaloneMixersShowers=string&DoYouHaveSeperateThermostatFromBoiler=string&DoYouHaveThermostatRadiator=string&WhereIsTheLocationOfFLue=string&RoofType=string&WallCovering=string&WhatShapeIsFlueOutside=string&IsFlueMoreThan2MetersFromFloor=string&IsFlueMoreThan2MetersFromNeighbour=string&IsFlueMoreThan30CmFromWindow=string&HowOldBoiler=string&Make=string&Model=string&SelectedBoiler=string&BookingDate=string&BookingSlot=string HTTP/1.1
Host: sitesurveyapi.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"?>
<boolean xmlns="http://tempuri.org/">boolean</boolean>

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/CreateSalesFromService HTTP/1.1
Host: sitesurveyapi.247homerescue.co.uk
Content-Type: application/x-www-form-urlencoded
Content-Length: length

twofoursevenref=string&teamid=string&fname=string&sname=string&tel=string&mob=string&altnumber=string&address=string&addressTwo=string&addressThree=string&postcode=string&email=string&whatheating=string&DoYouHaveAHotWaterCylinder=string&WouldYouLikeItRemoved=string&DoYouHaveSeperateColdWaterTank=string&HowQuicklyDoesColdWaterRunFromKitchen=string&WhatTimeOfHomeDoYouLive=string&IsYourFlatOn2ndFloor=string&WhereIsBoilerLocated=string&DoYouWantBoilerMoved=string&WhereWouldYouLikeYourNewBoiler=string&WhereWillYourNewBoilerBeLocated=string&HowManyRadiatorsAreInYourHome=string&HowManyBathtubsAreInYourHome=string&HowManyStandaloneMixersShowers=string&DoYouHaveSeperateThermostatFromBoiler=string&DoYouHaveThermostatRadiator=string&WhereIsTheLocationOfFLue=string&RoofType=string&WallCovering=string&WhatShapeIsFlueOutside=string&IsFlueMoreThan2MetersFromFloor=string&IsFlueMoreThan2MetersFromNeighbour=string&IsFlueMoreThan30CmFromWindow=string&HowOldBoiler=string&Make=string&Model=string&SelectedBoiler=string&BookingDate=string&BookingSlot=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<boolean xmlns="http://tempuri.org/">boolean</boolean>