Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationReturns a single `Contract` object based on the specified id
summary Retrieve a contractThe id of the contract you want to retrieve
Optional
revision: numberThe optional revision number of the contract you want to retrieve
Optional
options: RawAxiosRequestConfigOverride http request option.
Used to create new contracts or link to a existing contract group
summary Create a contractOptional
contract: ContractOptional
options: RawAxiosRequestConfigOverride http request option.
summary Retrieve a list of all related payments
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfigOverride http request option.
summary Retrieve the total payments associated with a contract
Optional
options: RawAxiosRequestConfigOverride http request option.
Contracts are core to the Splits API, they contain Income objects which have child terms used to specify the rules of how income should be split or sent to payees.
summary List all contractsOptional
activeOnly: booleanIf set to true, then this only returns active contracts
Optional
options: RawAxiosRequestConfigOverride http request option.
ContractsApi - object-oriented interface export ContractsApi