Update a record with an image or PDF container field with binary data
The request in this table updates the value in a photo field of a Contacts record using the PATCH method with binary GIF bytes (unstructured) in the body of the request. The content type header must specify the type of data contained in the body (image/gif, image/png, image/jpeg, image/tiff, or application/pdf).
Component | Description |
---|---|
HTTP method |
PATCH |
URL |
https://host/fmi/odata/version/database-name/table-name (primary-key-value)/field-name 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 field-name - the name of the container field Example: |
Parameters |
|