Skip to main content

Arguments

input : SkipSsdPaymentInput! required

Returns

SkipSSDPayment

Skip the SSD payment for an account which is yet to enrol to Octopus as a supplier.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can access customer queries
OR Can cancel enrollment

Query Complexity

1

Examples

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.

Query

mutation SkipSsdPayment($input: SkipSsdPaymentInput!) { skipSsdPayment(input: $input) { nextPaymentAmount nextPaymentDate skippedPaymentAmount skippedPaymentDate } }

Variables

{ "input": SkipSsdPaymentInput }

Response

{ "data": { "skipSsdPayment": { "nextPaymentAmount": 35, "nextPaymentDate": "1996-04-10", "skippedPaymentAmount": 48, "skippedPaymentDate": "2005-12-23" } } }