data_list_cashboxes
Retrieve and display all available cash registers from the POS system in JSON, CSV, or HTML format for inventory management and system monitoring.
Instructions
Liste des Lister les caisses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"csv",
"html"
],
"type": "string"
}
},
"type": "object"
}