POST /api/v3/accrual/{taskId}/void

Void all bills created by the Accrual task If any bills have already been exported they will still be voided

VoidAccrualTaskV3 Permissions: AccrualSettings (Run)

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, including the request body.

Path Parameters

Name Description Type Required
taskId Identifier for the accrual task integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.