SalesPersonMetricPayload
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Shared date-range payload for salesperson analytics metric endpoints.
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
date_from | str | ✅ | — | — |
date_to | str | ✅ | — | — |
compare_date_from | str | ❌ | — | — |
compare_date_to | str | ❌ | — | — |
time_zone | str | ❌ | Pacific/Auckland | — |
sales_person | str | ❌ | — | — |
page_index | int | ❌ | 1 | — |
page_size | int | ❌ | 10 | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-06-19 · Cian (shared account) · ef23e9d24
Refactor Analytics salesperson models into dependencies and move helper
- Initial version.
Generated from
dismantly-backend/Microservices/Analytics/dependencies/models.py. Do not edit by hand.