Skip to main content

Show Employee Salary


GET /services/api/v1/employee_salaries/{id}

Returns the specified employee salary.

Parameters

ParameterTypeDescription
idstringThe ID of the employee salary.

Response

The requested employee salary.

{
"id": "7bBJADz2",
"employee_id": "rQ6ZV6W5",
"from": "2024-08-25",
"to": "2024-12-18",
"gross": 120000.00,
"net": 80000.00,
"created_at": "2024-10-10T13:43:56.347Z",
"updated_at": "2024-10-14T10:06:50.112Z"
}