Skip to main content

Fields

cancelledAt : DateTime

Date when the contract was cancelled, null if not cancelled.

identifier : NonEmptyString

Unique identifier for the contract.

lifecycle : ContractVersion

The current version information for this contract.

Notes associated with this contract.

party : ContractParty

The party (Account or Business) that entered into this contract.

rescindedAt : DateTime

Date when the contract was rescinded, null if not rescinded.

signedAt : DateTime

Date when the contract was signed.

status : ContractStatus

The status of the contract.

subject : [AccountType]

The accounts impacted by this contract.

title : String

Title of the contract.

validFrom : DateTime

Date from which the contract is valid.

validTo : DateTime

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" }