This commit is contained in:
seb
2026-08-15 04:11:54 +02:00
parent e1a009ba5c
commit c42a14a437
7 changed files with 50 additions and 18 deletions

2
API.md
View File

@@ -296,7 +296,7 @@ No `limit` — returns all groups newer than the cursor.
### `GET /v1/customer`
Customer deltas. Only customers of customer group `1` are returned, scoped to the active shop (`vCustomer.kShop = active kShop`) and its subshop (`tInetKundeShop.kSubShop = active kShopSubshop`). Rows are ordered by `bLastChanged` ascending, and only rows with `bLastChanged <= nMaxLastChanged` of the active subshop are returned.
Customer deltas. Customers are scoped to the active shop (`vCustomer.kShop = active kShop`) and its subshop (`tInetKundeShop.kSubShop = active kShopSubshop`). Rows are ordered by `bLastChanged` ascending, and only rows with `bLastChanged > lastChangedCustomer` are returned (matching the count semantics of `/v1/init`).
| Param | Default |
|---|---|