POST api/accounting/exports/batch/export
Get batch export csv in a given template
Request Information
URI Parameters
None.
Body Parameters
ExportBatchPaymentDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchPayExportId | integer |
None. |
|
| BankExportTypeId | 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.