Creates a new income tax borne by employer

Request

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

Path parameters

Parameter name Value Description Additional
businessId string Required
employeeId string Required

Request body

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

{
    "basisPeriod": "int32",
    "borneByEmployeeAmount": "double",
    "borneByEmployerAmount": "double",
    "id": "int32",
    "taxBorneByEmployerType": "string"
}

Properties

Name Type Description
basisPeriod int32 Int32
borneByEmployeeAmount double Nullable
borneByEmployerAmount double Nullable
id int32 Int32
taxBorneByEmployerType string TaxBorneByEmployerType

Possible values are:

  • Fully
  • FixedAmount
  • Partially

Response

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

Status code Description Resource
200 OK

OK