crm/companies

Create Companies

Create Companies in any supported CRM software

post/crm/companies

Query parameters

remote_databoolean

Set to true to include data from the original CRM software.

Headers

x-connection-tokenstring required

The connection token

Request body

namestring nullable required

The name of the company

industrystring nullable

The industry of the company. Authorized values can be found in the Industry enum.

number_of_employeesnumber nullable

The number of employees of the company

user_idstring nullable

The UUID of the user who owns the company

field_mappingsobject nullable

The custom field mappings of the company between the remote 3rd party & Panora

Example request

{
  "name": "Acme",
  "industry": "ACCOUNTING",
  "number_of_employees": 10,
  "user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "email_addresses": [
    {
      "email_address": "acme@gmail.com",
      "email_address_type": "WORK"
    }
  ],
  "addresses": [
    {
      "street_1": "5th Avenue",
      "city": "New York",
      "state": "NY",
      "country": "USA",
      "address_type": "WORK"
    }
  ],
  "phone_numbers": [
    {
      "phone_number": "+33660606067",
      "phone_type": "WORK"
    }
  ],
  "field_mappings": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  }
}

Response

namestring nullable required

The name of the company

industrystring nullable

The industry of the company. Authorized values can be found in the Industry enum.

number_of_employeesnumber nullable

The number of employees of the company

user_idstring nullable

The UUID of the user who owns the company

field_mappingsobject nullable

The custom field mappings of the company between the remote 3rd party & Panora

idstring nullable

The UUID of the company

remote_idstring nullable

The id of the company in the context of the Crm 3rd Party

remote_dataobject nullable

The remote data of the company in the context of the Crm 3rd Party

created_atobject nullable

The created date of the object

modified_atobject nullable

The modified date of the object

Example response

{
  "name": "Acme",
  "industry": "ACCOUNTING",
  "number_of_employees": 10,
  "user_id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "email_addresses": [
    {
      "email_address": "acme@gmail.com",
      "email_address_type": "WORK"
    }
  ],
  "addresses": [
    {
      "street_1": "5th Avenue",
      "city": "New York",
      "state": "NY",
      "country": "USA",
      "address_type": "WORK"
    }
  ],
  "phone_numbers": [
    {
      "phone_number": "+33660606067",
      "phone_type": "WORK"
    }
  ],
  "field_mappings": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  },
  "id": "801f9ede-c698-4e66-a7fc-48d19eebaa4f",
  "remote_id": "id_1",
  "remote_data": {
    "fav_dish": "broccoli",
    "fav_color": "red"
  }
}

Changes

Changed in 6 of the 18 revisions of this API.243155361

  • be3dc330edf3153153See the full diff
    • removed the enum value ACCOUNTING of the request property

      request-property-enum-value-removed

    • removed the enum value AIRLINES_AVIATION of the request property

      request-property-enum-value-removed

    • removed the enum value ALTERNATIVE_DISPUTE_RESOLUTION of the request property

      request-property-enum-value-removed

    • removed the enum value ALTERNATIVE_MEDICINE of the request property

      request-property-enum-value-removed

    • removed the enum value ANIMATION of the request property

      request-property-enum-value-removed

    • removed the enum value APPAREL_FASHION of the request property

      request-property-enum-value-removed

    • removed the enum value ARCHITECTURE_PLANNING of the request property

      request-property-enum-value-removed

    • removed the enum value ARTS_AND_CRAFTS of the request property

      request-property-enum-value-removed

    • removed the enum value AUTOMOTIVE of the request property

      request-property-enum-value-removed

    • removed the enum value AVIATION_AEROSPACE of the request property

      request-property-enum-value-removed

    • removed the enum value BANKING of the request property

      request-property-enum-value-removed

    • removed the enum value BIOTECHNOLOGY of the request property

      request-property-enum-value-removed

    • removed the enum value BROADCAST_MEDIA of the request property

      request-property-enum-value-removed

    • removed the enum value BUILDING_MATERIALS of the request property

      request-property-enum-value-removed

    • removed the enum value BUSINESS_SUPPLIES_AND_EQUIPMENT of the request property

      request-property-enum-value-removed

    • removed the enum value CAPITAL_MARKETS of the request property

      request-property-enum-value-removed

    • removed the enum value CHEMICALS of the request property

      request-property-enum-value-removed

    • removed the enum value CIVIC_SOCIAL_ORGANIZATION of the request property

      request-property-enum-value-removed

    • removed the enum value CIVIL_ENGINEERING of the request property

      request-property-enum-value-removed

    • removed the enum value COMMERCIAL_REAL_ESTATE of the request property

      request-property-enum-value-removed

    • removed the enum value COMPUTER_GAMES of the request property

      request-property-enum-value-removed

    • removed the enum value COMPUTER_HARDWARE of the request property

      request-property-enum-value-removed

    • removed the enum value COMPUTER_NETWORKING of the request property

      request-property-enum-value-removed

    • removed the enum value COMPUTER_NETWORK_SECURITY of the request property

      request-property-enum-value-removed

    • removed the enum value COMPUTER_SOFTWARE of the request property

      request-property-enum-value-removed

    • removed the enum value CONSTRUCTION of the request property

      request-property-enum-value-removed

    • removed the enum value CONSUMER_ELECTRONICS of the request property

      request-property-enum-value-removed

    • removed the enum value CONSUMER_GOODS of the request property

      request-property-enum-value-removed

    • removed the enum value CONSUMER_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value COSMETICS of the request property

      request-property-enum-value-removed

    • removed the enum value DAIRY of the request property

      request-property-enum-value-removed

    • removed the enum value DEFENSE_SPACE of the request property

      request-property-enum-value-removed

    • removed the enum value DESIGN of the request property

      request-property-enum-value-removed

    • removed the enum value EDUCATION_MANAGEMENT of the request property

      request-property-enum-value-removed

    • removed the enum value ELECTRICAL_ELECTRONIC_MANUFACTURING of the request property

      request-property-enum-value-removed

    • removed the enum value ENTERTAINMENT of the request property

      request-property-enum-value-removed

    • removed the enum value ENVIRONMENTAL_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value EVENTS_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value EXECUTIVE_OFFICE of the request property

      request-property-enum-value-removed

    • removed the enum value E_LEARNING of the request property

      request-property-enum-value-removed

    • removed the enum value FACILITIES_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value FARMING of the request property

      request-property-enum-value-removed

    • removed the enum value FINANCIAL_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value FINE_ART of the request property

      request-property-enum-value-removed

    • removed the enum value FISHERY of the request property

      request-property-enum-value-removed

    • removed the enum value FOOD_BEVERAGES of the request property

      request-property-enum-value-removed

    • removed the enum value FOOD_PRODUCTION of the request property

      request-property-enum-value-removed

    • removed the enum value FUND_RAISING of the request property

      request-property-enum-value-removed

    • removed the enum value FURNITURE of the request property

      request-property-enum-value-removed

    • removed the enum value GAMBLING_CASINOS of the request property

      request-property-enum-value-removed

    • removed the enum value GLASS_CERAMICS_CONCRETE of the request property

      request-property-enum-value-removed

    • removed the enum value GOVERNMENT_ADMINISTRATION of the request property

      request-property-enum-value-removed

    • removed the enum value GOVERNMENT_RELATIONS of the request property

      request-property-enum-value-removed

    • removed the enum value GRAPHIC_DESIGN of the request property

      request-property-enum-value-removed

    • removed the enum value HEALTH_WELLNESS_AND_FITNESS of the request property

      request-property-enum-value-removed

    • removed the enum value HIGHER_EDUCATION of the request property

      request-property-enum-value-removed

    • removed the enum value HOSPITALITY of the request property

      request-property-enum-value-removed

    • removed the enum value HOSPITAL_HEALTH_CARE of the request property

      request-property-enum-value-removed

    • removed the enum value HUMAN_RESOURCES of the request property

      request-property-enum-value-removed

    • removed the enum value IMPORT_AND_EXPORT of the request property

      request-property-enum-value-removed

    • removed the enum value INDIVIDUAL_FAMILY_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value INDUSTRIAL_AUTOMATION of the request property

      request-property-enum-value-removed

    • removed the enum value INFORMATION_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value INFORMATION_TECHNOLOGY_AND_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value INSURANCE of the request property

      request-property-enum-value-removed

    • removed the enum value INTERNATIONAL_AFFAIRS of the request property

      request-property-enum-value-removed

    • removed the enum value INTERNATIONAL_TRADE_AND_DEVELOPMENT of the request property

      request-property-enum-value-removed

    • removed the enum value INTERNET of the request property

      request-property-enum-value-removed

    • removed the enum value INVESTMENT_BANKING of the request property

      request-property-enum-value-removed

    • removed the enum value INVESTMENT_MANAGEMENT of the request property

      request-property-enum-value-removed

    • removed the enum value JUDICIARY of the request property

      request-property-enum-value-removed

    • removed the enum value LAW_ENFORCEMENT of the request property

      request-property-enum-value-removed

    • removed the enum value LAW_PRACTICE of the request property

      request-property-enum-value-removed

    • removed the enum value LEGAL_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value LEGISLATIVE_OFFICE of the request property

      request-property-enum-value-removed

    • removed the enum value LEISURE_TRAVEL_TOURISM of the request property

      request-property-enum-value-removed

    • removed the enum value LIBRARIES of the request property

      request-property-enum-value-removed

    • removed the enum value LOGISTICS_AND_SUPPLY_CHAIN of the request property

      request-property-enum-value-removed

    • removed the enum value LUXURY_GOODS_JEWELRY of the request property

      request-property-enum-value-removed

    • removed the enum value MACHINERY of the request property

      request-property-enum-value-removed

    • removed the enum value MANAGEMENT_CONSULTING of the request property

      request-property-enum-value-removed

    • removed the enum value MARITIME of the request property

      request-property-enum-value-removed

    • removed the enum value MARKETING_AND_ADVERTISING of the request property

      request-property-enum-value-removed

    • removed the enum value MARKET_RESEARCH of the request property

      request-property-enum-value-removed

    • removed the enum value MECHANICAL_OR_INDUSTRIAL_ENGINEERING of the request property

      request-property-enum-value-removed

    • removed the enum value MEDIA_PRODUCTION of the request property

      request-property-enum-value-removed

    • removed the enum value MEDICAL_DEVICES of the request property

      request-property-enum-value-removed

    • removed the enum value MEDICAL_PRACTICE of the request property

      request-property-enum-value-removed

    • removed the enum value MENTAL_HEALTH_CARE of the request property

      request-property-enum-value-removed

    • removed the enum value MILITARY of the request property

      request-property-enum-value-removed

    • removed the enum value MINING_METALS of the request property

      request-property-enum-value-removed

    • removed the enum value MOBILE of the request property //

      request-property-enum-value-removed

    • removed the enum value MOTION_PICTURES_AND_FILM of the request property

      request-property-enum-value-removed

    • removed the enum value MUSEUMS_AND_INSTITUTIONS of the request property

      request-property-enum-value-removed

    • removed the enum value MUSIC of the request property

      request-property-enum-value-removed

    • removed the enum value NANOTECHNOLOGY of the request property

      request-property-enum-value-removed

    • removed the enum value NEWSPAPERS of the request property

      request-property-enum-value-removed

    • removed the enum value NON_PROFIT_ORGANIZATION_MANAGEMENT of the request property

      request-property-enum-value-removed

    • removed the enum value OIL_ENERGY of the request property

      request-property-enum-value-removed

    • removed the enum value ONLINE_MEDIA of the request property

      request-property-enum-value-removed

    • removed the enum value OUTSOURCING_OFFSHORING of the request property

      request-property-enum-value-removed

    • removed the enum value PACKAGE_FREIGHT_DELIVERY of the request property

      request-property-enum-value-removed

    • removed the enum value PACKAGING_AND_CONTAINERS of the request property

      request-property-enum-value-removed

    • removed the enum value PAPER_FOREST_PRODUCTS of the request property

      request-property-enum-value-removed

    • removed the enum value PERFORMING_ARTS of the request property

      request-property-enum-value-removed

    • removed the enum value PERSONAL of the request property //

      request-property-enum-value-removed

    • removed the enum value PERSONAL of the request property //

      request-property-enum-value-removed

    • removed the enum value PHARMACEUTICALS of the request property

      request-property-enum-value-removed

    • removed the enum value PHILANTHROPY of the request property

      request-property-enum-value-removed

    • removed the enum value PHOTOGRAPHY of the request property

      request-property-enum-value-removed

    • removed the enum value PLASTICS of the request property

      request-property-enum-value-removed

    • removed the enum value POLITICAL_ORGANIZATION of the request property

      request-property-enum-value-removed

    • removed the enum value PRIMARY_SECONDARY_EDUCATION of the request property

      request-property-enum-value-removed

    • removed the enum value PRINTING of the request property

      request-property-enum-value-removed

    • removed the enum value PROFESSIONAL_TRAINING_COACHING of the request property

      request-property-enum-value-removed

    • removed the enum value PROGRAM_DEVELOPMENT of the request property

      request-property-enum-value-removed

    • removed the enum value PUBLIC_POLICY of the request property

      request-property-enum-value-removed

    • removed the enum value PUBLIC_RELATIONS_AND_COMMUNICATIONS of the request property

      request-property-enum-value-removed

    • removed the enum value PUBLIC_SAFETY of the request property

      request-property-enum-value-removed

    • removed the enum value PUBLISHING of the request property

      request-property-enum-value-removed

    • removed the enum value RAILROAD_MANUFACTURE of the request property

      request-property-enum-value-removed

    • removed the enum value RANCHING of the request property

      request-property-enum-value-removed

    • removed the enum value REAL_ESTATE of the request property

      request-property-enum-value-removed

    • removed the enum value RECREATIONAL_FACILITIES_AND_SERVICES of the request property

      request-property-enum-value-removed

    • removed the enum value RELIGIOUS_INSTITUTIONS of the request property

      request-property-enum-value-removed

    • removed the enum value RENEWABLES_ENVIRONMENT of the request property

      request-property-enum-value-removed

    • removed the enum value RESEARCH of the request property

      request-property-enum-value-removed

    • removed the enum value RESTAURANTS of the request property

      request-property-enum-value-removed

    • removed the enum value RETAIL of the request property

      request-property-enum-value-removed

    • removed the enum value SECURITY_AND_INVESTIGATIONS of the request property

      request-property-enum-value-removed

    • removed the enum value SEMICONDUCTORS of the request property

      request-property-enum-value-removed

    • removed the enum value SHIPBUILDING of the request property

      request-property-enum-value-removed

    • removed the enum value SPORTING_GOODS of the request property

      request-property-enum-value-removed

    • removed the enum value SPORTS of the request property

      request-property-enum-value-removed

    • removed the enum value STAFFING_AND_RECRUITING of the request property

      request-property-enum-value-removed

    • removed the enum value SUPERMARKETS of the request property

      request-property-enum-value-removed

    • removed the enum value TELECOMMUNICATIONS of the request property

      request-property-enum-value-removed

    • removed the enum value TEXTILES of the request property

      request-property-enum-value-removed

    • removed the enum value THINK_TANKS of the request property

      request-property-enum-value-removed

    • removed the enum value TOBACCO of the request property

      request-property-enum-value-removed

    • removed the enum value TRANSLATION_AND_LOCALIZATION of the request property

      request-property-enum-value-removed

    • removed the enum value TRANSPORTATION_TRUCKING_RAILROAD of the request property

      request-property-enum-value-removed

    • removed the enum value UTILITIES of the request property

      request-property-enum-value-removed

    • removed the enum value VENTURE_CAPITAL_PRIVATE_EQUITY of the request property

      request-property-enum-value-removed

    • removed the enum value VETERINARY of the request property

      request-property-enum-value-removed

    • removed the enum value WAREHOUSING of the request property

      request-property-enum-value-removed

    • removed the enum value WHOLESALE of the request property

      request-property-enum-value-removed

    • removed the enum value WINE_AND_SPIRITS of the request property

      request-property-enum-value-removed

    • removed the enum value WIRELESS of the request property

      request-property-enum-value-removed

    • removed the enum value WORK of the request property //

      request-property-enum-value-removed

    • removed the enum value WORK of the request property //

      request-property-enum-value-removed

    • removed the enum value WORK of the request property //

      request-property-enum-value-removed

    • removed the enum value WRITING_AND_EDITING of the request property

      request-property-enum-value-removed

    • removed the ACCOUNTING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the AIRLINES_AVIATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ALTERNATIVE_DISPUTE_RESOLUTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ALTERNATIVE_MEDICINE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ANIMATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the APPAREL_FASHION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ARCHITECTURE_PLANNING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ARTS_AND_CRAFTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the AUTOMOTIVE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the AVIATION_AEROSPACE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BANKING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BIOTECHNOLOGY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BROADCAST_MEDIA enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BUILDING_MATERIALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the BUSINESS_SUPPLIES_AND_EQUIPMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CAPITAL_MARKETS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CHEMICALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CIVIC_SOCIAL_ORGANIZATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CIVIL_ENGINEERING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMMERCIAL_REAL_ESTATE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_GAMES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_HARDWARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_NETWORKING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_NETWORK_SECURITY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COMPUTER_SOFTWARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSTRUCTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSUMER_ELECTRONICS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSUMER_GOODS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the CONSUMER_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the COSMETICS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the DAIRY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the DEFENSE_SPACE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the DESIGN enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the EDUCATION_MANAGEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ELECTRICAL_ELECTRONIC_MANUFACTURING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ENTERTAINMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ENVIRONMENTAL_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the EVENTS_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the EXECUTIVE_OFFICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the E_LEARNING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FACILITIES_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FARMING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FINANCIAL_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FINE_ART enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FISHERY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FOOD_BEVERAGES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FOOD_PRODUCTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FUND_RAISING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the FURNITURE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GAMBLING_CASINOS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GLASS_CERAMICS_CONCRETE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GOVERNMENT_ADMINISTRATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GOVERNMENT_RELATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the GRAPHIC_DESIGN enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HEALTH_WELLNESS_AND_FITNESS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HIGHER_EDUCATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HOSPITALITY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HOSPITAL_HEALTH_CARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the HUMAN_RESOURCES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the IMPORT_AND_EXPORT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INDIVIDUAL_FAMILY_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INDUSTRIAL_AUTOMATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INFORMATION_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INFORMATION_TECHNOLOGY_AND_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INSURANCE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INTERNATIONAL_AFFAIRS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INTERNATIONAL_TRADE_AND_DEVELOPMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INTERNET enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVESTMENT_BANKING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the INVESTMENT_MANAGEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the JUDICIARY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LAW_ENFORCEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LAW_PRACTICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LEGAL_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LEGISLATIVE_OFFICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LEISURE_TRAVEL_TOURISM enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LIBRARIES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LOGISTICS_AND_SUPPLY_CHAIN enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the LUXURY_GOODS_JEWELRY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MACHINERY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MANAGEMENT_CONSULTING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MARITIME enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MARKETING_AND_ADVERTISING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MARKET_RESEARCH enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MECHANICAL_OR_INDUSTRIAL_ENGINEERING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MEDIA_PRODUCTION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MEDICAL_DEVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MEDICAL_PRACTICE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MENTAL_HEALTH_CARE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MILITARY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MINING_METALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MOBILE enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the MOTION_PICTURES_AND_FILM enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MUSEUMS_AND_INSTITUTIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the MUSIC enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the NANOTECHNOLOGY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the NEWSPAPERS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the NON_PROFIT_ORGANIZATION_MANAGEMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the OIL_ENERGY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the ONLINE_MEDIA enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the OUTSOURCING_OFFSHORING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACKAGE_FREIGHT_DELIVERY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PACKAGING_AND_CONTAINERS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PAPER_FOREST_PRODUCTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PERFORMING_ARTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PERSONAL enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the PERSONAL enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the PHARMACEUTICALS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PHILANTHROPY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PHOTOGRAPHY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PLASTICS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the POLITICAL_ORGANIZATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PRIMARY_SECONDARY_EDUCATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PRINTING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PROFESSIONAL_TRAINING_COACHING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PROGRAM_DEVELOPMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLIC_POLICY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLIC_RELATIONS_AND_COMMUNICATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLIC_SAFETY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the PUBLISHING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RAILROAD_MANUFACTURE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RANCHING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the REAL_ESTATE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RECREATIONAL_FACILITIES_AND_SERVICES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RELIGIOUS_INSTITUTIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RENEWABLES_ENVIRONMENT enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RESEARCH enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RESTAURANTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the RETAIL enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SECURITY_AND_INVESTIGATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SEMICONDUCTORS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SHIPBUILDING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SPORTING_GOODS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SPORTS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the STAFFING_AND_RECRUITING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the SUPERMARKETS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TELECOMMUNICATIONS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TEXTILES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the THINK_TANKS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TOBACCO enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TRANSLATION_AND_LOCALIZATION enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the TRANSPORTATION_TRUCKING_RAILROAD enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the UTILITIES enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the VENTURE_CAPITAL_PRIVATE_EQUITY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the VETERINARY enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WAREHOUSING enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WHOLESALE enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WINE_AND_SPIRITS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WIRELESS enum value from the response property for the response status

      response-property-enum-value-removed

    • removed the WORK enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the WORK enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the WORK enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the WRITING_AND_EDITING enum value from the response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • ca0fa45ebd055155155See the full diff
    • request property // was restricted to a list of enum values

      request-property-became-enum

    • request property // was restricted to a list of enum values

      request-property-became-enum

    • request property // was restricted to a list of enum values

      request-property-became-enum

    • request property was restricted to a list of enum values

      request-property-became-enum

    • request property // was restricted to a list of enum values

      request-property-became-enum

    • added the new ACCOUNTING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AIRLINES_AVIATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ALTERNATIVE_DISPUTE_RESOLUTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ALTERNATIVE_MEDICINE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ANIMATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new APPAREL_FASHION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ARCHITECTURE_PLANNING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ARTS_AND_CRAFTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AUTOMOTIVE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new AVIATION_AEROSPACE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BANKING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BIOTECHNOLOGY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BROADCAST_MEDIA enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BUILDING_MATERIALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new BUSINESS_SUPPLIES_AND_EQUIPMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CAPITAL_MARKETS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CHEMICALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CIVIC_SOCIAL_ORGANIZATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CIVIL_ENGINEERING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMMERCIAL_REAL_ESTATE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPANY enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_GAMES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_HARDWARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_NETWORKING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_NETWORK_SECURITY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new COMPUTER_SOFTWARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSTRUCTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSUMER_ELECTRONICS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSUMER_GOODS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONSUMER_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new CONTACT enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new COSMETICS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DAIRY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DEFENSE_SPACE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new DESIGN enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EDUCATION_MANAGEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ELECTRICAL_ELECTRONIC_MANUFACTURING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ENTERTAINMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ENVIRONMENTAL_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EVENTS_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new EXECUTIVE_OFFICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new E_LEARNING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FACILITIES_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FARMING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FINANCIAL_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FINE_ART enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FISHERY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FOOD_BEVERAGES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FOOD_PRODUCTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FUND_RAISING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new FURNITURE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GAMBLING_CASINOS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GLASS_CERAMICS_CONCRETE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GOVERNMENT_ADMINISTRATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GOVERNMENT_RELATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new GRAPHIC_DESIGN enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HEALTH_WELLNESS_AND_FITNESS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HIGHER_EDUCATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HOSPITALITY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HOSPITAL_HEALTH_CARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new HUMAN_RESOURCES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new IMPORT_AND_EXPORT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INDIVIDUAL_FAMILY_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INDUSTRIAL_AUTOMATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INFORMATION_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INFORMATION_TECHNOLOGY_AND_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INSURANCE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INTERNATIONAL_AFFAIRS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INTERNATIONAL_TRADE_AND_DEVELOPMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INTERNET enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INVESTMENT_BANKING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new INVESTMENT_MANAGEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new JUDICIARY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LAW_ENFORCEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LAW_PRACTICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEGAL_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEGISLATIVE_OFFICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LEISURE_TRAVEL_TOURISM enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LIBRARIES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LOGISTICS_AND_SUPPLY_CHAIN enum value to the response property for the response status

      response-property-enum-value-added

    • added the new LUXURY_GOODS_JEWELRY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MACHINERY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MANAGEMENT_CONSULTING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MARITIME enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MARKETING_AND_ADVERTISING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MARKET_RESEARCH enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MECHANICAL_OR_INDUSTRIAL_ENGINEERING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MEDIA_PRODUCTION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MEDICAL_DEVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MEDICAL_PRACTICE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MENTAL_HEALTH_CARE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MILITARY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MINING_METALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MOBILE enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new MOTION_PICTURES_AND_FILM enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MUSEUMS_AND_INSTITUTIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new MUSIC enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NANOTECHNOLOGY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NEWSPAPERS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new NON_PROFIT_ORGANIZATION_MANAGEMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new OIL_ENERGY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ONLINE_MEDIA enum value to the response property for the response status

      response-property-enum-value-added

    • added the new OUTSOURCING_OFFSHORING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PACKAGE_FREIGHT_DELIVERY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PACKAGING_AND_CONTAINERS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PAPER_FOREST_PRODUCTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PERFORMING_ARTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PERSONAL enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new PERSONAL enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new PHARMACEUTICALS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PHILANTHROPY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PHOTOGRAPHY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PLASTICS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new POLITICAL_ORGANIZATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PRIMARY_SECONDARY_EDUCATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PRINTING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PROFESSIONAL_TRAINING_COACHING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PROGRAM_DEVELOPMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLIC_POLICY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLIC_RELATIONS_AND_COMMUNICATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLIC_SAFETY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new PUBLISHING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RAILROAD_MANUFACTURE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RANCHING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new REAL_ESTATE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RECREATIONAL_FACILITIES_AND_SERVICES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RELIGIOUS_INSTITUTIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RENEWABLES_ENVIRONMENT enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RESEARCH enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RESTAURANTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new RETAIL enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SECURITY_AND_INVESTIGATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SEMICONDUCTORS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SHIPBUILDING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SPORTING_GOODS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SPORTS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new STAFFING_AND_RECRUITING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new SUPERMARKETS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TELECOMMUNICATIONS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TEXTILES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new THINK_TANKS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TOBACCO enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TRANSLATION_AND_LOCALIZATION enum value to the response property for the response status

      response-property-enum-value-added

    • added the new TRANSPORTATION_TRUCKING_RAILROAD enum value to the response property for the response status

      response-property-enum-value-added

    • added the new UTILITIES enum value to the response property for the response status

      response-property-enum-value-added

    • added the new VENTURE_CAPITAL_PRIVATE_EQUITY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new VETERINARY enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WAREHOUSING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WHOLESALE enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WINE_AND_SPIRITS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WIRELESS enum value to the response property for the response status

      response-property-enum-value-added

    • added the new WORK enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new WORK enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new WORK enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new WRITING_AND_EDITING enum value to the response property for the response status

      response-property-enum-value-added

    • added the new ACCOUNTING enum value to the request property

      request-property-enum-value-added

    • added the new AIRLINES_AVIATION enum value to the request property

      request-property-enum-value-added

    • added the new ALTERNATIVE_DISPUTE_RESOLUTION enum value to the request property

      request-property-enum-value-added

    • added the new ALTERNATIVE_MEDICINE enum value to the request property

      request-property-enum-value-added

    • added the new ANIMATION enum value to the request property

      request-property-enum-value-added

    • added the new APPAREL_FASHION enum value to the request property

      request-property-enum-value-added

    • added the new ARCHITECTURE_PLANNING enum value to the request property

      request-property-enum-value-added

    • added the new ARTS_AND_CRAFTS enum value to the request property

      request-property-enum-value-added

    • added the new AUTOMOTIVE enum value to the request property

      request-property-enum-value-added

    • added the new AVIATION_AEROSPACE enum value to the request property

      request-property-enum-value-added

    • added the new BANKING enum value to the request property

      request-property-enum-value-added

    • added the new BIOTECHNOLOGY enum value to the request property

      request-property-enum-value-added

    • added the new BROADCAST_MEDIA enum value to the request property

      request-property-enum-value-added

    • added the new BUILDING_MATERIALS enum value to the request property

      request-property-enum-value-added

    • added the new BUSINESS_SUPPLIES_AND_EQUIPMENT enum value to the request property

      request-property-enum-value-added

    • added the new CAPITAL_MARKETS enum value to the request property

      request-property-enum-value-added

    • added the new CHEMICALS enum value to the request property

      request-property-enum-value-added

    • added the new CIVIC_SOCIAL_ORGANIZATION enum value to the request property

      request-property-enum-value-added

    • added the new CIVIL_ENGINEERING enum value to the request property

      request-property-enum-value-added

    • added the new COMMERCIAL_REAL_ESTATE enum value to the request property

      request-property-enum-value-added

    • added the new COMPANY enum value to the request property //

      request-property-enum-value-added

    • added the new COMPUTER_GAMES enum value to the request property

      request-property-enum-value-added

    • added the new COMPUTER_HARDWARE enum value to the request property

      request-property-enum-value-added

    • added the new COMPUTER_NETWORKING enum value to the request property

      request-property-enum-value-added

    • added the new COMPUTER_NETWORK_SECURITY enum value to the request property

      request-property-enum-value-added

    • added the new COMPUTER_SOFTWARE enum value to the request property

      request-property-enum-value-added

    • added the new CONSTRUCTION enum value to the request property

      request-property-enum-value-added

    • added the new CONSUMER_ELECTRONICS enum value to the request property

      request-property-enum-value-added

    • added the new CONSUMER_GOODS enum value to the request property

      request-property-enum-value-added

    • added the new CONSUMER_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new CONTACT enum value to the request property //

      request-property-enum-value-added

    • added the new COSMETICS enum value to the request property

      request-property-enum-value-added

    • added the new DAIRY enum value to the request property

      request-property-enum-value-added

    • added the new DEFENSE_SPACE enum value to the request property

      request-property-enum-value-added

    • added the new DESIGN enum value to the request property

      request-property-enum-value-added

    • added the new EDUCATION_MANAGEMENT enum value to the request property

      request-property-enum-value-added

    • added the new ELECTRICAL_ELECTRONIC_MANUFACTURING enum value to the request property

      request-property-enum-value-added

    • added the new ENTERTAINMENT enum value to the request property

      request-property-enum-value-added

    • added the new ENVIRONMENTAL_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new EVENTS_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new EXECUTIVE_OFFICE enum value to the request property

      request-property-enum-value-added

    • added the new E_LEARNING enum value to the request property

      request-property-enum-value-added

    • added the new FACILITIES_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new FARMING enum value to the request property

      request-property-enum-value-added

    • added the new FINANCIAL_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new FINE_ART enum value to the request property

      request-property-enum-value-added

    • added the new FISHERY enum value to the request property

      request-property-enum-value-added

    • added the new FOOD_BEVERAGES enum value to the request property

      request-property-enum-value-added

    • added the new FOOD_PRODUCTION enum value to the request property

      request-property-enum-value-added

    • added the new FUND_RAISING enum value to the request property

      request-property-enum-value-added

    • added the new FURNITURE enum value to the request property

      request-property-enum-value-added

    • added the new GAMBLING_CASINOS enum value to the request property

      request-property-enum-value-added

    • added the new GLASS_CERAMICS_CONCRETE enum value to the request property

      request-property-enum-value-added

    • added the new GOVERNMENT_ADMINISTRATION enum value to the request property

      request-property-enum-value-added

    • added the new GOVERNMENT_RELATIONS enum value to the request property

      request-property-enum-value-added

    • added the new GRAPHIC_DESIGN enum value to the request property

      request-property-enum-value-added

    • added the new HEALTH_WELLNESS_AND_FITNESS enum value to the request property

      request-property-enum-value-added

    • added the new HIGHER_EDUCATION enum value to the request property

      request-property-enum-value-added

    • added the new HOSPITALITY enum value to the request property

      request-property-enum-value-added

    • added the new HOSPITAL_HEALTH_CARE enum value to the request property

      request-property-enum-value-added

    • added the new HUMAN_RESOURCES enum value to the request property

      request-property-enum-value-added

    • added the new IMPORT_AND_EXPORT enum value to the request property

      request-property-enum-value-added

    • added the new INDIVIDUAL_FAMILY_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new INDUSTRIAL_AUTOMATION enum value to the request property

      request-property-enum-value-added

    • added the new INFORMATION_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new INFORMATION_TECHNOLOGY_AND_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new INSURANCE enum value to the request property

      request-property-enum-value-added

    • added the new INTERNATIONAL_AFFAIRS enum value to the request property

      request-property-enum-value-added

    • added the new INTERNATIONAL_TRADE_AND_DEVELOPMENT enum value to the request property

      request-property-enum-value-added

    • added the new INTERNET enum value to the request property

      request-property-enum-value-added

    • added the new INVESTMENT_BANKING enum value to the request property

      request-property-enum-value-added

    • added the new INVESTMENT_MANAGEMENT enum value to the request property

      request-property-enum-value-added

    • added the new JUDICIARY enum value to the request property

      request-property-enum-value-added

    • added the new LAW_ENFORCEMENT enum value to the request property

      request-property-enum-value-added

    • added the new LAW_PRACTICE enum value to the request property

      request-property-enum-value-added

    • added the new LEGAL_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new LEGISLATIVE_OFFICE enum value to the request property

      request-property-enum-value-added

    • added the new LEISURE_TRAVEL_TOURISM enum value to the request property

      request-property-enum-value-added

    • added the new LIBRARIES enum value to the request property

      request-property-enum-value-added

    • added the new LOGISTICS_AND_SUPPLY_CHAIN enum value to the request property

      request-property-enum-value-added

    • added the new LUXURY_GOODS_JEWELRY enum value to the request property

      request-property-enum-value-added

    • added the new MACHINERY enum value to the request property

      request-property-enum-value-added

    • added the new MANAGEMENT_CONSULTING enum value to the request property

      request-property-enum-value-added

    • added the new MARITIME enum value to the request property

      request-property-enum-value-added

    • added the new MARKETING_AND_ADVERTISING enum value to the request property

      request-property-enum-value-added

    • added the new MARKET_RESEARCH enum value to the request property

      request-property-enum-value-added

    • added the new MECHANICAL_OR_INDUSTRIAL_ENGINEERING enum value to the request property

      request-property-enum-value-added

    • added the new MEDIA_PRODUCTION enum value to the request property

      request-property-enum-value-added

    • added the new MEDICAL_DEVICES enum value to the request property

      request-property-enum-value-added

    • added the new MEDICAL_PRACTICE enum value to the request property

      request-property-enum-value-added

    • added the new MENTAL_HEALTH_CARE enum value to the request property

      request-property-enum-value-added

    • added the new MILITARY enum value to the request property

      request-property-enum-value-added

    • added the new MINING_METALS enum value to the request property

      request-property-enum-value-added

    • added the new MOBILE enum value to the request property //

      request-property-enum-value-added

    • added the new MOTION_PICTURES_AND_FILM enum value to the request property

      request-property-enum-value-added

    • added the new MUSEUMS_AND_INSTITUTIONS enum value to the request property

      request-property-enum-value-added

    • added the new MUSIC enum value to the request property

      request-property-enum-value-added

    • added the new NANOTECHNOLOGY enum value to the request property

      request-property-enum-value-added

    • added the new NEWSPAPERS enum value to the request property

      request-property-enum-value-added

    • added the new NON_PROFIT_ORGANIZATION_MANAGEMENT enum value to the request property

      request-property-enum-value-added

    • added the new OIL_ENERGY enum value to the request property

      request-property-enum-value-added

    • added the new ONLINE_MEDIA enum value to the request property

      request-property-enum-value-added

    • added the new OUTSOURCING_OFFSHORING enum value to the request property

      request-property-enum-value-added

    • added the new PACKAGE_FREIGHT_DELIVERY enum value to the request property

      request-property-enum-value-added

    • added the new PACKAGING_AND_CONTAINERS enum value to the request property

      request-property-enum-value-added

    • added the new PAPER_FOREST_PRODUCTS enum value to the request property

      request-property-enum-value-added

    • added the new PERFORMING_ARTS enum value to the request property

      request-property-enum-value-added

    • added the new PERSONAL enum value to the request property //

      request-property-enum-value-added

    • added the new PERSONAL enum value to the request property //

      request-property-enum-value-added

    • added the new PHARMACEUTICALS enum value to the request property

      request-property-enum-value-added

    • added the new PHILANTHROPY enum value to the request property

      request-property-enum-value-added

    • added the new PHOTOGRAPHY enum value to the request property

      request-property-enum-value-added

    • added the new PLASTICS enum value to the request property

      request-property-enum-value-added

    • added the new POLITICAL_ORGANIZATION enum value to the request property

      request-property-enum-value-added

    • added the new PRIMARY_SECONDARY_EDUCATION enum value to the request property

      request-property-enum-value-added

    • added the new PRINTING enum value to the request property

      request-property-enum-value-added

    • added the new PROFESSIONAL_TRAINING_COACHING enum value to the request property

      request-property-enum-value-added

    • added the new PROGRAM_DEVELOPMENT enum value to the request property

      request-property-enum-value-added

    • added the new PUBLIC_POLICY enum value to the request property

      request-property-enum-value-added

    • added the new PUBLIC_RELATIONS_AND_COMMUNICATIONS enum value to the request property

      request-property-enum-value-added

    • added the new PUBLIC_SAFETY enum value to the request property

      request-property-enum-value-added

    • added the new PUBLISHING enum value to the request property

      request-property-enum-value-added

    • added the new RAILROAD_MANUFACTURE enum value to the request property

      request-property-enum-value-added

    • added the new RANCHING enum value to the request property

      request-property-enum-value-added

    • added the new REAL_ESTATE enum value to the request property

      request-property-enum-value-added

    • added the new RECREATIONAL_FACILITIES_AND_SERVICES enum value to the request property

      request-property-enum-value-added

    • added the new RELIGIOUS_INSTITUTIONS enum value to the request property

      request-property-enum-value-added

    • added the new RENEWABLES_ENVIRONMENT enum value to the request property

      request-property-enum-value-added

    • added the new RESEARCH enum value to the request property

      request-property-enum-value-added

    • added the new RESTAURANTS enum value to the request property

      request-property-enum-value-added

    • added the new RETAIL enum value to the request property

      request-property-enum-value-added

    • added the new SECURITY_AND_INVESTIGATIONS enum value to the request property

      request-property-enum-value-added

    • added the new SEMICONDUCTORS enum value to the request property

      request-property-enum-value-added

    • added the new SHIPBUILDING enum value to the request property

      request-property-enum-value-added

    • added the new SPORTING_GOODS enum value to the request property

      request-property-enum-value-added

    • added the new SPORTS enum value to the request property

      request-property-enum-value-added

    • added the new STAFFING_AND_RECRUITING enum value to the request property

      request-property-enum-value-added

    • added the new SUPERMARKETS enum value to the request property

      request-property-enum-value-added

    • added the new TELECOMMUNICATIONS enum value to the request property

      request-property-enum-value-added

    • added the new TEXTILES enum value to the request property

      request-property-enum-value-added

    • added the new THINK_TANKS enum value to the request property

      request-property-enum-value-added

    • added the new TOBACCO enum value to the request property

      request-property-enum-value-added

    • added the new TRANSLATION_AND_LOCALIZATION enum value to the request property

      request-property-enum-value-added

    • added the new TRANSPORTATION_TRUCKING_RAILROAD enum value to the request property

      request-property-enum-value-added

    • added the new UTILITIES enum value to the request property

      request-property-enum-value-added

    • added the new VENTURE_CAPITAL_PRIVATE_EQUITY enum value to the request property

      request-property-enum-value-added

    • added the new VETERINARY enum value to the request property

      request-property-enum-value-added

    • added the new WAREHOUSING enum value to the request property

      request-property-enum-value-added

    • added the new WHOLESALE enum value to the request property

      request-property-enum-value-added

    • added the new WINE_AND_SPIRITS enum value to the request property

      request-property-enum-value-added

    • added the new WIRELESS enum value to the request property

      request-property-enum-value-added

    • added the new WORK enum value to the request property //

      request-property-enum-value-added

    • added the new WORK enum value to the request property //

      request-property-enum-value-added

    • added the new WORK enum value to the request property //

      request-property-enum-value-added

    • added the new WRITING_AND_EDITING enum value to the request property

      request-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • ca213ae36b7f3124See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the endpoint scheme security bearer was removed from the API

      api-security-removed

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became optional

      request-property-became-optional

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 167edd5346ec235See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property // became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became required

      request-property-became-required

    • the endpoint scheme security bearer was added to the API

      api-security-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 9d25bd589fe93123See the full diff
    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property // became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became nullable for the status

      response-property-became-nullable

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the response property became optional for the status

      response-property-became-optional

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property // became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the request property became optional

      request-property-became-optional

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security bearer was removed from the API

      api-security-removed