Lussent
Core Docs
V15.0 (LUSSENT EDITION)

Field Mapping

Back to 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.

Need more detail?

Contact Lussent support or return to the module overview.

Module Docs