Creates a new gains or profits employee share plan

Request

POST https://apisg.yourpayroll.io/api/v2/business/{businessId}/employee/{employeeId}/gainsorprofitsemployeeshareplan

Path parameters

Parameter name Value Description Additional
businessId string Required
employeeId string Required

Request body

The request body takes a complete SgGainsOrProfitsEmployeeSharePlanModel resource, containing the following writable properties:

{
    "basisPeriod": "int32",
    "companyName": "string",
    "exercisePriceAmount": "double",
    "exerciseVestingDate": "date-time",
    "grantDate": "date-time",
    "id": "int32",
    "incorporationDate": "date-time",
    "marketValuePerShareDateOfExerciseVestingAmount": "double",
    "marketValuePerShareDateOfGrantAmount": "double",
    "numberOfSharesAcquired": "double",
    "planType": "string",
    "schemeType": "string",
    "uen": "string"
}

Properties

Name Type Description
basisPeriod int32 Int32
companyName string String
exercisePriceAmount double Nullable
exerciseVestingDate date-time Nullable
grantDate date-time Nullable
id int32 Int32
incorporationDate date-time Nullable
marketValuePerShareDateOfExerciseVestingAmount double Nullable
marketValuePerShareDateOfGrantAmount double Nullable
numberOfSharesAcquired double Nullable
planType string PlanType

Possible values are:

  • ESOP
  • ESOW
schemeType string SchemeType

Possible values are:

  • EEBRScheme
  • ERISSME
  • ERISAll
  • ERISStartup
uen string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK