POST api/Documents/GetDocuments
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"clientIds": [
"79c45bb2-6fac-40df-91e5-715bff4d8cf1",
"f06e0491-e7a4-4865-af46-2eba9d0901a4",
"f873d283-dfdf-40d6-9433-c542643b77e8"
],
"clientId": "e7e9e8ba-2b48-4a42-a6ca-699bb20b8322",
"businessType": 0,
"year": 1,
"isCodes": true,
"isClientName": true,
"pageSize": 1,
"pageNum": 1,
"sortField": "sample string 4",
"sortDesc": true,
"documentIds": [
1,
2,
3
],
"documentTypeCode": "sample string 5",
"filters": {
"terms": "sample string 1",
"programType": 0,
"isBroadcastIncluded": true,
"documentCategories": [
1,
1,
1
],
"clientMessageId": 1,
"uiCode": "sample string 2"
},
"SignStatuses": [
1,
1,
1
]
}
text/xml
Sample:
<DocumentSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Site.DomainLogic.Documents">
<BusinessType>Unknown</BusinessType>
<ClientId>e7e9e8ba-2b48-4a42-a6ca-699bb20b8322</ClientId>
<ClientIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>79c45bb2-6fac-40df-91e5-715bff4d8cf1</d2p1:guid>
<d2p1:guid>f06e0491-e7a4-4865-af46-2eba9d0901a4</d2p1:guid>
<d2p1:guid>f873d283-dfdf-40d6-9433-c542643b77e8</d2p1:guid>
</ClientIds>
<DocumentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
<d2p1:int>3</d2p1:int>
</DocumentIds>
<DocumentTypeCode>sample string 5</DocumentTypeCode>
<Filters>
<ClientMessageId>1</ClientMessageId>
<DocumentCategories>
<DOCUMENT_CATEGORY>TaxAuthorityPerson</DOCUMENT_CATEGORY>
<DOCUMENT_CATEGORY>TaxAuthorityPerson</DOCUMENT_CATEGORY>
<DOCUMENT_CATEGORY>TaxAuthorityPerson</DOCUMENT_CATEGORY>
</DocumentCategories>
<IsBroadcastIncluded>true</IsBroadcastIncluded>
<ProgramType>unknow</ProgramType>
<Terms>sample string 1</Terms>
<UiCode>sample string 2</UiCode>
</Filters>
<IsClientName>true</IsClientName>
<IsCodes>true</IsCodes>
<PageNum>1</PageNum>
<PageSize>1</PageSize>
<SignStatuses xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
<d2p1:int>1</d2p1:int>
</SignStatuses>
<SortDesc>true</SortDesc>
<SortField>sample string 4</SortField>
<Year>1</Year>
</DocumentSearchModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/xml
Sample:
Sample not available.