POST
/
payroll#deactivatePaySchedule
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/payroll#deactivatePaySchedule' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "deactivatePaySchedule",
  "payScheduleId": "141D6357-CB56-42C9-951D-E80E10C5853A"
}'
{
  "PaySchedule": {
    "PayScheduleID": "1F67BE13-4E3E-4578-AC25-5660DFDE9E39",
    "Status": "InActive",
    "Message": "The PaySchedule has been deactivated successfully."
  }
}

Body

application/json

Response

200
application/json

The response is of type object.