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

An equity grant entry as returned in reads.

int64

The ID of the equity table entry.

double
required

The number of equities granted.

string
required

The type of the grant.

date | null

Vesting commencement date.

string | null

Consent number.

date | null

Date the equity was granted.

date | null

Date the options expire.

exercisePrice

Exercise price for the grant.

string | null

Terms for exercising this grant.

string | null

Tax plan associated with the grant.

string | null

Special terms associated with the grant.

string | null

Grant type. One of: Initial Grant, Merit Grant

int64 | null

The vesting schedule ID assigned to this grant.

double | null

The Grant number for employee.

string | null

Grant status. one of: Granted, Pending Approval

grantAmount

Total grant amount in currency.

change
object

Details of the last change to this entry.

Response
200

Entry updated successfully.

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