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 v4

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: /fmi/odata/v4/ContactMgmt/Contacts('ALFKI')

Parameters

JSON example:

Copy
{
  "Website": "www.example.com" 

FileMaker information