Employee Create - Masterlist

Output the master list for strict values in "Create New Employee" API.

Request

GET ../api/v1/client/employee/create/masterlist

Response

Status code
Message
Data

200

Success

Refer Response Data

Response Data

{
    "nationalities": {
        "text": "string"
    },
    "banks": {
        "text": "string"
    },
    "employmentType": "string",
    "workerStatus": "string",
    "residenceType": "string",
    "maritalStatus": "string",
    "socsoType": "string",
    "isEnabledForTimesheets": "string",
    "paySchedule": "string",
    "payCategory": "string",
    "title": "string",
    "gender": "string",
    "residentialAddressType": "string",
    "eisExempt": "string",
    "pcbTaxBorne": "string",
    "paySlipNotificationType": "string",
    "employingEntities": {
        "text": int32
    },
    "leaveTemplates": {
        "text": "string"
    },
    "locations": {
        "text": "string"
    }
}

Last updated