Skip to main content

Input fields

contractNote : ContractNoteInput

Optional note to capture at the point of termination.

identifier : NonEmptyString! required

The unique identifier of the contract to terminate.

validToDate : IndustryMidnightAlignedDateField! required

The date until the contract remains valid. Must not be beyond the current contract end date.

waiveExitFee : Boolean

Whether to waive any exit fees associated with the contract or not.

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

{ "contractNote": ContractNoteInput, "identifier": "63327055", "validToDate": NO_EXAMPLE_AVAILABLE, "waiveExitFee": true }