API Endpoint | Scenario | Earlier Behavior | New Behavior | API Doc Link |
POST {{api_url}}/v1/employees | New response object added for payroll info. | NA | This API will contain additional attributes (optional parameter) PayoutModel and OverTimeInclude. If custom payroll is enabled the value for both the attributes will be “-1” by default. | |
PUT {api_url}/v1/employees/{employee_id} | New response object added for payroll info. | NA | This API will contain additional attributes (optional parameter) PayoutModel and OverTimeInclude. If custom payroll is enabled the value for both the attributes will be “-1” by default. | |
GET OR GET {api_url}/v1/employees/{employee_id} | New response object added for payroll info. | NA | This API will contain additional attributes (optional parameter) PayoutModel and OverTimeInclude. If custom payroll is enabled the value for both the attributes will be “-1” by default. |