CreateContractInput
Input type for creating a contract.
Input fields
The party for the contract.
The sale metadata associated with the contract.
Date when the contract was signed.
The accounts impacted by this contract, supplied as a list of account numbers. This field is only applicable when the party is a business.
The terms of the contract.
Title of the contract.
Date from which the contract is valid.
Date until which the contract is valid. Leave null for open-ended contracts.
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
{
"party": PartyInput,
"sale": SalesDetailsInput,
"signedAtDate": NO_EXAMPLE_AVAILABLE,
"subject": "sister-performance-also-customer-between",
"terms": OneOfTermInput,
"title": "of-to-option-manage-visit",
"validFromDate": NO_EXAMPLE_AVAILABLE,
"validToDate": NO_EXAMPLE_AVAILABLE
}