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": "2025-02-20", "FileUID": "f3b61d30-ed71-4a8a-aeb6-eba1c55644aa", "ApplicationUID": "e8e5f828-054c-4d66-9f39-7acac57c9fae" }, { "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": "2025-02-20", "FileUID": "f3b61d30-ed71-4a8a-aeb6-eba1c55644aa", "ApplicationUID": "e8e5f828-054c-4d66-9f39-7acac57c9fae" } ] }