BAwarranty Server V1

<back to all web services

sch_SaveIntroWalkSevice2026

sch_SaveIntroWalkSevice2026 Parameters:
NameParameterData TypeRequiredDescription
tokenquerystringNo
tokensecretquerystringNo
idciaquerystringNo
idprojectquerystringNo
securityquerystringNo
security_contactquerystringNo
elevatorsquerystringNo
elevators_contactquerystringNo
airConditioningquerystringNo
airConditioning_contactquerystringNo
plumbingquerystringNo
plumbing_contactquerystringNo
electricianquerystringNo
electrician_contactquerystringNo
appliances_year1querystringNo
appliances_year1_contactquerystringNo
appliances_year2querystringNo
appliances_year2_contactquerystringNo
appliancesquerystringNo
airConditioning_manufacturerquerystringNo
airConditioning_websitequerystringNo
tanklessWaterHeater_manufacturerquerystringNo
tanklessWaterHeater_websitequerystringNo
kitchenAppliances_manufacturerquerystringNo
kitchenAppliances_websitequerystringNo
washerDryer_manufacturerquerystringNo
washerDryer_websitequerystringNo
securitySystem_manufacturerquerystringNo
securitySystem_websitequerystringNo
homeAutomationSystem_manufacturerquerystringNo
homeAutomationSystem_websitequerystringNo
otherquerystringNo
other_manufacturerquerystringNo
other_websitequerystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .soap11 suffix or ?format=soap11

HTTP + SOAP11

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /soap11 HTTP/1.1 
Host: ssl.buildersaccess.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: sch_SaveIntroWalkSevice2026

<?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>

<sch_SaveIntroWalkSevice2026 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BASchedulingSDK">
  <airConditioning>String</airConditioning>
  <airConditioning_contact>String</airConditioning_contact>
  <airConditioning_manufacturer>String</airConditioning_manufacturer>
  <airConditioning_website>String</airConditioning_website>
  <appliances>String</appliances>
  <appliances_year1>String</appliances_year1>
  <appliances_year1_contact>String</appliances_year1_contact>
  <appliances_year2>String</appliances_year2>
  <appliances_year2_contact>String</appliances_year2_contact>
  <electrician>String</electrician>
  <electrician_contact>String</electrician_contact>
  <elevators>String</elevators>
  <elevators_contact>String</elevators_contact>
  <homeAutomationSystem_manufacturer>String</homeAutomationSystem_manufacturer>
  <homeAutomationSystem_website>String</homeAutomationSystem_website>
  <idcia>String</idcia>
  <idproject>String</idproject>
  <kitchenAppliances_manufacturer>String</kitchenAppliances_manufacturer>
  <kitchenAppliances_website>String</kitchenAppliances_website>
  <other>String</other>
  <other_manufacturer>String</other_manufacturer>
  <other_website>String</other_website>
  <plumbing>String</plumbing>
  <plumbing_contact>String</plumbing_contact>
  <security>String</security>
  <securitySystem_manufacturer>String</securitySystem_manufacturer>
  <securitySystem_website>String</securitySystem_website>
  <security_contact>String</security_contact>
  <tanklessWaterHeater_manufacturer>String</tanklessWaterHeater_manufacturer>
  <tanklessWaterHeater_website>String</tanklessWaterHeater_website>
  <token>String</token>
  <tokensecret>String</tokensecret>
  <washerDryer_manufacturer>String</washerDryer_manufacturer>
  <washerDryer_website>String</washerDryer_website>
</sch_SaveIntroWalkSevice2026>

    </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>

<AppResponse.Sch_Returndata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BASchedulingSDK">
  <_x003C_found_x003E_k__BackingField>String</_x003C_found_x003E_k__BackingField>
  <_x003C_message_x003E_k__BackingField>String</_x003C_message_x003E_k__BackingField>
  <_x003C_validtoken_x003E_k__BackingField>String</_x003C_validtoken_x003E_k__BackingField>
</AppResponse.Sch_Returndata>

    </soap:Body>
</soap:Envelope>