---
title: "Updates an equity grant for an employee"
method: PUT
path: "/people/{id}/equities/{entry_id}"
tags: ["Employee Tables"]
---

# Updates an equity grant for an employee

`PUT /people/{id}/equities/{entry_id}`

This endpoint updates an entry in the employee’s equity table.<br> <p>Note that the entire equities entry will be overwritten with the data provided in your payload. Any columns not included in the payload will be cleared (set to empty values).</p>

## Path parameters

- `id` string, required
- `entry_id` integer, required

## Request body

- EquityEntry
  - `id` integer — ID.
  - `reason` string — The reason for this change.
  - `effectiveDate` string, date, required — The date this entry becomes effective.
  - `quantity` number, double, required — The number of equities granted.
  - `equityType` string, required — The type of the grant.
  - `vestingCommencementDate` string, date — Vesting commencement date.
  - `consentNumber` string — Consent number.
  - `grantDate` string, date — Date the equity was granted.
  - `optionExpiration` string, date — Date the options expire.
  - `exercisePrice` CurrencyValue
    - `value` number, double, required
    - `currency` string, required — Three-letter currency code.
  - `vestingTerm` string — Terms for exercising this grant.
  - `grantType` string — Grant type. One of: Initial Grant, Merit Grant
  - `vestingSchedule` number — The vesting schedule ID assigned to this grant.
  - `grantNumber` number, double — The Grant number for employee.
  - `grantStatus` string — Grant status. one of: Granted, Pending Approval

## Response `200`

Entry updated successfully.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
