PrimaryPerson
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PrimaryPerson model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
primary_person_id | str | ✅ | — | — |
primary_person_first_name | str | ❌ | — | — |
primary_person_last_name | str | ❌ | — | — |
primary_person_email | str | ❌ | — | — |
position | Position (SALES, ACCOUNTS, MANAGER) | ❌ | — | Primary contact position |
include_in_emails | bool | ❌ | False | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2026-02-16 · Cian (shared account) · 8d964d247
Add PrimaryPerson model and Position enum for Xero microservice
- Initial version.
Generated from
dismantly-backend/Microservices/Xero/dependencies/models.py. Do not edit by hand.