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

Bulk RC Lines Regroup

Bulk Rc Lines Regroup Download

get
/apis/bulkrc_lines_regroup/v1/{file_id}

This API is used to download the uploaded CSV file for bulk rc lines regroup.

Path parameters
file_idstringRequired

Provide file ID to download the uploaded CSV file.

Responses
200

Get Bulk RC Lines Regroup uploaded CSV file.

application/json
string · binaryOptional
get/apis/bulkrc_lines_regroup/v1/{file_id}
GET /apis/bulkrc_lines_regroup/v1/{file_id} HTTP/1.1
Host: {realm}.{env}.rightrev.cloud/
Accept: */*
200

Get Bulk RC Lines Regroup uploaded CSV file.

{}

Bulk Rc Lines Regroup

post
/apis/bulkrc_lines_regroup/v1/

This API used to perform bulk RC lines 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

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

Responses
200

Bulk RC Lines 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_lines_regroup/v1/
POST /apis/bulkrc_lines_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 Lines Regroup

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

Last updated

Was this helpful?