cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/benefits#removeEmployeeBenefits' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "removeEmployeeBenefits", "benefitEmployeeElection": { "userId": "7B0AAA79-FDC5-4630-A10E-F9A87A35C780", "benefitType": "Medical", "effectiveMonth": "December 2024" } } '
{ "Benefits": { "status": "Ready", "message": "The Benefits for Medical has been removed successfully.", "benefitType": "Medical" } }
The removeEmployeeBenefits API removes an employee’s enrollment from specific benefit plans.
removeEmployeeBenefits
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
"addUserBankAccount"
Show child attributes
40
25