Skip to main content
The create method adds a new record to the collection.

Configuration Example

Properties:
  • fields (array): Whitelist of fields to include
  • requiredFields (array): Fields that must be provided
  • excludedFields (array): Fields to exclude from creation

Implementation Examples

File: create.rest.yml

Operation Mapping Implementation

File: create.yml

JavaScript Implementation

File: create.js

Input

Return Value