POST api/batches/debit-memo-inquiry/export
exports to csv
Request Information
URI Parameters
None.
Body Parameters
DebitMemoInquiryFilterViewModelName | Description | Type | Additional information |
---|---|---|---|
EntityIds |
|
Collection of integer |
None. |
ManagementCompanyIds |
|
Collection of integer |
None. |
BankCodeIds |
|
Collection of integer |
None. |
BatchStatusIds |
|
Collection of integer |
None. |
PayeeIds |
|
Collection of integer |
None. |
PaymentTypeIds |
|
Collection of integer |
None. |
JournalEntryIdFrom |
|
integer |
None. |
JournalEntryIdTo |
|
integer |
None. |
BatchIdFrom |
|
integer |
None. |
BatchIdTo |
|
integer |
None. |
BatchDateFrom |
|
date |
None. |
BatchDateTo |
|
date |
None. |
BatchCreatedDateFrom |
|
date |
None. |
BatchCreatedDateTo |
|
date |
None. |
BatchTotalFrom |
|
decimal number |
None. |
BatchTotalTo |
|
decimal number |
None. |
VoucherId |
|
integer |
None. |
ReferenceNumber |
|
string |
None. |
PageSize |
|
integer |
None. |
PageNumber |
|
integer |
None. |
SortInformation |
|
SortInformationViewModel |
Required |
Request Formats
application/json, text/json
{ "entityIds": [ 1, 2 ], "managementCompanyIds": [ 1, 2 ], "bankCodeIds": [ 1, 2 ], "batchStatusIds": [ 1, 2 ], "payeeIds": [ 1, 2 ], "paymentTypeIds": [ 1, 2 ], "journalEntryIdFrom": 1, "journalEntryIdTo": 1, "batchIdFrom": 1, "batchIdTo": 1, "batchDateFrom": "2025-04-03T17:57:34.0491849-04:00", "batchDateTo": "2025-04-03T17:57:34.0491849-04:00", "batchCreatedDateFrom": "2025-04-03T17:57:34.0491849-04:00", "batchCreatedDateTo": "2025-04-03T17:57:34.0491849-04:00", "batchTotalFrom": 1.0, "batchTotalTo": 1.0, "voucherId": 1, "referenceNumber": "sample string 1", "pageSize": 2, "pageNumber": 3, "sortInformation": { "sortBy": "sample string 1", "isSortAscending": true } }
application/xml, text/xml
<DebitMemoInquiryFilterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.DebitMemo"> <PageNumber xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">3</PageNumber> <PageSize xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels">2</PageSize> <SortInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.SortInformation" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels"> <d2p1:IsSortAscending>true</d2p1:IsSortAscending> <d2p1:SortBy>sample string 1</d2p1:SortBy> </SortInformation> <BankCodeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </BankCodeIds> <BatchCreatedDateFrom>2025-04-03T17:57:34.0491849-04:00</BatchCreatedDateFrom> <BatchCreatedDateTo>2025-04-03T17:57:34.0491849-04:00</BatchCreatedDateTo> <BatchDateFrom>2025-04-03T17:57:34.0491849-04:00</BatchDateFrom> <BatchDateTo>2025-04-03T17:57:34.0491849-04:00</BatchDateTo> <BatchIdFrom>1</BatchIdFrom> <BatchIdTo>1</BatchIdTo> <BatchStatusIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </BatchStatusIds> <BatchTotalFrom>1</BatchTotalFrom> <BatchTotalTo>1</BatchTotalTo> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </EntityIds> <JournalEntryIdFrom>1</JournalEntryIdFrom> <JournalEntryIdTo>1</JournalEntryIdTo> <ManagementCompanyIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ManagementCompanyIds> <PayeeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </PayeeIds> <PaymentTypeIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </PaymentTypeIds> <ReferenceNumber>sample string 1</ReferenceNumber> <VoucherId>1</VoucherId> </DebitMemoInquiryFilterViewModel>
application/x-www-form-urlencoded
Response Information
Resource Description
HttpResponseMessageName | 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. |