Field Mapping
Voltar para API
1
Discover all fields for a model via GET /api/v1/{model}/fields.
2
Use technical field names in API calls: partner_id, amount_total, state.
3
Relational fields return { id, name } by default; use ?expand=field_name to inline.
4
Many2many fields accept a list of IDs in the request body: { tag_ids: [1, 2, 3] }.
5
Custom fields created in Studio are immediately available via the API with no config.
Precisa de mais detalhes?
Entre em contato com o suporte Lussent ou volte à visão geral do módulo.