# Update Tax Engine Audit Update Tax Engine Audit Endpoint: PUT /rest/2.0/TAX_ENGINE_AUDIT Version: 1.0 Security: JWT ## Header parameters: - `sessionId` (string, required) ## Request fields (application/json; charset=utf-8): - `brmObjects` (object) - `brmObjects.Action` (any, required) Operation - `brmObjects.ActivityCount` (any) Record Count - `brmObjects.Created` (any) System controlled field: Date and time the record was created - `brmObjects.Ended` (any) Tax Process Ended - `brmObjects.Id` (any, required) Request Id - `brmObjects.InvoiceId` (any, required) InvoiceId - `brmObjects.Outcome` (any, required) Outcome - `brmObjects.ResubmitCount` (any) Resubmit Count - `brmObjects.ResubmittedFlag` (any) Resubmitted: Resubmitted tax engine request - `brmObjects.Started` (any) Tax Process Started - `brmObjects.SureTaxEnded` (any) Tax Engine Request Receipt - `brmObjects.SureTaxHeaderMessage` (any) Header Message - `brmObjects.SureTaxResponseCode` (any) Response Code - `brmObjects.SureTaxStarted` (any) Tax Engine Request Sent - `brmObjects.SureTaxTransactionId` (any) Transaction Id - `brmObjects.TaxEngineId` (any, required) TaxEngineId - `brmObjects.TotalRevenue` (any) TotalRevenue - `brmObjects.TotalTax` (any) TotalTax ## Response 200 fields (application/json): - `updateResponse` (array) - `updateResponse.Id` (any) - `updateResponse.success` (boolean) - `updateResponse.ErrorText` (string) - `updateResponse.ErrorElementField` (string) ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error