---
title: "Changes to Create Industry Search"
method: POST
path: "/api/v1/industry-searches"
---

# Changes to Create Industry Search

`POST /api/v1/industry-searches`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 12 revisions.

- **2026-09-27** `955831a8d5e9` — 6 breaking
- **2026-09-21** `fd8c32a19c7f` — 12 breaking, 4 warning, 8 info
- **2026-09-10** `2478839b1d3f` — 4 breaking, 4 info

## Changes

- **2026-09-27** `955831a8d5e9` — 6 breaking
  - the request property `city` became not nullable
  - the request property `country` became not nullable
  - the request property `postal_code` became not nullable
  - the request property `state_province` became not nullable
  - the request property `submitted_business_name` became not nullable
  - the request property `submitted_website` became not nullable
- **2026-09-21** `fd8c32a19c7f` — 12 breaking, 4 warning, 8 info
  - response property `external_tracking_ref` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/city` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/country` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/external_tracking_ref` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/postal_code` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/state_province` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/submitted_business_name` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `query/submitted_website` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - response property `status_description` list-of-types was widened by adding types `null` to media type `application/json` of response `202`
  - the `result` response's property type changed from `object` to no type for status `202`
  - removed the required property `result/business_description` from the response with the `202` status
  - removed the required property `result/business_name` from the response with the `202` status
  - removed the optional property `result/additional_mccs` from the response with the `202` status
  - removed the optional property `result/business_address` from the response with the `202` status
  - removed the optional property `result/primary_mcc` from the response with the `202` status
  - removed the optional property `result/website` from the response with the `202` status
  - request property `city` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `country` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `external_tracking_ref` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `postal_code` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `state_province` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `submitted_business_name` list-of-types was widened by adding types `null` to media type `application/json`
  - request property `submitted_website` list-of-types was widened by adding types `null` to media type `application/json`
  - added `#/components/schemas/BusinessSearchResult, subschema #2` to the `result` response property `anyOf` list for the response status `202`
- **2026-09-10** `2478839b1d3f` — 4 breaking, 4 info
  - the response property `query/country` became nullable for the status `202`
  - the response property `query/submitted_business_name` became nullable for the status `202`
  - the response property `query/country` became optional for the status `202`
  - the response property `query/submitted_business_name` became optional for the status `202`
  - the request property `country` became nullable
  - the request property `submitted_business_name` became nullable
  - the request property `country` became optional
  - the request property `submitted_business_name` became optional

---

[Operation](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/docs/api/v1/industry-searches/post.md) · [API](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api.md) · [Page](https://skmtc.dev/truebiz/apis/truebiz-web-presence-review-api/changes/api/v1/industry-searches/post)
