latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Form

generate forms

Queues a form generation request and pings the caller back with a webhook once the generation is complete.<p>Scopes: employee_navigator</p>

post/v{version}/companies/{id}/enrollment-forms

Path parameters

versionstring required
idstring required

Query parameters

idstring required

Request body

callback_urlstring required

The URL that a notification will be sent to once the report is completed. The payload will contain the URL of the report for retrieval. Example payload: { "url": "https://secure.ease.com/v2/files?foo=bar", "status": "Success" }

employee_idsstring[]

The employees to limit the forms generation to. Optional.

carrier_idsstring[]

The carriers to limit the forms generation to. Optional.

plan_idsstring[]

The plans to limit the forms generation to. Optional.

Response

Success