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.

Headers

AuthorizationstringRequired

Request

This endpoint expects a list of objects.
group_idstringRequired

Id required to perform status updates on the Gappify JE records. This value is available within the Get Journal Entries endpoint. Leveraging this value will update status details on both the debit/credit pair.

successbooleanRequired

Indicates the status of the JE posting in ERP system:

  • “Posted” if JE creation is successful
  • “Failed” if JE creation is unsuccessful or has an error
je_idstringOptional

Required only if success parameter is set to true. Value of je_id is the resulting id of the JE posting in the ERP system. This will create link between Gappify QJE and ERP JE.

error_detailsstringOptional

If the JE posting is unsuccessful or has an error, provide the reason which will be available for the users to fix and repost the JE.

Response

Journal entry updated successfully.

request_idUUID

Unique identifier for the request

status"IN_PROGRESS"

Status of the request

Errors