Skip to main content

Input fields

accountNumber : String! required

The Kraken account number.

futureBillingAddress : RichAddressInput

Future billing address.

idempotencyKey : String

Optional idempotency key to prevent duplicate journey creation on retry.

isHouseMove : Boolean

Whether this leave supplier is part of a house move.

requestedSupplyEndDate : Date! required

The requested last day of supply.

The type of leave supplier process to initiate.

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-9073F355", "futureBillingAddress": RichAddressInput, "idempotencyKey": "score-voice-research-money-that", "isHouseMove": true, "marketData": LeaveSupplierMarketInputType, "requestedSupplyEndDate": "2010-11-20", "subtype": "MOVE_OUT" }