Update a record
To update a record, use an HTTP PATCH method with the record that you want to update in the URL.
Component | Description |
---|---|
HTTP method |
PATCH |
URL |
https://host/fmi/odata/version/database-name/table-name (primary-key-value) host – FileMaker Cloud or FileMaker Server host name version – the OData version, always database-name – the name of the hosted database table-name - the name of the table primary-key-value - the unique identifier value of the record Example: |
Parameters |
JSON example: Copy
|
FileMaker information
-
Container values are updated either by providing a base64-encoded value as described in Update a record with an image or PDF container field, or by providing the binary data described in Update a record with an image or PDF container field with binary data.
-
Values for individual repetitions of repeating fields are provided by specifying the repetition index in brackets (for example,
Name[4]
). Specifying a repetition of a container field is not supported when updating a record. -
You can update multiple records by specifying
$filter
criteria.