data_list_clients
Retrieve and display client information from the sales recorder system in JSON, CSV, or HTML format for business management purposes.
Instructions
Liste des Lister les clients
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"
}