Skip to main content
POST
Create or replace deal splits for deals with the provided IDs. Deal split percentages for each deal must sum up to 1.0 (100%) and may have up to 8 decimal places

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
inputs
object[]
required

An array of deal split inputs

Response

successful operation

completedAt
string<date-time>
required

The timestamp indicating when the batch operation was completed, in date-time format.

results
object[]
required

An array of deal-to-deal split objects representing the results of the batch operation.

startedAt
string<date-time>
required

The timestamp indicating when the batch operation started, in date-time format.

status
enum<string>
required

The current status of the batch operation, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

A map of link names to associated URIs for additional resources or documentation.

requestedAt
string<date-time>

The timestamp indicating when the batch operation was requested, in date-time format.

Last modified on March 31, 2026