cURL
curl --request GET \ --url 'https://sandbox.rollfi.xyz/reports#getOverTimeTypes' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "getOverTimeTypes" }'
{ "overTimeTypes": [ "Comp off OT", "Holiday/ Weekend OT", "Preminum OT(over and above 20 Hrs )" ] }
This API is for get the Pay begin dates for Monthly and SemiMonthly.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object