Update transaction by account
Use this endpoint to update the description of a specific transaction according to its unique GUID.
PUT
/users/{user_identifier}/members/{member_identifier}/accounts/{account_identifier}/transactions/{transaction_identifier}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_identifier Use either the user | Required | String |
member_identifier Use either the member | Required | String |
account_identifier Use either the account | Required | String |
transaction_identifier Use either the transaction | Required | String |
Header Parameters
| Field | Required | Type |
|---|---|---|
Accept-Version MX Platform API version. | Required | String |
Request Body
Transaction object to be updated with a new description
| Field | Required | Type |
|---|---|---|
transaction | Required | Object |
Loading...