Update interest rate record for an account during the given time period. Note that the interest_rate_id of the record will change.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

account_id
string
required
ID of the Account

Body of request to update an interest rate record.

effective_at_inclusive_start
string
required
The Date-Time start of the window for this effective interest rate

effective_at_exclusive_end
string
required
The Date-Time end of the window for this effective interest rate. The keyword 'infinity' may be used as a date later than all other dates.

interest_rate_id
number
The record identifier for an existing interest rate record

tags
object | null
Additional information pertaining to this interest rate record

tagsobject | null

```

200 Interest rate effective for an account over a given time range


``401
Unauthorized.

``403
Forbidden.

``404
Account not found

``429
Too many requests.

``default
Unexpected Error.

**Updated about 1 year ago**

---

**ShellNodeRubyPHPPython**

**Bearer**

**Base URL**

https://Contact sales to enable your sandbox/accounts/{account_id}/interest_rates

xxxxxxxxxx

curl --request PUT \

--url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//interest_rates \

--header 'accept: application/json' \

--header 'content-type: application/json'


Click `Try It!` to start a request and see the response here! Or choose an example:

**application/json**

``200

Updated about 1 year ago

---