---
title: "POST /api/Transactions"
method: POST
path: "/api/Transactions"
tags: ["Transactions"]
---

# POST /api/Transactions

`POST /api/Transactions`

## Request body

- TransactionRequest
  - `from` string, date-time, nullable
  - `to` string, date-time, nullable
  - `categoryId` string, uuid, nullable
  - `limit` integer, nullable
  - `amountFrom` number, double, nullable
  - `amountTo` number, double, nullable
  - `onlyDiscounts` boolean
  - `type` integer, nullable
  - `wasSeenByShopper` boolean, nullable
  - `wasSeenByCashier` boolean, nullable
  - `source` integer, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/skipcash/apis/skipcash-api.md) · [All operations](https://skmtc.dev/skipcash/apis/skipcash-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skipcash/skipcash-api/revisions/6d8bb4bacc01/schema)
