> For the complete documentation index, see [llms.txt](https://apis.rightrev.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apis.rightrev.com/rightrev-rest-api/transactions-ingestion/bulk-upload/bulk-rc-lines-regroup.md).

# Bulk RC Lines Regroup

## Bulk Rc Lines Regroup Download

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

```json
{"openapi":"3.1.0","info":{"title":"RightRev API(s)","version":"1.0.0"},"servers":[{"description":"RightRev APP Server","url":"https://{realm}.{env}.rightrev.cloud/","variables":{"env":{"default":"{env}"},"realm":{"default":"{realm}"}}},{"description":"RightRev Auth Server","url":"https://authn.{env}.rightrev.cloud/auth/realms/{realm}/protocol/openid-connect/","variables":{"env":{"default":"{env}"},"realm":{"default":"{realm}"}}}],"security":[],"paths":{"/apis/bulkrc_lines_regroup/v1/{file_id}":{"get":{"description":"This API is used to download the uploaded CSV file for bulk rc lines regroup.\n","parameters":[{"name":"file_id","in":"path","required":true,"schema":{"type":"string","title":"File Id"},"description":"Provide file ID to download the uploaded CSV file.\n"}],"responses":{"200":{"description":"Get Bulk RC Lines Regroup uploaded CSV file.","content":{"application/json":{"schema":{"type":"string","format":"binary"}}}}},"tags":["ReGroup ReAllocate"],"summary":"Bulk Rc Lines Regroup Download","operationId":"bulk_rc_lines_regroup_download_apis_bulkrc_lines_regroup_v1__file_id__get"}}}}
```

## Bulk Rc Lines Regroup

> This API used to perform bulk RC lines regroup action via a CSV file.<br>

```json
{"openapi":"3.1.0","info":{"title":"RightRev API(s)","version":"1.0.0"},"servers":[{"description":"RightRev APP Server","url":"https://{realm}.{env}.rightrev.cloud/","variables":{"env":{"default":"{env}"},"realm":{"default":"{realm}"}}},{"description":"RightRev Auth Server","url":"https://authn.{env}.rightrev.cloud/auth/realms/{realm}/protocol/openid-connect/","variables":{"env":{"default":"{env}"},"realm":{"default":"{realm}"}}}],"security":[],"paths":{"/apis/bulkrc_lines_regroup/v1/":{"post":{"description":"This API used to perform bulk RC lines regroup action via a CSV file.\n","responses":{"200":{"description":"Bulk RC Lines Regroup","content":{"application/json":{"schema":{"type":"object","properties":{"file_id":{"type":"string","description":"A system generated alpha-numeric number."},"message":{"type":"string","description":"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."}},"required":["file_id","message"]}}}}},"requestBody":{"content":{"multipart/form-data":{"schema":{"type":"object","properties":{"file":{"type":"file","format":"binary","description":"The CSV file to be uploaded to the system. Refer a sample CSV file attached below."},"user_comments":{"type":"text","format":"string","description":"Comments added by the user at the time of performing this action."}},"required":["file","user_comments"]}}},"required":true},"tags":["ReGroup ReAllocate"],"summary":"Bulk Rc Lines Regroup","operationId":"bulk_rc_lines_regroup_apis_bulkrc_lines_regroup_v1__post"}}}}
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://apis.rightrev.com/rightrev-rest-api/transactions-ingestion/bulk-upload/bulk-rc-lines-regroup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
