POST api/accounting/exports/batch/export

Get batch export csv in a given template Processes this accounting export API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

The export batch payment data contract supplied with the request.

ExportBatchPaymentDataContract
NameDescriptionTypeAdditional information
BatchPayExportId

The unique identifier of the related batch pay export resource.

integer

None.

BankExportTypeId

The unique identifier of the related bank export type resource.

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

The response returned after the operation completes.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.