Update company

Update a company.

SecurityApiKeyAuth and CustomAuth
Request
path Parameters
id
required
string

reference (entity_ID) for the company you are updating.

Example: 6ba36fba946d4de583b2f994f6297fd8
state
required
string

Lower case ANSI standard 38:2009 USPS codes of the US state where licensee is operating.

Enum: "ca" "il" "wa" "ma" "md" "mi" "wv" "co" "ok" "oh"
header Parameters
x-api-key
required
string

Trace API key header

Example: b123x21wbHlkYXBpa2V5
Authorization
required
string

Company and user credentials authentication

Example: KMP-JSON token=dmVuZG9yLWFwaS1rZXk6dX12312sdfs2V5
Request Body schema: application/json
update_date
string

The UTC datetime in which the values sent in were physically changed and put into effect.

name
string

Location name.

parent_id
string or null

This parameter allows building the company's network of peer and child/branch companies.

Array of objects (contact)

The main contact for this company.

web_site
string

The website url of the company.

Responses
200

OK

400

Bad Request

put/{state}/v1/config/companies/{id}
Request samples
application/json
{
  • "update_date": "2023-12-14T05:27:39Z",
  • "name": "Trace Updated Company Name",
  • "contacts": [
    ]
}
Response samples
application/json
{
  • "results": {
    },
  • "warnings": [ ]
}