Creates a new income tax borne by employer
POST http:///api/v2/business/{businessId}/employee/{employeeId}/incometaxbornebyemployer
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | |
| employeeId | string | Required | 
The request body takes a complete SgIncomeTaxBorneByEmployerModel resource, containing the following writable properties:
{
    "basisPeriod": "int32",
    "borneByEmployeeAmount": "double",
    "borneByEmployerAmount": "double",
    "id": "int32",
    "taxBorneByEmployerType": "string"
}
| Name | Type | Description | 
|---|---|---|
| basisPeriod | int32 | Int32 | 
| borneByEmployeeAmount | double | 
      Nullable | 
  
| borneByEmployerAmount | double | 
      Nullable | 
  
| id | int32 | Int32 | 
| taxBorneByEmployerType | string | 
      TaxBorneByEmployerType
      
       Possible values are: 
  | 
  
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          
Powered by DapperDox