Skip to main content
The fieldsToApi method transforms data from your fieldsSchema format into the format required by the external API. This method is called automatically before sending data in create or update operations.

Implementation Examples

File: fields-to-api.map.yml

JavaScript Implementation

File: fields-to-api.js

Input

Return Value

The method should return an object in the format expected by the external API.

Example