Creates a new gains or profits employee share plan
POST http:///api/v2/business/{businessId}/employee/{employeeId}/gainsorprofitsemployeeshareplan
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | |
| employeeId | string | Required | 
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"
}
| 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: 
  | 
  
| schemeType | string | 
      SchemeType
      
       Possible values are: 
  | 
  
| uen | string | String | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          
Powered by DapperDox