DoqioWebService
Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.
GetWorkflowDoc
Test
Klicken Sie auf die Schaltfläche 'Aufrufen', um den Vorgang mit dem HTTP POST-Protokoll zu testen.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/GetWorkflowDoc"
<?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>
<GetWorkflowDoc xmlns="http://webservice.doqio.ch/">
<m>string</m>
<u>string</u>
<p>string</p>
<guid>string</guid>
</GetWorkflowDoc>
</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>
<GetWorkflowDocResponse xmlns="http://webservice.doqio.ch/">
<GetWorkflowDocResult>
<Rule>
<RuleFilters>
<RuleFilter xsi:nil="true" />
<RuleFilter xsi:nil="true" />
</RuleFilters>
<RuleMustFields>
<RuleMustField xsi:nil="true" />
<RuleMustField xsi:nil="true" />
</RuleMustFields>
<FullFillments>
<FullFillment xsi:nil="true" />
<FullFillment xsi:nil="true" />
</FullFillments>
<Docs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</Docs>
<RejectedDocs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</RejectedDocs>
<Id>int</Id>
<TargetUser>guid</TargetUser>
<ParentId>int</ParentId>
<Name>string</Name>
<Description>string</Description>
<ValidFrom>dateTime</ValidFrom>
<Active>boolean</Active>
<isRepresentation>boolean</isRepresentation>
<CreateUser>string</CreateUser>
<ChangeUser>string</ChangeUser>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<HasChildren>boolean</HasChildren>
<TargetUserName>string</TargetUserName>
<CountDocs>int</CountDocs>
<TreeName>string</TreeName>
</Rule>
<Rule>
<RuleFilters>
<RuleFilter xsi:nil="true" />
<RuleFilter xsi:nil="true" />
</RuleFilters>
<RuleMustFields>
<RuleMustField xsi:nil="true" />
<RuleMustField xsi:nil="true" />
</RuleMustFields>
<FullFillments>
<FullFillment xsi:nil="true" />
<FullFillment xsi:nil="true" />
</FullFillments>
<Docs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</Docs>
<RejectedDocs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</RejectedDocs>
<Id>int</Id>
<TargetUser>guid</TargetUser>
<ParentId>int</ParentId>
<Name>string</Name>
<Description>string</Description>
<ValidFrom>dateTime</ValidFrom>
<Active>boolean</Active>
<isRepresentation>boolean</isRepresentation>
<CreateUser>string</CreateUser>
<ChangeUser>string</ChangeUser>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<HasChildren>boolean</HasChildren>
<TargetUserName>string</TargetUserName>
<CountDocs>int</CountDocs>
<TreeName>string</TreeName>
</Rule>
</GetWorkflowDocResult>
</GetWorkflowDocResponse>
</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>
<GetWorkflowDoc xmlns="http://webservice.doqio.ch/">
<m>string</m>
<u>string</u>
<p>string</p>
<guid>string</guid>
</GetWorkflowDoc>
</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>
<GetWorkflowDocResponse xmlns="http://webservice.doqio.ch/">
<GetWorkflowDocResult>
<Rule>
<RuleFilters>
<RuleFilter xsi:nil="true" />
<RuleFilter xsi:nil="true" />
</RuleFilters>
<RuleMustFields>
<RuleMustField xsi:nil="true" />
<RuleMustField xsi:nil="true" />
</RuleMustFields>
<FullFillments>
<FullFillment xsi:nil="true" />
<FullFillment xsi:nil="true" />
</FullFillments>
<Docs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</Docs>
<RejectedDocs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</RejectedDocs>
<Id>int</Id>
<TargetUser>guid</TargetUser>
<ParentId>int</ParentId>
<Name>string</Name>
<Description>string</Description>
<ValidFrom>dateTime</ValidFrom>
<Active>boolean</Active>
<isRepresentation>boolean</isRepresentation>
<CreateUser>string</CreateUser>
<ChangeUser>string</ChangeUser>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<HasChildren>boolean</HasChildren>
<TargetUserName>string</TargetUserName>
<CountDocs>int</CountDocs>
<TreeName>string</TreeName>
</Rule>
<Rule>
<RuleFilters>
<RuleFilter xsi:nil="true" />
<RuleFilter xsi:nil="true" />
</RuleFilters>
<RuleMustFields>
<RuleMustField xsi:nil="true" />
<RuleMustField xsi:nil="true" />
</RuleMustFields>
<FullFillments>
<FullFillment xsi:nil="true" />
<FullFillment xsi:nil="true" />
</FullFillments>
<Docs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</Docs>
<RejectedDocs>
<FutureLineDocument xsi:nil="true" />
<FutureLineDocument xsi:nil="true" />
</RejectedDocs>
<Id>int</Id>
<TargetUser>guid</TargetUser>
<ParentId>int</ParentId>
<Name>string</Name>
<Description>string</Description>
<ValidFrom>dateTime</ValidFrom>
<Active>boolean</Active>
<isRepresentation>boolean</isRepresentation>
<CreateUser>string</CreateUser>
<ChangeUser>string</ChangeUser>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<HasChildren>boolean</HasChildren>
<TargetUserName>string</TargetUserName>
<CountDocs>int</CountDocs>
<TreeName>string</TreeName>
</Rule>
</GetWorkflowDocResult>
</GetWorkflowDocResponse>
</soap12:Body>
</soap12:Envelope>
HTTP POST
Folgendes ist eine Beispielanforderung und -antwort für HTTP POST. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.
POST /doqiowebservice.asmx/GetWorkflowDoc HTTP/1.1 Host: webservice.doqio.ch Content-Type: application/x-www-form-urlencoded Content-Length: length m=string&u=string&p=string&guid=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRule xmlns="http://webservice.doqio.ch/">
<Rule>
<RuleFilters>
<RuleFilter>
<Id>int</Id>
<RuleId>int</RuleId>
<Order>int</Order>
<BoolOperator>string</BoolOperator>
<Datafield>string</Datafield>
<Operator>string</Operator>
<Value>string</Value>
</RuleFilter>
<RuleFilter>
<Id>int</Id>
<RuleId>int</RuleId>
<Order>int</Order>
<BoolOperator>string</BoolOperator>
<Datafield>string</Datafield>
<Operator>string</Operator>
<Value>string</Value>
</RuleFilter>
</RuleFilters>
<RuleMustFields>
<RuleMustField>
<Id>int</Id>
<RuleId>int</RuleId>
<Datafield>string</Datafield>
</RuleMustField>
<RuleMustField>
<Id>int</Id>
<RuleId>int</RuleId>
<Datafield>string</Datafield>
</RuleMustField>
</RuleMustFields>
<FullFillments>
<FullFillment>
<Id>int</Id>
<RuleId>int</RuleId>
<DocGuid>guid</DocGuid>
<Rejected>boolean</Rejected>
<Recalled>boolean</Recalled>
<Comment>string</Comment>
<CommentRecall>string</CommentRecall>
<UserGuid>guid</UserGuid>
<Date>dateTime</Date>
</FullFillment>
<FullFillment>
<Id>int</Id>
<RuleId>int</RuleId>
<DocGuid>guid</DocGuid>
<Rejected>boolean</Rejected>
<Recalled>boolean</Recalled>
<Comment>string</Comment>
<CommentRecall>string</CommentRecall>
<UserGuid>guid</UserGuid>
<Date>dateTime</Date>
</FullFillment>
</FullFillments>
<Docs>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
</Docs>
<RejectedDocs>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
</RejectedDocs>
<Id>int</Id>
<TargetUser>guid</TargetUser>
<ParentId>int</ParentId>
<Name>string</Name>
<Description>string</Description>
<ValidFrom>dateTime</ValidFrom>
<Active>boolean</Active>
<isRepresentation>boolean</isRepresentation>
<CreateUser>string</CreateUser>
<ChangeUser>string</ChangeUser>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<HasChildren>boolean</HasChildren>
<TargetUserName>string</TargetUserName>
<CountDocs>int</CountDocs>
<TreeName>string</TreeName>
</Rule>
<Rule>
<RuleFilters>
<RuleFilter>
<Id>int</Id>
<RuleId>int</RuleId>
<Order>int</Order>
<BoolOperator>string</BoolOperator>
<Datafield>string</Datafield>
<Operator>string</Operator>
<Value>string</Value>
</RuleFilter>
<RuleFilter>
<Id>int</Id>
<RuleId>int</RuleId>
<Order>int</Order>
<BoolOperator>string</BoolOperator>
<Datafield>string</Datafield>
<Operator>string</Operator>
<Value>string</Value>
</RuleFilter>
</RuleFilters>
<RuleMustFields>
<RuleMustField>
<Id>int</Id>
<RuleId>int</RuleId>
<Datafield>string</Datafield>
</RuleMustField>
<RuleMustField>
<Id>int</Id>
<RuleId>int</RuleId>
<Datafield>string</Datafield>
</RuleMustField>
</RuleMustFields>
<FullFillments>
<FullFillment>
<Id>int</Id>
<RuleId>int</RuleId>
<DocGuid>guid</DocGuid>
<Rejected>boolean</Rejected>
<Recalled>boolean</Recalled>
<Comment>string</Comment>
<CommentRecall>string</CommentRecall>
<UserGuid>guid</UserGuid>
<Date>dateTime</Date>
</FullFillment>
<FullFillment>
<Id>int</Id>
<RuleId>int</RuleId>
<DocGuid>guid</DocGuid>
<Rejected>boolean</Rejected>
<Recalled>boolean</Recalled>
<Comment>string</Comment>
<CommentRecall>string</CommentRecall>
<UserGuid>guid</UserGuid>
<Date>dateTime</Date>
</FullFillment>
</FullFillments>
<Docs>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
</Docs>
<RejectedDocs>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
<FutureLineDocument>
<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>
<DocTextAI>string</DocTextAI>
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocIndivFields d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<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 d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocPrivacy>boolean</DocPrivacy>
<DocPrivacyUp>string</DocPrivacyUp>
<DocPrivateUsers d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DocGroupPrivacy>boolean</DocGroupPrivacy>
<DocGroupPrivacyUp>string</DocGroupPrivacyUp>
<DocPrivateGroups d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</FutureLineDocument>
</RejectedDocs>
<Id>int</Id>
<TargetUser>guid</TargetUser>
<ParentId>int</ParentId>
<Name>string</Name>
<Description>string</Description>
<ValidFrom>dateTime</ValidFrom>
<Active>boolean</Active>
<isRepresentation>boolean</isRepresentation>
<CreateUser>string</CreateUser>
<ChangeUser>string</ChangeUser>
<CreateDate>dateTime</CreateDate>
<ChangeDate>dateTime</ChangeDate>
<HasChildren>boolean</HasChildren>
<TargetUserName>string</TargetUserName>
<CountDocs>int</CountDocs>
<TreeName>string</TreeName>
</Rule>
</ArrayOfRule>