v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Employee Tables

Updates an equity grant for an employee

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>

put/people/{id}/equities/{entry_id}

Path parameters

idstring required

Employee ID

entry_idinteger required

The entry ID to update.

Request body

idinteger

ID.

reasonstring

The reason for this change.

effectiveDatestring date required

The date this entry becomes effective.

quantitynumber double required

The number of equities granted.

equityTypestring required

The type of the grant.

vestingCommencementDatestring date

Vesting commencement date.

consentNumberstring

Consent number.

grantDatestring date

Date the equity was granted.

optionExpirationstring date

Date the options expire.

vestingTermstring

Terms for exercising this grant.

grantTypestring

Grant type. One of: Initial Grant, Merit Grant

vestingSchedulenumber

The vesting schedule ID assigned to this grant.

grantNumbernumber double

The Grant number for employee.

grantStatusstring

Grant status. one of: Granted, Pending Approval

Response

Entry updated successfully.