---
title: "Create a Department Address"
method: POST
path: "/v1/department/address"
tags: ["Departments"]
---

# Create a Department Address

`POST /v1/department/address`

Adds a department address to the *Contacts* tab of the company profile page.

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Request body

- DepartmentAddressCreateRequest
  - `addressGuid` string, uuid — Unique identifier for the address, formatted as a UUID.
  - `street1` string, required — Street address, line 1.
  - `street2` string — Street address, line 2.
  - `city` string, required — City.
  - `state` string, required — Province, state, or region.
  - `postalCode` string, required — ZIP/postal code.
  - `country` string, required — A 2-letter ISO 3166-1 alpha-2 code representing the country (e.g., "US", not "USA"). For details, see the <a href="https://developer.avionte.com/docs/general-guidelines#/data-formatting">General Guidelines</a>.
  - `addressId` integer — The identifier for the department address.
  - `branchId` integer — The identifier for the company branch or department.
  - `companyId` integer — The identifier for the company.
  - `addressType` 'Main' | 'Worksite' | 'Billing' | 'Unknown' — The address types available for selection for a department address.
  - `phone` string — The department's phone number.
  - `archive` boolean — An identifier of whether the department address is archived or not.
  - `isDefault` boolean — An identifier of whether the department address is the default address for the department.
  - `origin` string — The origin of the address of the department.
  - `salesTaxes` SalesTaxReference[] — Sales tax references to assign to this address. Each item requires only __configSalesTaxGUID__. A __null__ value indicates no change, while an empty array clears all sales taxes.
    - `configSalesTaxGUID` string, uuid — The unique identifier for the sales tax configuration.

## Response `201`

The identifier of the newly created department address.

- integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `409` — Operation could not be completed due to conflict.
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/versions/846b33e4e71b/schema)
