Edit Forecasted Balance (by id)
PUT {{base_url}}/forecasting/v2/balances/:balanceId
Forecasted balance can be updated by calling the Edit forecasted balance
endpoint.
Path variables
Field | Type | Description |
---|---|---|
balanceId | string | Unique identifier for the balance |
Success
204 No Content
Request Body
{"date"=>"2021-07-30T03:59Z", "amount"=>"12000.00", "currency"=>"GBP", "type"=>"CREDIT"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
X-Partner-Id | string | ||
X-Api-Key | string | ||
X-Company-Id | string | ||
Authorization | string |