Files
cfw-autumn/others/python-sdk/docs/models/createentityresponse.md
2026-02-19 14:14:12 +00:00

4.2 KiB
Raw Blame History

CreateEntityResponse

OK

Fields

Field Type Required Description
autumn_id Optional[str] N/A
id Nullable[str] ✔️ The unique identifier of the entity
name Nullable[str] ✔️ The name of the entity
customer_id OptionalNullable[str] The customer ID this entity belongs to
feature_id OptionalNullable[str] The feature ID this entity belongs to
created_at float ✔️ Unix timestamp when the entity was created
env models.CreateEntityEnv ✔️ The environment (sandbox/live)
subscriptions List[models.CreateEntitySubscription] ✔️ N/A
purchases List[models.CreateEntityPurchase] ✔️ N/A
balances Dict[str, models.Balance] ✔️ N/A
invoices List[models.CreateEntityInvoice] Invoices for this entity (only included when expand=invoices)