Update the home section for a given employee id.

This endpoint updates the employee home section for a given employee id. The operation only updates the fields provided in the body.


Custom fields information can be provided in this operation. The API name of the custom field is required and the data format has to match with the type defined for the custom field in Kenjo.
API names start with 'c_' and the rest is composed by the trimmed name (spaces are removed).



Example:


The custom field 'pet name' belongs to the 'home' section:

{
  ...,
  "maritalStatus": "Divorced",
  "c_petname": "Boliche",
  ...
}

'pet name' is a field type 'String'. It means that if a different type of data (number or boolean) is provided then the request will return an error.

Language
URL
Click Try It! to start a request and see the response here!