Custom Tables
Update custom table entry.
Provide an array of columns and their values. <br>Important: Although this is a PUT method, it behaves like a PATCH request, meaning you only need to send the fields you want to update, and any other fields will remain unchanged. <br> Values can be any of the <a href="https://apidocs.hibob.com/docs/fields-metadata#field-types">supported field types</a>.<br><br> Note: You can use Examples > Request Example option for a basic example, however, we recommend that you copy the endpoint to Postman and test more complicated structures using the JSON editor.
put/people/custom-tables/{employee_id}/{custom_table_id}/{entry_id}
Path parameters
employee_idstring required
Employee ID.
custom_table_idstring required
The ID of custom table.
entry_idstring required
The ID of custom table entry.
Request body
object[] required
Array of column IDs and their values
Response
Entry updated successfully