Codat · Example Payload

Codat Create Bank Transactions Example

Unified-API

Codat Create Bank Transactions Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "create-bank-transactions",
  "method": "POST",
  "path": "/companies/{companyId}/connections/{connectionId}/push/bankAccounts/{accountId}/bankTransactions",
  "summary": "Create bank transactions",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Xero",
      "example": {
        "accountId": "49cd5a42-b311-4750-9361-52e2ed1d4653",
        "transactions": [
          {
            "id": "716422529",
            "date": "2023-08-22T10:21:00",
            "description": "Repayment of Credit Card",
            "counterparty": "Bank of Example",
            "reference": "Ref-12345",
            "reconciled": true,
            "amount": 100,
            "balance": 100,
            "transactionType": "Credit"
          },
          {
            "id": "716422530",
            "date": "2023-08-22T10:22:00",
            "description": "Amazon Purchase",
            "counterparty": "Amazon",
            "reference": "Ref-12346",
            "reconciled": false,
            "amount": -100,
            "balance": 0,
            "transactionType": "Debit"
          },
          {
            "id": "716422531",
            "date": "2023-08-22T10:23:00",
            "description": "Office Supplies",
            "counterparty": "Office Mart",
            "reference": "Ref-12347",
            "reconciled": false,
            "amount": -60,
            "balance": -60,
            "transactionType": "Debit"
          }
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "QuickBooks Online Bank Feeds",
      "example": {
        "accountId": "49cd5a42-b311-4750-9361-52e2ed1d4653",
        "transactions": [
          {
            "id": "716422529",
            "date": "2023-08-22T10:21:00",
            "description": "Repayment of Credit Card",
            "amount": 100,
            "balance": 100,
            "transactionType": "Credit"
          },
          {
            "id": "716422530",
            "date": "2023-08-22T10:22:00",
            "description": "Amazon Purchase",
            "amount": -100,
            "balance": 0,
            "transactionType": "Debit"
          },
          {
            "id": "716422531",
            "date": "2023-08-22T10:23:00",
            "description": "Office Supplies",
            "amount": -60,
            "balance": -60,
            "transactionType": "Debit"
          }
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "FreeAgent",
      "example": {
        "accountId": "49cd5a42-b311-4750-9361-52e2ed1d4653",
        "transactions": [
          {
            "id": "716422529",
            "date": "2023-08-22T10:21:00",
            "description": "Repayment of Credit Card",
            "amount": 100,
            "transactionType": "Credit"
          },
          {
            "id": "716422530",
            "date": "2023-08-22T10:22:00",
            "description": "Amazon Purchase",
            "amount": -100,
            "transactionType": "Debit"
          },
          {
            "id": "716422531",
            "date": "2023-08-22T10:23:00",
            "description": "Office Supplies",
            "amount": -60,
            "transactionType": "Debit"
          }
        ]
      }
    },
    {
      "contentType": "application/json",
      "name": "Sage",
      "example": {
        "accountId": "49cd5a42-b311-4750-9361-52e2ed1d4653",
        "transactions": [
          {
            "id": "716422529",
            "date": "2023-08-22T10:21:00",
            "description": "Repayment of Credit Card",
            "counterparty": "Bank of Example",
            "reference": "Ref-12345",
            "amount": 100,
            "balance": 100,
            "transactionType": "Credit"
          },
          {
            "id": "716422530",
            "date": "2023-08-22T10:22:00",
            "description": "Amazon Purchase",
            "counterparty": "Amazon",
            "reference": "Ref-12346",
            "amount": -100,
            "balance": 0,
            "transactionType": "Debit"
          },
          {
            "id": "716422531",
            "date": "2023-08-22T10:23:00",
            "description": "Office Supplies",
            "counterparty": "Office Mart",
            "reference": "Ref-12347",
            "amount": -60,
            "balance": -60,
            "transactionType": "Debit"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/codat-create-bank-transactions-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.