v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
Transactions

Update transactions in bulk

Updates the synchronization status, additional info or custom attribute values of several transactions in a single call, identified by id. Only the fields you send are changed. Entries whose id does not match any transaction are silently skipped — the call still returns 200 for the whole batch.

patch/transactions/{companyId}

Path parameters

companyIdstring required

Request body

Example request

{
  "data": [
    {
      "attributes": [
        {
          "customId": "cost-center",
          "value": "Marketing",
          "valueCustomId": "marketing"
        }
      ]
    }
  ]
}

Response

Successful Response