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
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"company_uuid":"423dd616-6dbc-4724-938a-403f6217a933","naics_code":"611420","sic_codes":["8243"],"title":"Computer Training"}