EmployeeStatus

Contains the information about the employee status.

Properties

Parameter Type Description
Key string  
Name string  

JSON Example

{
    "Key": "1",
    "Name": "Employed"
}