For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bulk GL Account Segment Update

Bulk Action

post
/apis/bulkupdate/v1/{action}

This API used to perform bulk GL account segment update or bulk journal transfer hold action via a CSV file.

Path parameters
actionstringRequired

This field support these gl_account or rc_bulk_hold actions.

Body
filefile · binaryRequired

The CSV file to be uploaded to the system. Refer a sample CSV file attached below.

user_commentstext · stringRequired

Comments added by the user at the time of performing this action.

Responses
200

Bulk Regroup

application/json
file_idstringRequired

A system generated alpha-numeric number.

messagestringRequired

Displays the outcome of the action. It is commonly used to provide success confirmations, error details, or other informational responses from the API after the operation is executed.

post/apis/bulkupdate/v1/{action}
POST /apis/bulkupdate/v1/{action} HTTP/1.1
Host: {realm}.{env}.rightrev.cloud/
Content-Type: multipart/form-data
Accept: */*
Content-Length: 34

{
  "file": null,
  "user_comments": null
}
200

Bulk Regroup

{
  "file_id": "8a1540ff-f013-4310-b644-004dead3d37a",
  "message": "GL account segment processed successfully or RC bulk holds processed successfully"
}

Last updated

Was this helpful?