Create a record
To create a record for a table, use the POST method. The POST body must contain a single record's data in JSON format.
Component | Description |
---|---|
HTTP method |
POST |
URL |
https://host/fmi/odata/version/database-name/table-name host – FileMaker Cloud or FileMaker Server host name version – the OData version, always v4 database-name – the name of the hosted database table-name - the name of the table Example: |
Parameters |
JSON example: Copy
Atom example: Copy
|
FileMaker information
-
Values for individual repetitions in a repeating field are provided by specifying the repetition number in brackets (for example,
Name[4]
). -
If you create a record with empty data objects in JSON format, at least one field must allow null values.
-
FileMaker global fields are read-only and cannot be updated with OData.