Update transaction
Use this endpoint to update the description of a specific transaction according to its unique GUID.
PUT
/users/{user_guid}/transactions/{transaction_guid}
Path Parameters
| Field | Required | Type |
|---|---|---|
user_guid The unique identifier for a | Required | String |
transaction_guid The unique id for a | 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...