---
title: "Contractor details"
method: GET
path: "/contractors/{id}"
tags: ["Contractors"]
---

# Contractor details

`GET /contractors/{id}`

Returns full contractor data including addresses and representative employees.

## Path parameters

- `id` integer, required

## Response `200`

Contractor details

- ContractorDetails
  - `id` string, required
  - `name` string, required
  - `status` 'ACTIVE' | 'INACTIVE', required
  - `tax_id_number` string, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `contacts` Contact[], required
    - `type` string, nullable
    - `details` string, nullable
  - `addresses` AddressDetails[], required
    - `address_id` string, nullable
    - `street_address` string, nullable
    - `city` string, nullable
    - `country` string, nullable
    - `postal_code` string, nullable
    - `address_type` string, nullable
  - `employees` EmployeeSummary[], required
    - `employee_id` string, nullable
    - `employee_name` string, nullable
    - `employee_data` EmployeeSummaryEmployeeData
      - `type` string, nullable
      - `job_title` string, nullable
    - `contacts` Contact[], nullable
      - `type` string, nullable
      - `details` string, nullable

## Other responses

- `404` — Contractor not found
- `500` — Data validation error

---

[API](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system.md) · [All operations](https://skmtc.dev/developer-jutra/apis/wms-api-warehouse-management-system/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/developer-jutra/wms-api-warehouse-management-system/revisions/4f7f9819f9b6/schema)
