---
title: "Create Wireless Point"
method: POST
path: "/restapi/v1.0/account/{accountId}/emergency-address-auto-update/wireless-points"
tags: ["Automatic Location Updates"]
---

# Create Wireless Point

`POST /restapi/v1.0/account/{accountId}/emergency-address-auto-update/wireless-points`

Creates a new wireless point in network configuration with the
emergency address assigned.

## Path parameters

- `accountId` string, required

## Request body

- CreateWirelessPoint
  - `bssid` string, required — Unique 48-bit identifier of wireless access point that follows MAC address conventions. Mask: XX:XX:XX:XX:XX:XX, where X can be a symbol in the range of 0-9 or A-F
  - `name` string, required — Wireless access point name
  - `site` EmergencyAddressAutoUpdateSiteInfo
    - `id` string — Internal identifier of a site
    - `name` string — Name pf a site
  - `emergencyAddress` union
    - object
      - `country` string — Country name
      - `countryId` string — Internal identifier of a country
      - `countryIsoCode` string — ISO code of a country
      - `countryName` string — Full name of a country
      - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
      - `stateId` string — Internal identifier of a state
      - `stateIsoCode` string — ISO code of a state
      - `stateName` string — Full name of a state
      - `city` string — City name
      - `street` string — First line address
      - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
      - `zip` string — Postal (Zip) code
      - `customerName` string — Customer name
      - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true`
    - object
      - `country` string — Country name
      - `countryId` string — Internal identifier of a country
      - `countryIsoCode` string — ISO code of a country
      - `countryName` string — Full name of a country
      - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
      - `stateId` string — Internal identifier of a state
      - `stateIsoCode` string — ISO code of a state
      - `stateName` string — Full name of a state
      - `city` string — City name
      - `street` string — The name of the street (the field is utilized as 'streetName' field for AU addresses)
      - `companyName` string — Company name
      - `buildingName` string — (Optional) Building name
      - `streetType` string — Street type
      - `buildingNumber` string — Building/street number
      - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
      - `zip` string — Postal (Zip) code
      - `customerName` string — Customer name
      - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true`
    - object
      - `country` string — Country name
      - `countryId` string — Internal identifier of a country
      - `countryIsoCode` string — ISO code of a country
      - `countryName` string — Full name of a country
      - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
      - `stateId` string — Internal identifier of a state
      - `stateIsoCode` string — ISO code of a state
      - `stateName` string — Full name of a state
      - `city` string — City name
      - `street` string — The name of the street (The field is utilized as 'streetName' field for FR addresses)
      - `companyName` string — Company name
      - `buildingName` string — (Optional) Building name
      - `buildingNumber` string — Building/street number
      - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
      - `zip` string — Postal (Zip) code
      - `customerName` string — Customer name
      - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true`
  - `emergencyLocation` EmergencyLocationInfo — Emergency response location information
    - `id` string, required — Internal identifier of an emergency response location
    - `name` string — Emergency response location name
    - `addressFormatId` string — Address format ID

## Response `200`

Created wireless point

- WirelessPointInfo
  - `uri` string, uri — Link to the wireless point resource
  - `id` string — Internal identifier of a wireless point
  - `bssid` string, required — Unique 48-bit identifier of the wireless access point that follows MAC address conventions
  - `name` string, required — Wireless access point name
  - `site` EmergencyAddressAutoUpdateSiteInfo
    - `id` string — Internal identifier of a site
    - `name` string — Name pf a site
  - `emergencyAddress` union, required
    - object
      - `country` string — Country name
      - `countryId` string — Internal identifier of a country
      - `countryIsoCode` string — ISO code of a country
      - `countryName` string — Full name of a country
      - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
      - `stateId` string — Internal identifier of a state
      - `stateIsoCode` string — ISO code of a state
      - `stateName` string — Full name of a state
      - `city` string — City name
      - `street` string — First line address
      - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
      - `zip` string — Postal (Zip) code
      - `customerName` string — Customer name
      - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true`
    - object
      - `country` string — Country name
      - `countryId` string — Internal identifier of a country
      - `countryIsoCode` string — ISO code of a country
      - `countryName` string — Full name of a country
      - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
      - `stateId` string — Internal identifier of a state
      - `stateIsoCode` string — ISO code of a state
      - `stateName` string — Full name of a state
      - `city` string — City name
      - `street` string — The name of the street (the field is utilized as 'streetName' field for AU addresses)
      - `companyName` string — Company name
      - `buildingName` string — (Optional) Building name
      - `streetType` string — Street type
      - `buildingNumber` string — Building/street number
      - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
      - `zip` string — Postal (Zip) code
      - `customerName` string — Customer name
      - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true`
    - object
      - `country` string — Country name
      - `countryId` string — Internal identifier of a country
      - `countryIsoCode` string — ISO code of a country
      - `countryName` string — Full name of a country
      - `state` string — State/Province name. Mandatory for the USA, the UK and Canada
      - `stateId` string — Internal identifier of a state
      - `stateIsoCode` string — ISO code of a state
      - `stateName` string — Full name of a state
      - `city` string — City name
      - `street` string — The name of the street (The field is utilized as 'streetName' field for FR addresses)
      - `companyName` string — Company name
      - `buildingName` string — (Optional) Building name
      - `buildingNumber` string — Building/street number
      - `street2` string — Second line address (apartment, suite, unit, building, floor, etc.)
      - `zip` string — Postal (Zip) code
      - `customerName` string — Customer name
      - `syncStatus` 'Verified' | 'Updated' | 'Deleted' | 'NotRequired' | 'Unsupported' | 'Failed' — Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true`
  - `emergencyLocation` ERLLocationInfo — Emergency response location information
    - `id` string — Internal identifier of an emergency response location
    - `name` string — Emergency response location name
    - `addressFormatId` string — Address format ID
  - `emergencyLocationId` string — Deprecated. Emergency response location (address) internal identifier. Only one of a pair `emergencyAddress` or `emergencyLocationId` should be specified, otherwise the error is returned

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
