Sets the Statutory Settings for the business
POST http:///api/v2/business/{businessId}/statutorysettings
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| businessId | string | Required |
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"
}
| Name | Type | Description |
|---|---|---|
| additionalEpfAmount | double |
Nullable |
| additionalEpfType | string |
Nullable Possible values are:
|
| applyBookletOptionToAllEmployees | boolean |
Nullable |
| bookletOption | string |
Nullable Possible values are:
|
| eNumber | string | String |
| eisEnabled | boolean |
Nullable |
| epfNumber | string | String |
| hrdfStatus | string |
Nullable Possible values are:
|
| 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 |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
MyBusinessStatutorySettingsModel |
Powered by DapperDox