GET /api/v202604/billImportRule/reprocess/bill/{billId}/canReprocess

Check whether or not a bill can be reprocessed via the rules engine

CanReprocessBillV202604 Permissions: BillProcessingRules (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.

Path Parameters

Name Description Type Required
billId The bill to check the reprocess-ability of integer (int32) Required

Responses

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

Response Body Parameters

SingleBoolean
Property Description Type
value boolean
Example Response application/json
{  "value": false
}