Sets the Statutory Settings for the business

Request

POST https://apimy.yourpayroll.io/api/v2/business/{businessId}/statutorysettings

Path parameters

Parameter name Value Description Additional
businessId string Required

Request body

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

{
    "additionalEpfAmount": "double",
    "additionalEpfType": "string",
    "applyBookletOptionToAllEmployees": "boolean",
    "bookletOption": "string",
    "eNumber": "string",
    "eisEnabled": "boolean",
    "epfNumber": "string",
    "hrdfStatus": "string",
    "itn": "string",
    "lhdnmBranch": "string",
    "nameOfOfficer": "string",
    "officerDesignation": "string",
    "officerEmail": "string",
    "officerIdNumber": "string",
    "officerPhoneNumber": "string",
    "serialNo": "string",
    "socsoNumber": "string",
    "zakatNumber": "string"
}

Properties

Name Type Description
additionalEpfAmount double Nullable
additionalEpfType string Nullable

Possible values are:

  • Fixed
  • PercentageOfGrossPay
applyBookletOptionToAllEmployees boolean Nullable
bookletOption string Nullable

Possible values are:

  • Automatic
  • ReducedRate
  • RegularRate
eNumber string String
eisEnabled boolean Nullable
epfNumber string String
hrdfStatus string Nullable

Possible values are:

  • NotEligible
  • Voluntary
  • Mandatory
itn string String
lhdnmBranch string String
nameOfOfficer string String
officerDesignation string String
officerEmail string String
officerIdNumber string String
officerPhoneNumber string String
serialNo string String
socsoNumber string String
zakatNumber string String

Response

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

Status code Description Resource
200 OK

OK

MyBusinessStatutorySettingsModel