TerminateContractInput
Input fields
Optional note to capture at the point of termination.
The unique identifier of the contract to terminate.
The date until the contract remains valid. Must not be beyond the current contract end date.
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
}