Update Facility

Update a Facility.

SecurityApiKeyAuth and CustomAuth
Request
path Parameters
id
required
string

reference (entity_ID) for the Facility 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.

reference_id
string

New reference_id for the existing Facility.

identifier_code
string

New identifier_code for the existing Facility.

phone_number
string

New phone number for the existing Facility.

Responses
200

OK

400

Bad Request

put/{state}/v1/config/facilities/{id}
Request samples
application/json
{
  • "update_date": "2024-01-08T11:15:01Z",
  • "phone_number": "098-765-4321"
}
Response samples
application/json
{
  • "results": {
    },
  • "warnings": [ ]
}