Retrieves the details of an existing AutoRechargePreference
AutoRechargePreference response
Bad request
Unauthorized
Record not found
{- "id": "string",
- "threshold_amount": "0.00",
- "recharge_amount": "10.00",
- "enabled": false
}
Updates AutoRechargePreference with the values of the parameters passed. Any parameters not included in the request will be left unchanged.
AutoRechargePreference updated response
Bad request
Unauthorized
Record not found
{- "threshold_amount": "0.00",
- "recharge_amount": "10.00",
- "enabled": false
}
{- "id": "string",
- "threshold_amount": "0.00",
- "recharge_amount": "10.00",
- "enabled": false
}