Add a new address for IPND emergency services location purposes.

This endpoint allows adding a new address that can be associated with phone numbers (DIDs).
The address information is used by emergency services to locate the physical address of the
phone number in case of emergency.

⚠️ IMPORTANT LEGAL NOTICE
You are legally responsible for ensuring that all address information provided is true,
accurate, and complete. Incorrect information may impact emergency services response
and could have serious consequences. Providing false information may result in legal
penalties under telecommunications and emergency services regulations.

Required Fields (Mandatory for new addresses)

  • city: City/suburb name (string)
  • state: State code e.g., NSW, VIC (string)
  • postcode: Australian postal code (string)

Optional Fields (All fields accept null)

  • nickname: Friendly name for the address (string|null)
  • unit_number: Unit number (string|null)
  • unit_number_suffix: Suffix for unit number (string|null)
  • unit_number_end: For unit ranges - end number (string|null)
  • unit_number_end_suffix: Suffix for end unit number (string|null)
  • level_number: Level number (string|null)
  • level_suffix: Suffix for level number (string|null)
  • building_name: Name of building (string|null)
  • building_location: Location within building (string|null)
  • street_number_pretty: Formatted street number (string|null)
  • street_number_first: First street number (string|null)
  • street_number_first_suffix: Suffix for first street number (string|null)
  • street_number_last: Last street number for ranges (string|null)
  • street_number_last_suffix: Suffix for last street number (string|null)
  • street_name: Name of street (string|null)
  • street_2_name: Secondary street name for corners (string|null)
  • gnaf_id: GNAF identifier (string|null)
  • country: Country name (string|null, defaults to "Australia")

Optional Enumerated Fields (All accept null)

Unit Type (unit_type)

Enum values (string|null):
| Code | Description |
|-------|--------------------------|
| ATM | Automated Teller Machine |
| BTSD | Boatshed |
| COOL | Coolroom |
| DUPL | Duplex |
| FCTY | Factory |
| FLAT | Flat |
| LBBY | Lobby |
| LOFT | Loft |
| MBTH | Marine Berth |
| OFFC | Office |
| RESV | Reserve |
| ROOM | Room |
| STLL | Stall |
| STOR | Store |
| STR | Strata Unit |
| UNIT | Unit |
| WHSE | Warehouse |
| WKSH | Workshop |
| ANT | Antenna |
| APT | Apartment |
| BBQ | Barbecue |
| BLCK | Block |
| BLDG | Building |
| BNGW | Bungalow |
| CAGE | Cage |
| CARP | Carpark |
| CARS | Carspace |
| CLUB | Club |
| CTGE | Cottage |
| GRGE | Garage |
| HALL | Hall |
| HSE | House |
| KSK | Kiosk |
| LOT | Lot |
| LSE | Lease |
| MSNT | Maisonette |
| PTHS | Penthouse |
| REAR | Rear |
| SE | Suite |
| SEC | Section |
| SHED | Shed |
| SHOP | Shop |
| SHRM | Showroom |
| SIGN | Sign |
| SITE | Site |
| STU | Studio |
| SUBS | Substation |
| TNCY | Tenancy |
| TNHS | Townhouse |
| TWR | Tower |
| VLLA | Villa |
| VLT | Vault |
| WARD | Ward |
| RTCE | Roof Terrace |

Level Type (level_type)

Enum values (string|null):
| Code | Description |
|-------|---------------------|
| OD | Observation Deck |
| P | Parking |
| PDM | Podium |
| PLF | Platform |
| PTHS | Penthouse |
| SB | Sub Basement |
| B | Basement |
| FL | Floor |
| G | Ground |
| L | Level |
| LB | Lobby |
| LG | Lower Ground Floor |
| M | Mezzanine |
| RT | Rooftop |
| UG | Upper Ground Floor |
| UNGD | Underground |

Street Type (street_type and street_2_type)

Enum values (string|null):
| Code | Description |
|-------|-------------------|
| ST | Street |
| RD | Road |
| AVE | Avenue |

Street Suffix (street_suffix and street_2_suffix)

Enum values (string|null):
| Code | Description |
|------|------------|
| DE | Deviation |
| OP | Overpass |
| CN | Central |
| E | East |
| EX | Extension |
| IN | Inner |
| LR | Lower |
| ML | Mall |
| N | North |
| NE | North East |
| NW | North West |
| OF | Off |
| ON | On |
| OT | Outer |
| S | South |
| SE | South East |
| SW | South West |
| UP | Upper |
| W | West |

Language
Credentials
Header
Click Try It! to start a request and see the response here!