BAwarranty Server V1

<back to all web services

bavendorcontract_GetContractFilePicturesFromWeb

bavendorcontract_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: bavendorcontract_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>

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

<AppVendorContractResponse.bavendorcontract_ContractPictures xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServerSDK1">
  <contractStatus>String</contractStatus>
  <contractlist>
    <AppVendorContractResponse.bavendorcontract_ContractItem>
      <contractPicturelist>
        <AppVendorContractResponse.bavendorcontract_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>
            <AppVendorContractResponse.bavendorcontract_ContractSignPosition>
              <bottom>String</bottom>
              <left>String</left>
              <right>String</right>
              <sign_type>String</sign_type>
              <top>String</top>
            </AppVendorContractResponse.bavendorcontract_ContractSignPosition>
          </signatures>
        </AppVendorContractResponse.bavendorcontract_ContractPictureItem>
      </contractPicturelist>
      <doc>String</doc>
      <pagecount>0</pagecount>
    </AppVendorContractResponse.bavendorcontract_ContractItem>
  </contractlist>
  <hasvendor2>false</hasvendor2>
  <message>String</message>
  <picturesFinishyn>false</picturesFinishyn>
  <pmCanSign>false</pmCanSign>
  <pmFinishedSign>false</pmFinishedSign>
  <pmemail>String</pmemail>
  <result>String</result>
  <totalPageCount>0</totalPageCount>
  <vendor1CanSign>false</vendor1CanSign>
  <vendor1FinishedSign>false</vendor1FinishedSign>
  <vendor1email>String</vendor1email>
  <vendor2CanSign>false</vendor2CanSign>
  <vendor2FinishedSign>false</vendor2FinishedSign>
  <vendor2email>String</vendor2email>
</AppVendorContractResponse.bavendorcontract_ContractPictures>

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