Update Journal Entries Status (bulk)

GA
This endpoint supports the ability to update the status of multiple Gappify JE records based on the posting status within the ERP system. The request requires the use of `group_id` as the Gappify record identifier and providing status of the JE (Posted, Failed) along with the appropriate accompanying `je_id` (when successful) OR `error_details` (when unsuccessful). This endpoint supports an array of JE updates.

Authentication

Authorizationstring
API Key authentication via header

Request

This endpoint expects a list of objects.

Response

Journal entry updated successfully.
request_idUUID
Unique identifier for the request
status"IN_PROGRESS"
Status of the request

Errors

401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error