Pleo · Example Payload

Pleo Accounting Entry Example

Team lunch — Noma Restaurant

Q2-Marketing

Pleo Accounting Entry Example is an example object payload from Pleo, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcompanyIdemployeeIdaccountIdaccountCodebookkeepingDateexportStatusfamilysubFamilyamountdescriptiontaxAmounttaxCodetagshasReceiptsreceiptCountcreatedAtupdatedAt

Example Payload

Raw ↑
{
  "id": "ae-01HXYZ5555",
  "companyId": "cmp-01HXYZ1111",
  "employeeId": "emp-01HXYZ2222",
  "accountId": "bk-acc-01HXYZ9999",
  "accountCode": "6010",
  "bookkeepingDate": "2026-06-10",
  "exportStatus": "READY",
  "family": "PURCHASE",
  "subFamily": "CARD",
  "amount": {
    "value": 12500,
    "currency": "EUR",
    "decimalDigits": 2
  },
  "description": "Team lunch — Noma Restaurant",
  "taxAmount": {
    "value": 2500,
    "currency": "EUR",
    "decimalDigits": 2
  },
  "taxCode": {
    "id": "tc-01HXYZ7777",
    "code": "VAT25",
    "rate": 25.0
  },
  "tags": [
    {
      "id": "tag-01HXYZ3333",
      "name": "Q2-Marketing",
      "tagGroupId": "tg-01HXYZ4444"
    }
  ],
  "hasReceipts": true,
  "receiptCount": 1,
  "createdAt": "2026-06-10T12:34:56Z",
  "updatedAt": "2026-06-11T08:00:00Z"
}

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/pleo-accounting-entry-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.