Base URL
https://{tenant}.logzi.com/api/cash_stock_move/
Every request returns a JSON response. On success result.code == 1, on error result.code == 0. Cash stock moves are read-only — moves are generated automatically when cash documents and other financial events are recorded.
/api/cash_stock_move/get
Retrieve a single cash stock move by identifier.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | Cash stock move unique identifier |
Example request
GET /api/cash_stock_move/get?id=50
X-API-KEY: {your_api_key}
/api/cash_stock_move/list
Retrieve a paginated list of cash stock moves with filtering options.
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list_offset | int | Pagination offset (default: 0) | |
list_condition | object | Filter conditions object |
Example request
GET /api/cash_stock_move/list?list_offset=0
X-API-KEY: {your_api_key}
Create your account now,
pay later!