Skip to main content

Fields

detailedReason : JpnLeaveSupplierProcessDataDetailedReason! required

Detailed reason for leaving the supplier.

finalBillPayerAddress : RichAddressType

The address where final payment bill is sent.

futureBillingAddress : RichAddressType

The future billing address for the customers account.

The market data associated with the process.

params : JSONString! required

Additional market-agnostic parameters for the leave supplier process.

Reason for leaving the supplier.

requestedAt : DateTime

The time at which the process was initiated.

requestedSupplyEndDate : Date

The requested supply end date.

waiveExitFee : Boolean

Whether the exit fee is to be waived.

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

{ "detailedReason": "MOVING", "finalBillPayerAddress": RichAddressType, "futureBillingAddress": RichAddressType, "marketData": LeaveSupplierMarketOutputType, "params": {"key": "value"}, "reason": "CONSUMER_REQUEST", "requestedAt": "1994-09-20T02:31:00.370359+00:00", "requestedSupplyEndDate": "2014-05-23", "waiveExitFee": true }