Update a dependent entry for an employee

Updates an existing dependent entry for the given employee. In the Bob UI this table may appear as Children or Dependents, depending on your company configuration. Returns no content on success.

Required permissions: People's Data > Home > Manage selected employees' Home sections (or Children/Dependents table Manage when field-level permissions are enabled).

Path Params
string
required

Employee ID.

int64
required

The entry ID to update.

Body Params

Values for the dependent entry you want to update.

A dependent (children/dependents table) entry as returned in reads.

int64

The id of the dependent entry. Assigned by the system on create.

string

Dependent's first name.

string

Dependent's surname / last name.

date

Dependent's date of birth (ISO 8601 date).

string

Dependent's gender value as stored in Bob.

Responses
204

Entry updated successfully.

404

No dependent entry was found for the given employee and entry ID.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!