POST DMS/DownloadHistory
Request Information
URI Parameters
None.
Body Parameters
DMSDocumentDownloadHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentId | integer |
None. |
|
| SortOrder | string |
None. |
|
| SortColumn | string |
None. |
|
| PageSize | integer |
None. |
|
| SelectedPageNumber | integer |
None. |
|
| FormName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DocumentId": 1,
"SortOrder": "sample string 2",
"SortColumn": "sample string 3",
"PageSize": 4,
"SelectedPageNumber": 5,
"FormName": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.