GET
/
reports#getOverTimeTypes
curl --request GET \
  --url 'https://sandbox.rollfi.xyz/reports#getOverTimeTypes' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "getOverTimeTypes"
}'
{
  "overTimeTypes": [
    "Comp off OT",
    "Holiday/ Weekend OT",
    "Preminum OT(over and above 20 Hrs )"
  ]
}

Body

application/json

Response

200
application/json

The response is of type object.