Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Body

application/json
autoAccept
boolean
required

A boolean indicating whether the contract change should be automatically accepted.

lineItemChanges
object[]
required

An array of line item changes to be applied to the contract. Each item in the array is a reference to a LineItemChangeRequest.

prorating
boolean
required

A boolean indicating whether the contract change should be prorated.

type
enum<string>
default:DIRECT
required

A string representing the type of contract change. The default and only valid value is 'DIRECT'.

Available options:
DIRECT
contractId
string
effectiveDate
string<date>

The date when the contract change becomes effective, formatted as a date string.

name
string

A string representing the name of the contract change.

Response

successful operation

deltaLineItems
object[]
required
proposedLineItems
object[]
required
Last modified on August 13, 2026