Update Transaction by Account
Use this endpoint to update a specific transaction according to its unique GUID.
PUT
/users/{user_guid}/members/{member_guid}/accounts/{account_guid}/transactions/{transaction_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
member_guid The unique id for a | Required | String |
account_guid The unique id for an | Required | String |
transaction_guid The unique id for a | Required | String |
Request Body
Transaction object to be updated
| Field | Required | Type |
|---|---|---|
transaction | Required | Object |
Loading...