DoqioWebService


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

ArchiveFutureLineDocDirect

Test

Das Testformular ist nur für Methoden mit primitiven Typen wie Parametern verfügbar.

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /doqiowebservice.asmx HTTP/1.1
Host: webservice.doqio.ch
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservice.doqio.ch/ArchiveFutureLineDocDirect"

<?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>
    <ArchiveFutureLineDocDirect xmlns="http://webservice.doqio.ch/">
      <f>base64Binary</f>
      <flDoc>
        <DocGuid>guid</DocGuid>
        <DocName>string</DocName>
        <DocOriginalName>string</DocOriginalName>
        <DocReferenceId>string</DocReferenceId>
        <DocType>string</DocType>
        <DocLanguage>string</DocLanguage>
        <DocDate>dateTime</DocDate>
        <DocCurrency>string</DocCurrency>
        <DocAmount>decimal</DocAmount>
        <DocPages>int</DocPages>
        <DocNextPageNo>int</DocNextPageNo>
        <DocAttachNo>int</DocAttachNo>
        <DocVersion>int</DocVersion>
        <DocMainDoc>guid</DocMainDoc>
        <DocMainPageDoc>guid</DocMainPageDoc>
        <DocMainAttachDoc>guid</DocMainAttachDoc>
        <DocMeta>string</DocMeta>
        <DocRemark>string</DocRemark>
        <DocMail>string</DocMail>
        <DocUid>string</DocUid>
        <DocUrl>string</DocUrl>
        <DocIBAN>string</DocIBAN>
        <DocPaymentInfo>string</DocPaymentInfo>
        <DocPaymentInfoQR>string</DocPaymentInfoQR>
        <DocPaymentReference>string</DocPaymentReference>
        <DocPayinfoComitted>boolean</DocPayinfoComitted>
        <DocPayinfoExport>boolean</DocPayinfoExport>
        <DocChecked>boolean</DocChecked>
        <DocSecurityLevel>int</DocSecurityLevel>
        <DocDeleted>boolean</DocDeleted>
        <DocImportDate>dateTime</DocImportDate>
        <DocImportUser>string</DocImportUser>
        <DocChangeDate>dateTime</DocChangeDate>
        <DocChangeUser>string</DocChangeUser>
        <AdrRefnr>string</AdrRefnr>
        <AdrName>string</AdrName>
        <AdrName2>string</AdrName2>
        <AdrName3>string</AdrName3>
        <AdrName4>string</AdrName4>
        <AdrStreet>string</AdrStreet>
        <AdrZip>string</AdrZip>
        <AdrCity>string</AdrCity>
        <AdrCountry>string</AdrCountry>
        <DocIndiv>
          <string>string</string>
          <string>string</string>
        </DocIndiv>
        <DocIndivFields>
          <string>string</string>
          <string>string</string>
        </DocIndivFields>
        <DocIsFavorite>boolean</DocIsFavorite>
        <DocNumberVersions>int</DocNumberVersions>
        <DocNumberNextPages>int</DocNumberNextPages>
        <DocNumberAttachments>int</DocNumberAttachments>
        <NearDocPercentage>decimal</NearDocPercentage>
        <DocMediatype>string</DocMediatype>
        <DocMediaImage>string</DocMediaImage>
        <DocFolders>string</DocFolders>
        <DocFoldersUp>string</DocFoldersUp>
        <DocTypeText>string</DocTypeText>
        <DocSecurityLevelText>string</DocSecurityLevelText>
        <DocFolderText>string</DocFolderText>
        <DocIndivText>
          <string>string</string>
          <string>string</string>
        </DocIndivText>
        <DocPrivacy>boolean</DocPrivacy>
        <DocPrivacyUp>string</DocPrivacyUp>
        <DocPrivateUsers>
          <guid>guid</guid>
          <guid>guid</guid>
        </DocPrivateUsers>
        <DocGroupPrivacy>boolean</DocGroupPrivacy>
        <DocGroupPrivacyUp>string</DocGroupPrivacyUp>
        <DocPrivateGroups>
          <int>int</int>
          <int>int</int>
        </DocPrivateGroups>
      </flDoc>
      <m>string</m>
      <u>string</u>
      <p>string</p>
    </ArchiveFutureLineDocDirect>
  </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>
    <ArchiveFutureLineDocDirectResponse xmlns="http://webservice.doqio.ch/">
      <ArchiveFutureLineDocDirectResult>string</ArchiveFutureLineDocDirectResult>
    </ArchiveFutureLineDocDirectResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /doqiowebservice.asmx HTTP/1.1
Host: webservice.doqio.ch
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>
    <ArchiveFutureLineDocDirect xmlns="http://webservice.doqio.ch/">
      <f>base64Binary</f>
      <flDoc>
        <DocGuid>guid</DocGuid>
        <DocName>string</DocName>
        <DocOriginalName>string</DocOriginalName>
        <DocReferenceId>string</DocReferenceId>
        <DocType>string</DocType>
        <DocLanguage>string</DocLanguage>
        <DocDate>dateTime</DocDate>
        <DocCurrency>string</DocCurrency>
        <DocAmount>decimal</DocAmount>
        <DocPages>int</DocPages>
        <DocNextPageNo>int</DocNextPageNo>
        <DocAttachNo>int</DocAttachNo>
        <DocVersion>int</DocVersion>
        <DocMainDoc>guid</DocMainDoc>
        <DocMainPageDoc>guid</DocMainPageDoc>
        <DocMainAttachDoc>guid</DocMainAttachDoc>
        <DocMeta>string</DocMeta>
        <DocRemark>string</DocRemark>
        <DocMail>string</DocMail>
        <DocUid>string</DocUid>
        <DocUrl>string</DocUrl>
        <DocIBAN>string</DocIBAN>
        <DocPaymentInfo>string</DocPaymentInfo>
        <DocPaymentInfoQR>string</DocPaymentInfoQR>
        <DocPaymentReference>string</DocPaymentReference>
        <DocPayinfoComitted>boolean</DocPayinfoComitted>
        <DocPayinfoExport>boolean</DocPayinfoExport>
        <DocChecked>boolean</DocChecked>
        <DocSecurityLevel>int</DocSecurityLevel>
        <DocDeleted>boolean</DocDeleted>
        <DocImportDate>dateTime</DocImportDate>
        <DocImportUser>string</DocImportUser>
        <DocChangeDate>dateTime</DocChangeDate>
        <DocChangeUser>string</DocChangeUser>
        <AdrRefnr>string</AdrRefnr>
        <AdrName>string</AdrName>
        <AdrName2>string</AdrName2>
        <AdrName3>string</AdrName3>
        <AdrName4>string</AdrName4>
        <AdrStreet>string</AdrStreet>
        <AdrZip>string</AdrZip>
        <AdrCity>string</AdrCity>
        <AdrCountry>string</AdrCountry>
        <DocIndiv>
          <string>string</string>
          <string>string</string>
        </DocIndiv>
        <DocIndivFields>
          <string>string</string>
          <string>string</string>
        </DocIndivFields>
        <DocIsFavorite>boolean</DocIsFavorite>
        <DocNumberVersions>int</DocNumberVersions>
        <DocNumberNextPages>int</DocNumberNextPages>
        <DocNumberAttachments>int</DocNumberAttachments>
        <NearDocPercentage>decimal</NearDocPercentage>
        <DocMediatype>string</DocMediatype>
        <DocMediaImage>string</DocMediaImage>
        <DocFolders>string</DocFolders>
        <DocFoldersUp>string</DocFoldersUp>
        <DocTypeText>string</DocTypeText>
        <DocSecurityLevelText>string</DocSecurityLevelText>
        <DocFolderText>string</DocFolderText>
        <DocIndivText>
          <string>string</string>
          <string>string</string>
        </DocIndivText>
        <DocPrivacy>boolean</DocPrivacy>
        <DocPrivacyUp>string</DocPrivacyUp>
        <DocPrivateUsers>
          <guid>guid</guid>
          <guid>guid</guid>
        </DocPrivateUsers>
        <DocGroupPrivacy>boolean</DocGroupPrivacy>
        <DocGroupPrivacyUp>string</DocGroupPrivacyUp>
        <DocPrivateGroups>
          <int>int</int>
          <int>int</int>
        </DocPrivateGroups>
      </flDoc>
      <m>string</m>
      <u>string</u>
      <p>string</p>
    </ArchiveFutureLineDocDirect>
  </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>
    <ArchiveFutureLineDocDirectResponse xmlns="http://webservice.doqio.ch/">
      <ArchiveFutureLineDocDirectResult>string</ArchiveFutureLineDocDirectResult>
    </ArchiveFutureLineDocDirectResponse>
  </soap12:Body>
</soap12:Envelope>