GET /api/v3/workflow/billImport

Get bill import workflow settings

GetBillImportWorkflowSettingsV3 Permissions: BillsAndBatches (View)

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.

Responses

200 OK The request succeeded and the response body contains the requested data.

Response Body Parameters

BillImportWorkflowSettings
Property Description Type
errorHandling Determines how bill import errors are handled. If your organization utilizes BillCAPture, this is forced to MarkBatchPending. One of ‘MarkBatchPending’, ‘ProcessValidBills’ string
Example Response application/json
{  "errorHandling": "string"
}