UpdateAutoTopUpAmountInput
Input type for updating the schedule auto top up amount for for an account. Requires an account_number, ledger_id or ledger_number, and payment_amount to be provided.
Input fields
Account number to update the schedule auto top up amount for.
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.
Specifies the ledger number associated with the current schedule for updates.
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
}