get_top_customers
Retrieve the top customers ranked by net sales within a specified date range, with an adjustable count, to prioritize key accounts for sales and collection strategies.
Instructions
Top customers by net sales — uses SMLSVC POST ParamList. Aggregates by BusinessPartnerCode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Number of customers to return (default 10) | |
| toDate | No | YYYY-MM-DD (default: today) | |
| fromDate | No | YYYY-MM-DD (default: Jan 1 this year) |