updatePaymentSchedulePaymentDay
Update monthly Direct Debit payment day. Permitted values: 1-28. Not available for business accounts
This field requires the Authorization header to be set.
Arguments
Returns
UpdatePaymentSchedulePaymentDayOutput type of the updatePaymentSchedulePaymentDay mutation.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-1145: Account/user details do not match.
- KT-CT-3923: Unauthorized.
- KT-CT-7899: An internal error occurred.
- KT-DE-3910: Invalid data.
- KT-DE-3913: Invalid data.
- KT-DE-3919: A payment schedule for a time-of-use tariff cannot be updated.
- KT-DE-3920: No active or pending agreement found.
- KT-DE-3922: Invalid data.
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.
mutation UpdatePaymentSchedulePaymentDay($input: UpdatePaymentSchedulePaymentDayInput!) {
updatePaymentSchedulePaymentDay(input: $input) {
paymentSchedule {
...PaymentScheduleTypeFragment
}
}
}
Variables
{
"input": UpdatePaymentSchedulePaymentDayInput
}
Response
{
"data": {
"updatePaymentSchedulePaymentDay": {
"paymentSchedule": PaymentScheduleType
}
}
}