GetSalesPersonSales
Version: v1.3.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
GetSalesPersonSales model
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 | — |
only_include_parts | bool | ❌ | False | — |
remove_credit_notes | bool | ❌ | False | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | GET /newanalytics/salesBySalesChannel | — | src/sales_by_sales_channel.py |
Change history
v1.3.0 · 2026-06-10 · Olaniyi Ajayi · da4f2813b
init
- Added optional field
compare_date_from. - Added optional field
compare_date_to.
v1.2.0 · 2025-07-28 · Cian (shared account) · 5d43a8766
int
- Added optional field
remove_credit_notes.
v1.1.0 · 2025-04-03 · Cian (shared account) · 31defbd35
ok
- Added optional field
only_include_parts.
v1.0.0 · 2025-03-31 · Cian (shared account) · f509aea3a
analytics
- Initial version.
Generated from
dismantly-backend/Microservices/Analytics/dependencies/models.py. Do not edit by hand.