CapricornSettingsPut
Version: v1.1.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Capricorn settings put model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
auto_apply_capricorn_payments | bool | ✅ | — | — |
capricorn_payment_account | Account | ❌ | — | Account model |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
Account — v2.1.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account_id | str | ✅ | — | — |
account_name | str | ✅ | — | — |
account_code | str | ❌ | — | — |
Change history
v2.1.0· 2025-07-29 · Cian (shared account) · Added optional fieldaccount_code. (f7ce66164)v2.0.0· 2025-07-29 · Cian (shared account) · Removed fieldaccount_code(breaking). (30d86cb1e)v1.0.0· 2025-07-29 · Cian (shared account) · Initial version. (e8dbf2024)
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | PUT /newtenant/capricorn | — | src/tenant_capricorn_put.py |
Change history
v1.1.0 · 2025-07-30 · Cian (shared account) · 280953b3e
ffx
- Added optional field
capricorn_payment_account.
v1.0.0 · 2025-07-29 · Cian (shared account) · e8dbf2024
initfx
- Initial version.
Generated from
dismantly-backend/Microservices/Tenant/dependencies/models.py. Do not edit by hand.