v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Public API
Company

Update Company Industry Codes

Updates the industry codes associated with a company.

OAuth Scopes: company:details.write

put/api/v1/company-profile-data/industry-codes

Request body

industryIdsinteger[] required

List of industry IDs associated with the company. Currently limited to a single entry.

Response

Returns the updated list of enabled industries for the company

Example response

{
  "company_industries": [
    {
      "industryId": 4,
      "addedByCustomer": false,
      "addedByUserId": 1,
      "addedYmdt": "2021-09-01T12:00:00+00:00"
    }
  ]
}