Base URL
https://{tenant}.logzi.com/api/payment_demand_item/
Every request returns a JSON response. On success, result.code == 1; on failure, result.code == 0. A payment demand item represents a line of a payment demand document. This endpoint is read-only — to modify items, use the payment demand API.
/api/payment_demand_item/get
Retrieve a single payment demand item by identifier.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | int | Item identifier |
Example Request
GET /api/payment_demand_item/get?id=1
X-API-KEY: {your_api_key}
/api/payment_demand_item/list
Paginated list of payment demand items.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
list_offset | int | Pagination offset (default: 0) | |
list_condition | object | Filter conditions object |
Example Request
GET /api/payment_demand_item/list?list_offset=0
X-API-KEY: {your_api_key}
Create your account now,
pay later!