---
title: "Changes to Create Companies"
method: POST
path: "/crm/companies"
---

# Changes to Create Companies

`POST /crm/companies`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 18 revisions.

- **2024-09-20** `be3dc330edf3` — 153 breaking, 153 info
- **2024-08-05** `ca0fa45ebd05` — 5 breaking, 155 warning, 155 info
- **2024-08-05** `ca213ae36b7f` — 31 breaking, 24 info
- **2024-08-05** `167edd5346ec` — 23 breaking, 5 info
- **2024-08-03** `9d25bd589fe9` — 31 breaking, 23 info
- **2024-08-01** `414c3e999e0b` — 1 info

## Changes

- **2024-09-20** `be3dc330edf3` — 153 breaking, 153 info
  - removed the enum value `ACCOUNTING` of the request property `industry`
  - removed the enum value `AIRLINES_AVIATION` of the request property `industry`
  - removed the enum value `ALTERNATIVE_DISPUTE_RESOLUTION` of the request property `industry`
  - removed the enum value `ALTERNATIVE_MEDICINE` of the request property `industry`
  - removed the enum value `ANIMATION` of the request property `industry`
  - removed the enum value `APPAREL_FASHION` of the request property `industry`
  - removed the enum value `ARCHITECTURE_PLANNING` of the request property `industry`
  - removed the enum value `ARTS_AND_CRAFTS` of the request property `industry`
  - removed the enum value `AUTOMOTIVE` of the request property `industry`
  - removed the enum value `AVIATION_AEROSPACE` of the request property `industry`
  - removed the enum value `BANKING` of the request property `industry`
  - removed the enum value `BIOTECHNOLOGY` of the request property `industry`
  - removed the enum value `BROADCAST_MEDIA` of the request property `industry`
  - removed the enum value `BUILDING_MATERIALS` of the request property `industry`
  - removed the enum value `BUSINESS_SUPPLIES_AND_EQUIPMENT` of the request property `industry`
  - removed the enum value `CAPITAL_MARKETS` of the request property `industry`
  - removed the enum value `CHEMICALS` of the request property `industry`
  - removed the enum value `CIVIC_SOCIAL_ORGANIZATION` of the request property `industry`
  - removed the enum value `CIVIL_ENGINEERING` of the request property `industry`
  - removed the enum value `COMMERCIAL_REAL_ESTATE` of the request property `industry`
  - removed the enum value `COMPUTER_GAMES` of the request property `industry`
  - removed the enum value `COMPUTER_HARDWARE` of the request property `industry`
  - removed the enum value `COMPUTER_NETWORKING` of the request property `industry`
  - removed the enum value `COMPUTER_NETWORK_SECURITY` of the request property `industry`
  - removed the enum value `COMPUTER_SOFTWARE` of the request property `industry`
  - removed the enum value `CONSTRUCTION` of the request property `industry`
  - removed the enum value `CONSUMER_ELECTRONICS` of the request property `industry`
  - removed the enum value `CONSUMER_GOODS` of the request property `industry`
  - removed the enum value `CONSUMER_SERVICES` of the request property `industry`
  - removed the enum value `COSMETICS` of the request property `industry`
  - removed the enum value `DAIRY` of the request property `industry`
  - removed the enum value `DEFENSE_SPACE` of the request property `industry`
  - removed the enum value `DESIGN` of the request property `industry`
  - removed the enum value `EDUCATION_MANAGEMENT` of the request property `industry`
  - removed the enum value `ELECTRICAL_ELECTRONIC_MANUFACTURING` of the request property `industry`
  - removed the enum value `ENTERTAINMENT` of the request property `industry`
  - removed the enum value `ENVIRONMENTAL_SERVICES` of the request property `industry`
  - removed the enum value `EVENTS_SERVICES` of the request property `industry`
  - removed the enum value `EXECUTIVE_OFFICE` of the request property `industry`
  - removed the enum value `E_LEARNING` of the request property `industry`
  - …266 more
- **2024-08-05** `ca0fa45ebd05` — 5 breaking, 155 warning, 155 info
  - request property `addresses/items/address_type` was restricted to a list of enum values
  - request property `email_addresses/items/email_address_type` was restricted to a list of enum values
  - request property `email_addresses/items/owner_type` was restricted to a list of enum values
  - request property `industry` was restricted to a list of enum values
  - request property `phone_numbers/items/phone_type` was restricted to a list of enum values
  - added the new `ACCOUNTING` enum value to the `industry` response property for the response status `201`
  - added the new `AIRLINES_AVIATION` enum value to the `industry` response property for the response status `201`
  - added the new `ALTERNATIVE_DISPUTE_RESOLUTION` enum value to the `industry` response property for the response status `201`
  - added the new `ALTERNATIVE_MEDICINE` enum value to the `industry` response property for the response status `201`
  - added the new `ANIMATION` enum value to the `industry` response property for the response status `201`
  - added the new `APPAREL_FASHION` enum value to the `industry` response property for the response status `201`
  - added the new `ARCHITECTURE_PLANNING` enum value to the `industry` response property for the response status `201`
  - added the new `ARTS_AND_CRAFTS` enum value to the `industry` response property for the response status `201`
  - added the new `AUTOMOTIVE` enum value to the `industry` response property for the response status `201`
  - added the new `AVIATION_AEROSPACE` enum value to the `industry` response property for the response status `201`
  - added the new `BANKING` enum value to the `industry` response property for the response status `201`
  - added the new `BIOTECHNOLOGY` enum value to the `industry` response property for the response status `201`
  - added the new `BROADCAST_MEDIA` enum value to the `industry` response property for the response status `201`
  - added the new `BUILDING_MATERIALS` enum value to the `industry` response property for the response status `201`
  - added the new `BUSINESS_SUPPLIES_AND_EQUIPMENT` enum value to the `industry` response property for the response status `201`
  - added the new `CAPITAL_MARKETS` enum value to the `industry` response property for the response status `201`
  - added the new `CHEMICALS` enum value to the `industry` response property for the response status `201`
  - added the new `CIVIC_SOCIAL_ORGANIZATION` enum value to the `industry` response property for the response status `201`
  - added the new `CIVIL_ENGINEERING` enum value to the `industry` response property for the response status `201`
  - added the new `COMMERCIAL_REAL_ESTATE` enum value to the `industry` response property for the response status `201`
  - added the new `COMPANY` enum value to the `email_addresses/items/owner_type` response property for the response status `201`
  - added the new `COMPUTER_GAMES` enum value to the `industry` response property for the response status `201`
  - added the new `COMPUTER_HARDWARE` enum value to the `industry` response property for the response status `201`
  - added the new `COMPUTER_NETWORKING` enum value to the `industry` response property for the response status `201`
  - added the new `COMPUTER_NETWORK_SECURITY` enum value to the `industry` response property for the response status `201`
  - added the new `COMPUTER_SOFTWARE` enum value to the `industry` response property for the response status `201`
  - added the new `CONSTRUCTION` enum value to the `industry` response property for the response status `201`
  - added the new `CONSUMER_ELECTRONICS` enum value to the `industry` response property for the response status `201`
  - added the new `CONSUMER_GOODS` enum value to the `industry` response property for the response status `201`
  - added the new `CONSUMER_SERVICES` enum value to the `industry` response property for the response status `201`
  - added the new `CONTACT` enum value to the `email_addresses/items/owner_type` response property for the response status `201`
  - added the new `COSMETICS` enum value to the `industry` response property for the response status `201`
  - added the new `DAIRY` enum value to the `industry` response property for the response status `201`
  - added the new `DEFENSE_SPACE` enum value to the `industry` response property for the response status `201`
  - added the new `DESIGN` enum value to the `industry` response property for the response status `201`
  - …275 more
- **2024-08-05** `ca213ae36b7f` — 31 breaking, 24 info
  - the response property `addresses` became nullable for the status `201`
  - the response property `addresses/items/address_type` became nullable for the status `201`
  - the response property `addresses/items/city` became nullable for the status `201`
  - the response property `addresses/items/country` became nullable for the status `201`
  - the response property `addresses/items/owner_type` became nullable for the status `201`
  - the response property `addresses/items/postal_code` became nullable for the status `201`
  - the response property `addresses/items/state` became nullable for the status `201`
  - the response property `addresses/items/street_1` became nullable for the status `201`
  - the response property `addresses/items/street_2` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `email_addresses` became nullable for the status `201`
  - the response property `email_addresses/items/email_address` became nullable for the status `201`
  - the response property `email_addresses/items/email_address_type` became nullable for the status `201`
  - the response property `email_addresses/items/owner_type` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `industry` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `name` became nullable for the status `201`
  - the response property `number_of_employees` became nullable for the status `201`
  - the response property `phone_numbers` became nullable for the status `201`
  - the response property `phone_numbers/items/owner_type` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_number` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_type` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `user_id` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `field_mappings` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the endpoint scheme security `bearer` was removed from the API
  - the request property `addresses` became nullable
  - the request property `addresses/items/address_type` became nullable
  - the request property `addresses/items/city` became nullable
  - the request property `addresses/items/country` became nullable
  - the request property `addresses/items/owner_type` became nullable
  - the request property `addresses/items/postal_code` became nullable
  - the request property `addresses/items/state` became nullable
  - the request property `addresses/items/street_1` became nullable
  - …15 more
- **2024-08-05** `167edd5346ec` — 23 breaking, 5 info
  - the request property `addresses` became not nullable
  - the request property `addresses/items/address_type` became not nullable
  - the request property `addresses/items/city` became not nullable
  - the request property `addresses/items/country` became not nullable
  - the request property `addresses/items/owner_type` became not nullable
  - the request property `addresses/items/postal_code` became not nullable
  - the request property `addresses/items/state` became not nullable
  - the request property `addresses/items/street_1` became not nullable
  - the request property `addresses/items/street_2` became not nullable
  - the request property `email_addresses` became not nullable
  - the request property `email_addresses/items/email_address` became not nullable
  - the request property `email_addresses/items/email_address_type` became not nullable
  - the request property `email_addresses/items/owner_type` became not nullable
  - the request property `field_mappings` became not nullable
  - the request property `industry` became not nullable
  - the request property `name` became not nullable
  - the request property `number_of_employees` became not nullable
  - the request property `phone_numbers` became not nullable
  - the request property `phone_numbers/items/owner_type` became not nullable
  - the request property `phone_numbers/items/phone_number` became not nullable
  - the request property `phone_numbers/items/phone_type` became not nullable
  - the request property `user_id` became not nullable
  - the request property `field_mappings` became required
  - the endpoint scheme security `bearer` was added to the API
  - the response property `created_at` became required for the status `201`
  - the response property `field_mappings` became required for the status `201`
  - the response property `modified_at` became required for the status `201`
  - the response property `remote_data` became required for the status `201`
- **2024-08-03** `9d25bd589fe9` — 31 breaking, 23 info
  - the response property `addresses` became nullable for the status `201`
  - the response property `addresses/items/address_type` became nullable for the status `201`
  - the response property `addresses/items/city` became nullable for the status `201`
  - the response property `addresses/items/country` became nullable for the status `201`
  - the response property `addresses/items/owner_type` became nullable for the status `201`
  - the response property `addresses/items/postal_code` became nullable for the status `201`
  - the response property `addresses/items/state` became nullable for the status `201`
  - the response property `addresses/items/street_1` became nullable for the status `201`
  - the response property `addresses/items/street_2` became nullable for the status `201`
  - the response property `created_at` became nullable for the status `201`
  - the response property `email_addresses` became nullable for the status `201`
  - the response property `email_addresses/items/email_address` became nullable for the status `201`
  - the response property `email_addresses/items/email_address_type` became nullable for the status `201`
  - the response property `email_addresses/items/owner_type` became nullable for the status `201`
  - the response property `field_mappings` became nullable for the status `201`
  - the response property `id` became nullable for the status `201`
  - the response property `industry` became nullable for the status `201`
  - the response property `modified_at` became nullable for the status `201`
  - the response property `name` became nullable for the status `201`
  - the response property `number_of_employees` became nullable for the status `201`
  - the response property `phone_numbers` became nullable for the status `201`
  - the response property `phone_numbers/items/owner_type` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_number` became nullable for the status `201`
  - the response property `phone_numbers/items/phone_type` became nullable for the status `201`
  - the response property `remote_data` became nullable for the status `201`
  - the response property `remote_id` became nullable for the status `201`
  - the response property `user_id` became nullable for the status `201`
  - the response property `created_at` became optional for the status `201`
  - the response property `field_mappings` became optional for the status `201`
  - the response property `modified_at` became optional for the status `201`
  - the response property `remote_data` became optional for the status `201`
  - the request property `addresses` became nullable
  - the request property `addresses/items/address_type` became nullable
  - the request property `addresses/items/city` became nullable
  - the request property `addresses/items/country` became nullable
  - the request property `addresses/items/owner_type` became nullable
  - the request property `addresses/items/postal_code` became nullable
  - the request property `addresses/items/state` became nullable
  - the request property `addresses/items/street_1` became nullable
  - the request property `addresses/items/street_2` became nullable
  - …14 more
- **2024-08-01** `414c3e999e0b` — 1 info
  - the endpoint scheme security `bearer` was removed from the API

---

[Operation](https://skmtc.dev/panoratech/apis/panora-api-2/docs/crm/companies/post.md) · [API](https://skmtc.dev/panoratech/apis/panora-api-2.md) · [Page](https://skmtc.dev/panoratech/apis/panora-api-2/changes/crm/companies/post)
