latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Company

company

Updates a company.<p>Scopes: update_company</p>

patch/v{version}/companies/{id}

Path parameters

idstring required

The id of the company.

versionstring required

Request body

status'Active' | 'Inactive' | 'Demo'

The status of the company.

agent_idstring

The ID of the agent for this company.

teamsstring[]

A list of team names belonging to the agency.

open_enrollment_start_datestring
open_enrollment_end_datestring

Example request

{
  "open_enrollment_start_date": "yyyy-MM-dd",
  "open_enrollment_end_date": "yyyy-MM-dd"
}

Response

No Content