SpecialCancelContractInput
The input for special cancellation of a contract.
Input fields
The account number.
Requested last day of supply of the customer.
The special cancellation reason.
The supply point id of the contract.
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
{
"accountNumber": "A-1202FEDE",
"lastDayOfSupply": "1972-08-05",
"reason": "PRICE_CHANGE",
"supplyPointId": 49693274
}