Open nour3adel opened 4 hours ago
POST
Calculate payroll for a specified period.
Requires a valid API token in the header.
None
http code content-type response 200 text/plain;charset=UTF-8 YAML string
200
text/plain;charset=UTF-8
{ "id": "123", "name": "John Doe", "email": "john.doe@example.com" }
curl -X GET -H "Content-Type: application/json" http://localhost:8889/
POST
/ payroll / calculateDescription
Calculate payroll for a specified period.
Authentication
Requires a valid API token in the header.
Parameters
Responses
Example Request