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

Bulk RC Regroup

Bulk Regroup

post
/apis/bulkrc_regroup/v1/

This API used to perform bulk RC Regroup action via a CSV file.

Body
filefile · binaryRequired

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

user_commentstext · stringRequired

User need to add comments while uploading csv file.

Responses
200

Bulk RC 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/bulkrc_regroup/v1/
POST /apis/bulkrc_regroup/v1/ HTTP/1.1
Host: {realm}.{env}.rightrev.cloud/
Content-Type: multipart/form-data
Accept: */*
Content-Length: 34

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

Bulk RC Regroup

{
  "file_id": "8a1540ff-f013-4310-b644-004dead3d37a",
  "message": "Successfully Initiated Bulk RC Regroup"
}

Last updated

Was this helpful?