Calculate allocations
Sample Calculate Allocations request:
Specifying an allocatedAmount for each allocation row will override the distribution type and will instead create amounts with the specified allocatedAmount value.
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.
Last updated