PUT /api/v2/offices/{id}/e911

Update E911 address of the given office.

Added on May 25, 2021 for API v2.

Rate limit: 1200 per minute.

Servers

Path parameters

Name Type Required Description
id Integer Yes

The office's id.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
update_all Boolean No

Update E911 for all users in this office.

zip Null Yes

[single-line only]

Zip code of the new E911 address.

address2 Null No

[single-line only]

Line 2 of the new E911 address.

use_validated_option Boolean No

Whether to use the validated address option from our service.

country Null Yes

Country of the new E911 address.

state Null Yes

[single-line only]

State or Province of the new E911 address.

address Null Yes

[single-line only]

Line 1 of the new E911 address.

city Null Yes

[single-line only]

City of the new E911 address.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.