POST
/
benefits#addCompanyBenefits
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/benefits#addCompanyBenefits' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "addCompanyBenefits",
  "benefitCompanyElection": {
    "companyId": "0BD1DCDE-64CF-440F-A552-9C4AA356BAAF",
    "benefitType": "Medical",
    "effectiveMonth": "March 2025"
  }
}'
{
  "summary": "Success",
  "value": {
    "Benefits": {
      "status": "Ready",
      "message": "The Benefits for Medical has been saved successfully.",
      "benefitType": "Medical"
    }
  }
}

Body

application/json
method
string
required
benefitCompanyElection
object
required

Response

200
application/json
Benefits
object
required