Set recharge limits¶
This endpoint sets the minimum and maximum recharge limits for agencies to perform recharges:
Query parameters¶
| PARAMETERS | TYPE | REQ. | DESCRIPTION |
|---|---|---|---|
| agency_id | Integer | Yes | The unique ID of the agency |
Body¶
Request using the POST method
Body parameters¶
| PARAMETER | TYPE | REQUIRED | DESCRIPTION |
|---|---|---|---|
min_recharge_amount | Float | Yes | The minimum recharge amount allowed for the agency. |
max_recharge_amount | Float | Yes | The maximum recharge amount allowed for the agency. |