ContactModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
Xero Contact model for validation
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
contact_id | str | ✅ | — | — |
contact_name | str | ✅ | — | — |
type | str | ✅ | — | — |
status | str | ✅ | — | — |
error | str | ❌ | — | — |
updated_at | str | ✅ | — | — |
created_at | str | ✅ | — | — |
xero_contact_id | str | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-12-24 · Olaniyi Ajayi · b66872642
Add new Xero models for Contact, Account, and Credit Note, enhancing validation capabilities. Update date handling in validation monitoring scripts to use timezone-aware datetime for accurate reporting.
- Initial version.
Generated from
dismantly-backend/Microservices/Xero/dependencies/models.py. Do not edit by hand.