Employees
This method allows to return a limited set of details about Employees
BODY - RAW
{
"Method": "Employees",
"Parameters": [
]
}
EXAMPLE
*/ Return the list of the employees
{
"Method": "Employees",
"Parameters": [
]
}
CLASS RETURNED
| Property | Description |
| Id | Id of the employee |
| Code | Employee code |
| LastName | Last Name of the Employee |
| FirstName | First Name of the employee |
| Group | Employee group |
| HireDate | Date of the first hiring of the Employee |
| ActivityRate | The Activity Rate is the Activity rate of the Employee at the moment the API method is called. |