POST DMS/GetDocumentReferenceList/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | string |
Required |
Body Parameters
DMSDocumentReferenceSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchData | Object |
None. |
|
| TotalDataCount | integer |
None. |
|
| DocumentId | integer |
None. |
|
| UploadAccess | boolean |
None. |
|
| SortOrder | string |
None. |
|
| SortColumn | string |
None. |
|
| PageSize | integer |
None. |
|
| SelectedPageNumber | integer |
None. |
|
| FormName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchData": {},
"TotalDataCount": 2,
"DocumentId": 3,
"UploadAccess": true,
"SortOrder": "sample string 5",
"SortColumn": "sample string 6",
"PageSize": 7,
"SelectedPageNumber": 8,
"FormName": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.