Updates an equity grant for an employee

This endpoint updates an entry in the employee’s equity table.

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).

Path Params
string
required

Employee ID

integer
required

The entry ID to update.

Body Params
integer

ID.

string

The reason for this change.

date
required

The date this entry becomes effective.

double
required

The number of equities granted.

string
required

The type of the grant.

date

Vesting commencement date.

string

Consent number.

date

Date the equity was granted.

date

Date the options expire.

exercisePrice
object
string

Terms for exercising this grant.

string

Grant type. One of: Initial Grant, Merit Grant

number

The vesting schedule ID assigned to this grant.

double

The Grant number for employee.

string

Grant status. one of: Granted, Pending Approval

Response
200

Entry updated successfully.

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