Cash Register Close Item API

Manage and close cash register closing items

Base URL

https://{tenant}.logzi.com/api/cash_register_close_item/

Every request returns a JSON response. On success result.code == 1, on error result.code == 0. The cash register close item API manages the itemized records, grouped summary, and finalization of a cash register closing.

GET /api/cash_register_close_item/get

Retrieve a single cash register closing item.

Query parameters

ParameterTypeRequiredDescription
idintItem identifier
company_idintCompany identifier
company_user_idintUser identifier
cash_stock_idintCash register identifier
status_idintStatus identifier

Example request

GET /api/cash_register_close_item/get?id=1
X-API-KEY: {your_api_key}
GET /api/cash_register_close_item/item_list

Retrieve the detailed itemized list of cash register closing items.

No parameters required.

Example request

GET /api/cash_register_close_item/item_list
X-API-KEY: {your_api_key}
GET /api/cash_register_close_item/group_list

Retrieve the grouped summary of cash register closing items.

No parameters required.

Example request

GET /api/cash_register_close_item/group_list
X-API-KEY: {your_api_key}
GET /api/cash_register_close_item/list

Paginated list of cash register closing items.

Query parameters

ParameterTypeRequiredDescription
list_offsetintPagination offset (default: 0)
list_conditionobjectFilter criteria object

Example request

GET /api/cash_register_close_item/list?list_offset=0
X-API-KEY: {your_api_key}
POST /api/cash_register_close_item/save

Create or modify a cash register closing item.

POST fields — data object

The data object should contain the closing item details (cash register identifier, amount, payment method, date).

Example request

POST /api/cash_register_close_item/save
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "data": { "cash_stock_id": 1 } }
POST /api/cash_register_close_item/close

Finalize the cash register closing process.

POST fields — data object

The data object should contain the cash register closing details.

Example request

POST /api/cash_register_close_item/close
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "data": { "cash_stock_id": 1 } }
POST /api/cash_register_close_item/delete

Delete a cash register closing item.

POST fields — data object

The data object should contain the details of the item to delete.

Example request

POST /api/cash_register_close_item/delete
X-API-KEY: {your_api_key}
Content-Type: application/json

{ "data": { "id": 1 } }

Get in touch with us

Interested in our software? Feel free to write to us!

Need help?

If you can't find the answer and need assistance

Create your account now,
pay later!

Try it free for 3 days, no risk, no obligation!