---
title: "GET /api/addresses/{id}"
method: GET
path: "/api/addresses/{id}"
tags: ["Addresses"]
---

# GET /api/addresses/{id}

`GET /api/addresses/{id}`

## Path parameters

- `id` string, required

## Response `200`

Success

- Address
  - `id` string, required
  - `name` string, required
  - `street` string, required
  - `postalCode` string, required
  - `city` string, required
  - `country` string, required
  - `language` string, required
  - `isActive` boolean, nullable
  - `responsable` string, nullable
  - `contact` string, nullable
  - `jobTitle` string, nullable
  - `phone` string, nullable
  - `mobile` string, nullable
  - `email` string, nullable
  - `businessUnit` string, nullable
  - `juridicalEntity` string, nullable
  - `seat` string, nullable
  - `infoDriver` string, nullable
  - `closingDays` ClosingDays
    - `monday` boolean
    - `tuesday` boolean
    - `wednesday` boolean
    - `thursday` boolean
    - `friday` boolean
  - `orderSystem` string, nullable
  - `recurringOrderMonths` RecurringOrderMonths
    - `january` boolean
    - `february` boolean
    - `march` boolean
    - `april` boolean
    - `may` boolean
    - `june` boolean
    - `july` boolean
    - `august` boolean
    - `september` boolean
    - `october` boolean
    - `november` boolean
    - `december` boolean
    - `weekOfMonthlyPOP` integer, nullable
  - `isLimitedToArticleList` boolean, nullable
  - `contractStartDate` string, nullable
  - `contractEndDate` string, nullable
  - `statCode1` string, nullable
  - `statCode2` string, nullable
  - `statCode3` string, nullable
  - `yearBudget` number, double
  - `monthsToReleaseBudget` string, nullable
  - `budgetStartMonth` string, nullable
  - `investmentsIncludedInBudget` boolean, nullable
  - `approver` string, nullable

---

[API](https://skmtc.dev/boma/apis/boma-api-documentation.md) · [All operations](https://skmtc.dev/boma/apis/boma-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/boma/boma-api-documentation/revisions/db29c0cea2bf/schema)
