BAwarranty Server V1

<back to all web services

bacontract_GetContractFilePicturesFromWeb

bacontract_GetContractFilePicturesFromWeb Parameters:
NameParameterData TypeRequiredDescription
codequerystringYes

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_GetContractFilePicturesFromWeb

<?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_GetContractFilePicturesFromWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServerSDK1">
  <code>String</code>
</bacontract_GetContractFilePicturesFromWeb>

    </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.ba_ContractPictures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServerSDK1">
  <buyer1CanSign>false</buyer1CanSign>
  <buyer1FinishedSign>false</buyer1FinishedSign>
  <buyer1email>String</buyer1email>
  <buyer2CanSign>false</buyer2CanSign>
  <buyer2FinishedSign>false</buyer2FinishedSign>
  <buyer2email>String</buyer2email>
  <contractStatus>String</contractStatus>
  <contractlist>
    <AppResponse.ba_ContractItem>
      <contractPicturelist>
        <AppResponse.ba_ContractPictureItem>
          <page>String</page>
          <picture_height>String</picture_height>
          <picture_url>String</picture_url>
          <picture_version>String</picture_version>
          <picture_width>String</picture_width>
          <scale>String</scale>
          <signatures>
            <AppResponse.ba_ContractSignPosition>
              <bottom>String</bottom>
              <left>String</left>
              <right>String</right>
              <sign_type>String</sign_type>
              <top>String</top>
            </AppResponse.ba_ContractSignPosition>
          </signatures>
        </AppResponse.ba_ContractPictureItem>
      </contractPicturelist>
      <doc>String</doc>
      <pagecount>0</pagecount>
    </AppResponse.ba_ContractItem>
  </contractlist>
  <cooperatingBrokerCanSign>false</cooperatingBrokerCanSign>
  <finalContractUrl>String</finalContractUrl>
  <hasCheckPhoto>false</hasCheckPhoto>
  <hasbuyer2>false</hasbuyer2>
  <listingBrokerCanSign>false</listingBrokerCanSign>
  <message>String</message>
  <picturesFinishyn>false</picturesFinishyn>
  <result>String</result>
  <salesCanSign>false</salesCanSign>
  <salesFinishedSign>false</salesFinishedSign>
  <salesemail>String</salesemail>
  <showOldContract>false</showOldContract>
  <totalPageCount>0</totalPageCount>
</AppResponse.ba_ContractPictures>

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