POST api/accounting/exports/batch/export
Get batch export csv in a given template
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.Accounts.Exports.Command.ExportBatchPaymentDataContractName | Description | Type | Additional information |
---|---|---|---|
BatchPayExportId | integer |
None. |
|
BankExportTypeId | Dezrez.Rezi.Domain.Accounts.Financial.BankExportType |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "BatchPayExportId": 1, "BankExportTypeId": 0 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.