cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/payroll#removeReimbursements' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "removeReimbursements", "companyId": "3A08507F-E78B-4ABF-98D8-87D382E7CE14", "payPeriodId": "505529F2-9AAF-43EB-8D2A-04852B1E4687", "userId": "5F45CFBA-4AED-41AF-B334-E02D23BA17AE", "reimbursementType": "Gym" } '
{ "removeReimbursementOnly": { "status": "Success", "message": "GYM reimbursement has been removed successfully." } }
The removeReimbursements API is used to remove reimbursement entries from an employee in a payPeriod.
removeReimbursements
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
Show child attributes