Skip to main content

Show Employee Payout


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

Returns the specified employee payout.

Parameters

ParameterTypeDescription
idstringThe ID of the employee payout.

Response

The requested employee payout.

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