u
This commit is contained in:
2
API.md
2
API.md
@@ -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 |
|
||||
|---|---|
|
||||
|
||||
Reference in New Issue
Block a user