Get export workflow settings
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Query Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| exportMode | The export mode to get settings for, can be ‘AP’, ‘GL’ or ‘Payment’ | string | Optional |
Responses
200
OK
The request succeeded and the response body contains the requested data.
Response Body Parameters
ExportWorkflowSettings
| Property | Description | Type |
|---|---|---|
| canExport | string | |
| exportModeEnabled | boolean |
Example Response
{ "canExport": "string", "exportModeEnabled": false
}