latestSwagger 2.02026-08-0982147352.7 KB
be66ed178abe
Plan
plan renewal
Duplicates and pushes enrollments for an existing plan onto a new one using the original plan as a template.<p>Scopes: import_plan</p>
post/v{version}/plans/{id}/renew
Path parameters
idstring required
versionstring required
Request body
Example request
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd",
"available_start_date": "yyyy-MM-dd"
}Response
Success
Example response
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd",
"eligibilities": [
{
"entry_date": "yyyy-MM-dd",
"term_date": "yyyy-MM-dd"
}
]
}