cURL
curl --request PATCH \ --url https://api.sandbox.getasset.com/v0/business/{business_id}/transactions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '[ { "transaction_id": "txn_WQMDNUHpBThYSNh4AprDBo", "type": "business", "reviewed": true } ]'
[ { "external_id": "<string>", "amount": 123, "datetime": "2023-11-07T05:31:56Z", "description": "<string>", "posted": true, "type": "business", "reviewed": true, "metadata_": {}, "id": "txn_WQMDNUHpBThYSNh4AprDBo", "external_account_id": "eac_WQMDNUHpBThYSNh4AprDBo" } ]
The access token received from the authorization server in the OAuth 2.0 flow.
The body is of type TransactionUpdateItem · object[].
TransactionUpdateItem · object[]
Successful Response
The response is of type TransactionPublic · object[].
TransactionPublic · object[]