KASAmax API
  1. Webhooks
  • Shoptet
    • feed
      GET
  • Stockholding
    • Stocks
      • export (all)
      • export (unit)
    • Movements
      • list
  • AddressBook
    • Client
      • get
      • import
  • Assortment
    • PriceList
    • Coupon
    • import
      POST
  • Webhooks
    • CashFlow
    • Sale
    • ClientPoints
  • Schemas
    • Common
      • Address
      • Discount
      • Company
      • Amount
      • DiscountType
      • Result
      • PriceInput
      • MeasureUnit
      • ExportType
    • Assortment
      • CouponUsage
      • CouponActivation
      • CouponValidity
      • CouponType
      • CouponOperation
    • AddressBook
      • Benefits
      • ArticleGroupDiscount
    • Accounting
      • ReceiptState
      • PaymentType
  1. Webhooks

CashFlow

Webhook
POST
CashFlow

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
    "timestamp": "string",
    "event": "accounting.cash.flow",
    "accountId": "string",
    "data": {
        "amount": 0,
        "note": "string",
        "localId": "string",
        "balance": 0,
        "cashier": {
            "localId": "string"
        },
        "device": {
            "localId": "string",
            "uuid": "string"
        }
    }
}'
Response Response Example
{}
Modified at 2026-03-19 19:33:25
Previous
import
Next
Sale
Built with