POST api/Tools/BuildDocumentAuditingList
Request Information
URI Parameters
None.
Body Parameters
BuildDocumentAuditingListInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| Branch | string |
None. |
|
| Document | string |
None. |
|
| User | string |
None. |
|
| FromDate | integer |
None. |
|
| ToDate | integer |
None. |
|
| ShowOnlyDocumentstobeVerified | boolean |
None. |
|
| ShowOnlyVerifiedDocuments | boolean |
None. |
|
| DownloadReport | boolean |
None. |
|
| RemoveColumns | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"Branch": "sample string 4",
"Document": "sample string 5",
"User": "sample string 6",
"FromDate": 7,
"ToDate": 8,
"ShowOnlyDocumentstobeVerified": true,
"ShowOnlyVerifiedDocuments": true,
"DownloadReport": true,
"RemoveColumns": "sample string 12"
}
application/xml, text/xml
Sample:
<BuildDocumentAuditingListInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <Branch>sample string 4</Branch> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <Document>sample string 5</Document> <DownloadReport>true</DownloadReport> <FromDate>7</FromDate> <RemoveColumns>sample string 12</RemoveColumns> <ShowOnlyDocumentstobeVerified>true</ShowOnlyDocumentstobeVerified> <ShowOnlyVerifiedDocuments>true</ShowOnlyVerifiedDocuments> <ToDate>8</ToDate> <User>sample string 6</User> <UserInternalCode>sample string 3</UserInternalCode> </BuildDocumentAuditingListInputs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |