Edit Forecasted Transaction (by id)
PUT {{base_url}}/forecasting/v2/transactions/:transactionId
Forecasted transactions can be updated by calling the Edit forecasted transaction
endpoint.
Path variables
Field | Type | Description |
---|---|---|
transactionId | string | Unique identifier for the transaction |
Success
204 No Content
Request Body
{"valueDate"=>"2021-07-30T03:59Z", "amount"=>"1500.00", "currency"=>"GBP", "type"=>"DEBIT", "merchant"=>"HMRC", "category"=>"Tax"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
X-Partner-Id | string | ||
X-Api-Key | string | ||
Authorization | string | ||
X-Company-Id | string |