ContractDetails
Details of a contract excluding terms.
Fields
Date when the contract was cancelled, null if not cancelled.
Unique identifier for the contract.
The current version information for this contract.
Notes associated with this contract.
The party (Account or Business) that entered into this contract.
Date when the contract was rescinded, null if not rescinded.
Date when the contract was signed.
The status of the contract.
The accounts impacted by this contract.
Title of the contract.
Date from which the contract is valid.
Date until which the contract is valid, null if the contract is rolling.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"cancelledAt": "2012-12-10T03:24:49.253834+00:00",
"identifier": "87919700",
"lifecycle": ContractVersion,
"notes": [ContractNoteType],
"party": AccountType,
"rescindedAt": "2009-04-12T01:58:21.935765+00:00",
"signedAt": "2000-04-04T16:13:34.987492+00:00",
"status": "REVOKED",
"subject": [AccountType],
"title": "around-for-real-population-speech",
"validFrom": "2020-06-11T08:21:13.013535+00:00",
"validTo": "1987-11-05T12:20:43.447770+00:00"
}