cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/benefits#removeCompanyBenefits' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "method": "updateUserBankAccount", "benefitCompanyElection": { "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "benefitType": "<string>", "effectiveMonth": "<string>" } } '
{ "Benefits": { "status": "<string>", "benefitType": "<string>", "message": "<string>" } }
The removeCompanyBenefits API removes company-wide benefit plans.
removeCompanyBenefits
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
updateUserBankAccount
"updateUserBankAccount"
Show child attributes
40
25