Perform Re-Group Action
This API is used to regroup order transaction lines into another existing Revenue Contract or into a new Revenue Contract.
The Source Revenue Contract ID from which user is regrouping the order transaction lines.
The unique Order Financial IDs of order transaction lines of source Revenue Contract ID user want to regroup.
Any relevant comments can be added by user at the time of performing regroup action.
This is optional field. This can be used when user want to regroup order transaction lines into existing Revenue Contract. If user want to move lines to new contract this field cam be skipped from payload.
Regroup
Message generated after successfully completed regroup action.
A system generated alpha-numeric number.
POST /apis/stamper/v1/rc_regroup/{source_rc_id} HTTP/1.1
Host: {realm}.{env}.rightrev.cloud/
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"source_rc_order_fids": [
"ord-001-rc2-01"
],
"comments": "regroup test",
"target_rc": "RC-2"
}Regroup
{
"message": "Successfully Initiated Manual Regroup",
"request_id": "d0fc4304-67f5-4960-ab6c-55192af4bb0a"
}Last updated
Was this helpful?

