Calculate allocations
Sample Calculate Allocations request:
{
"rightsDimensionId": "1e7033ea-7430-11ee-b962-0242ac120002", // optional
"catalogDistribution": "EVENLY",
"hierarchyDistribution": "SELECTED_CATALOG",
"rollupToOneAmount": false,
"allocationRows":[
{
"catalogRecordId": 100,
"paymentScheduleRecordId": 500,
"allocatedAmount": 2000.01 // optional
},
{
"catalogRecordId": 101,
"paymentScheduleRecordId": 500,
"allocatedAmount": 3999.99 // optional
},
{
"catalogRecordId": 102,
"paymentScheduleRecordId": 500,
"allocatedAmount": 4000.00 // optional
}
]
}
Calculate allocations
POST
https://ris.rightsline.com/v4/deal/:dealID/calculate-allocations
This endpoint allows you to calculate allocations.
Path Parameters
Name
Type
Description
dealID*
int
The deal ID.
Headers
Name
Type
Description
x-api-key*
string
Your company's API key.
Authentication*
string
Authentication token.
Request Body
Name
Type
Description
rightsDimensionId
Guid
The allocation model ID (optional).
catalogDistribution*
String
EVENLY or BY_RIGHTS_DURATION
hierarchyDistribution*
String
SELECTED_CATALOG or IMMEDIATE_CHILDREN
rollupToOneAmount*
bool
Roll up to one amount.
allocationRows*
AllocationRow[]
List of allocation rows.
{
"batchId": 456840,
"batchStatus": "Created"
}
Last updated
Was this helpful?