POST DocumentFileAttachment/GetWithFilter
Request Information
This method supports OData queries.
URI Parameters
None.
Body Parameters
Document File Attachment Filter Request ModelName | Type | Additional information | Description |
---|---|---|---|
Search | string |
None. |
|
Skip | integer |
None. |
|
Take | integer |
None. |
|
OrderBy | string |
None. |
|
OrderAscending | bool |
None. |
|
DocumentAttachmentCategory | nullable integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Search": "sample string 1", "Skip": 2, "Take": 3, "OrderBy": "sample string 4", "OrderAscending": true, "DocumentAttachmentCategory": 1 }
Response Information
Resource Description
This collection is wrapped in a paging response object.
Paging response of Document File AttachmentName | Type | Additional information | Description |
---|---|---|---|
TotalResults | integer |
None. |
|
ReturnedResults | integer |
None. |
|
Results | Collection of Document File Attachment |
None. |
Response Formats
application/json, text/json
Sample:
{ "TotalResults": 1, "ReturnedResults": 2, "Results": [ { "BusinessBaseId": "MQA%3d-Amm2OMM5Zwk%3d", "ID": 1, "DocumentType": 0, "DocumentTypeDescription": "sample string 2", "DocumentLinkTypeId": 1, "DocumentNumber": "sample string 3", "RelatedEntityName": "sample string 4", "FileName": "sample string 5", "DocumentDescription": "sample string 6", "DocumentTotal": 7.0, "DocumentCurrencyId": 1, "Date": "2024-11-15", "FileUID": "d91f1f5b-6ac1-4ec9-b7df-89c52e2fb8ff", "ApplicationUID": "a87a19bf-12e1-4f32-88cf-bfb4a2251ea1" }, { "BusinessBaseId": "MQA%3d-Amm2OMM5Zwk%3d", "ID": 1, "DocumentType": 0, "DocumentTypeDescription": "sample string 2", "DocumentLinkTypeId": 1, "DocumentNumber": "sample string 3", "RelatedEntityName": "sample string 4", "FileName": "sample string 5", "DocumentDescription": "sample string 6", "DocumentTotal": 7.0, "DocumentCurrencyId": 1, "Date": "2024-11-15", "FileUID": "d91f1f5b-6ac1-4ec9-b7df-89c52e2fb8ff", "ApplicationUID": "a87a19bf-12e1-4f32-88cf-bfb4a2251ea1" } ] }