Optionalconfiguration: ConfigurationReturns a single `Contract` object based on the specified id
summary Retrieve a contractThe id of the contract you want to retrieve
Optionalrevision: numberThe optional revision number of the contract you want to retrieve
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Delete a contract
Optionalid: numberOptionaloptions: RawAxiosRequestConfig = {}Override http request option.
Used to create new contracts or link to a existing contract group
summary Create a contractOptionalcontract: ContractOptionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Update a contract
Optionalid: numberOptionalcontract: ContractOptionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Retrieve a list of all related payments
Optionallimit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optionalpage: number1-based page index for paginated results
OptionaluserId: stringThe user id to operate on their behalf (tenants only)
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Retrieve the total payments associated with a contract
Optionaloptions: RawAxiosRequestConfig = {}Override 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 contractsOptionalactiveOnly: booleanIf set to true, then this only returns active contracts
OptionallatestOnly: booleanIf set to true, then only the latest revision is sent. Defaults to true.
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
ContractsApi - axios parameter creator export