latestSwagger 2.02026-08-0982147352.7 KB
be66ed178abe
Plan
company plan
Create a new plan for a company.<p>Scopes: import_plan</p>
post/v{version}/companies/{company_id}/plans
Path parameters
company_idstring required
Id of the company.
versionstring required
Request body
Example request
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd",
"eligibilities": [
{
"entry_date": "yyyy-MM-dd"
}
]
}Response
Success