Bulk Re-allocate
This API used to perform bulk reallocate 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 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/ssp/v1/carves/bulk-re-allocate
POST /apis/ssp/v1/carves/bulk-re-allocate 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": "Bulk Reallocation Successfully Initiated"
}Last updated
Was this helpful?

