Skip to main content

Input fields

party : PartyInput! required

The party for the contract.

sale : SalesDetailsInput! required

The sale metadata associated with the contract.

signedAtDate : IndustryMidnightAlignedDateField! required

Date when the contract was signed.

subject : [NonEmptyString!]

The accounts impacted by this contract, supplied as a list of account numbers. This field is only applicable when the party is a business.

terms : [OneOfTermInput!]! required

The terms of the contract.

title : NonEmptyString

Title of the contract.

validFromDate : IndustryMidnightAlignedDateField! required

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 }