Update a company industry selection

PUT {{baseUrl}}/v1/companies/:company_id/industry_selection

Update the company industry selection by passing in industry classification codes: NAICS code, SICS code and industry title. Our UI is leveraging Middesk API to determine industry classification codes.

scope: companies:write

Request Body

{"title"=>"<string>", "naics_code"=>"<string>", "sic_codes"=>["<string>", "<string>"]}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;company_uuid&quot;:&quot;423dd616-6dbc-4724-938a-403f6217a933&quot;,&quot;naics_code&quot;:&quot;611420&quot;,&quot;sic_codes&quot;:[&quot;8243&quot;],&quot;title&quot;:&quot;Computer Training&quot;}