BAwarranty Server V1

<back to all web services

bacontract_save_signNew

bacontract_save_signNew Parameters:
NameParameterData TypeRequiredDescription
whichBuyerquerystringYes
bacontract_save_sign Parameters:
NameParameterData TypeRequiredDescription
idcontract1formstringYes
docformstringYes
pageformstringYes
initial_indexformstringYes
initial_b1ynformstringYes
initial_b2ynformstringYes
signature_b1ynformstringYes
signature_b2ynformstringYes
initial_s1ynformstringYes
signature_s1ynformstringYes
initial_b1formstringYes
initial_b2formstringYes
signature_b1formstringYes
signature_b2formstringYes
initial_s1formstringYes
signature_s1formstringYes
brokerInfoPage2formstringNo

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: contractssl.buildersaccess.com 
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: bacontract_save_signNew

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

<bacontract_save_signNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServerSDK1">
  <brokerInfoPage2>String</brokerInfoPage2>
  <doc>String</doc>
  <idcontract1>String</idcontract1>
  <initial_b1>String</initial_b1>
  <initial_b1yn>String</initial_b1yn>
  <initial_b2>String</initial_b2>
  <initial_b2yn>String</initial_b2yn>
  <initial_index>String</initial_index>
  <initial_s1>String</initial_s1>
  <initial_s1yn>String</initial_s1yn>
  <page>String</page>
  <signature_b1>String</signature_b1>
  <signature_b1yn>String</signature_b1yn>
  <signature_b2>String</signature_b2>
  <signature_b2yn>String</signature_b2yn>
  <signature_s1>String</signature_s1>
  <signature_s1yn>String</signature_s1yn>
  <whichBuyer>String</whichBuyer>
</bacontract_save_signNew>

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

<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">false</boolean>

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