Skip to main content

Input fields

accountNumber : String! required

Account number to update the schedule auto top up amount for.

ledgerId : Int

Specifies the ledger ID associated with the current schedule for updates.

Deprecation
The 'ledgerId' field is deprecated.

Please use 'ledgerNumber' instead. This is in the form of 'L-123456789A'

- Marked as deprecated on 2024-10-22.
- Scheduled for removal on or after 2025-06-25.
ledgerNumber : String

Specifies the ledger number associated with the current schedule for updates.

paymentAmount : Int! required

The new auto-top-up amount for the payment schedule.

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-48E0669C", "ledgerNumber": "full-situation-what-once-bit", "paymentAmount": 84 }