Skip to main content

Input fields

cancellationReason : LeaveSupplierReason! required

The reason for cancellation.

isRevocation : Boolean

Whether this is a revocation request.

leaveSupplierType : LeaveSupplierType! required

The type of leave supplier request.

supplyEndDate : Date! required

The requested last day of supply.

supplyPointIdentifier : String! required

The market supply point identification number, MaLo number in Germany.

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

{ "cancellationReason": "NO_REASON", "isRevocation": true, "leaveSupplierType": "CANCELLATION_BY_NETWORK_OPERATOR", "supplyEndDate": "2001-02-03", "supplyPointIdentifier": "64285013" }