Create Revenue Split
The Split Revenue endpoint allows you to split revenue generated from a specific asset and product among multiple users. This endpoint calculates the revenue shares based on the provided split percentages for each user.
Method:
POST
Parameters:
Parameter | Type | Required | Description |
---|---|---|---|
asset | string | Yes | The UUID of the asset related to the revenue |
product | string | Yes | The UUID of the product related to the revenue |
type | string | No | The type of revenue (e.g., Publishing, YouTube, Live) |
startDate | string | No | The start date of the split period (inclusive) |
endDate | string | No | The end date of the split period (exclusive) |
name | string | No | The name or description of the revenue split |
conditions | array | No | Array of condition objects for split matching |
contract | string | No | Contract details |
ContractId | string | No | Contract ID |
memo | string | No | Additional notes |
split | array | Yes | An array of objects containing user shares |
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Split created successfully
The response is of type object
.