POST /api/v202508/audit/rerunAudits

Re-run audits on a set of bills Only a subset of audits are run. The audits that run are the ones that are affected by bill history Also the owner audit setting and any account level audit setting overrides will be applied Resolved flag issues and flags could get re-flagged because of this action If the audit setting is set to Flag and Hold, the bill will get Held from export

RerunAuditsV202508 Permissions: FlaggedItems (Manage)

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.

Request Body

Array of:

Type: integer (int32)

Example Request Body application/json
[
  1
]

Responses

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