---
title: "Gets entity details"
method: GET
path: "/entities/{id}"
tags: ["Entities"]
---

# Gets entity details

`GET /entities/{id}`

Gets the entity details of the specified entity id

## Path parameters

- `id` string, required

## Response `200`

successful operation

- Entity
  - `id` string, uuid
  - `tenantId` string
  - `entityId` string
  - `displayId` string
  - `name` string, required
  - `prorationScheme` 'FIXED_DAYS' | 'CALENDAR_DAYS', required
  - `prorationMode` 'NORMALIZED' | 'EXACT_DAYS' | 'EXACT', required
  - `invoiceConfigId` string
  - `invoiceConfig` NumberConfig
    - `configId` string
    - `scheme` 'SEQUENCE' | 'PSEUDO_RANDOM'
    - `prefix` string
    - `length` integer
    - `nextSequenceNumber` integer
  - `timezone` TimeZone
    - `displayName` string
    - `id` string
    - `dstsavings` integer
    - `rawOffset` integer
  - `functionalCurrency` string, required
  - `wireInstruction` string
  - `companyContact` AccountContact
    - `id` string, uuid
    - `contactId` string
    - `externalId` string
    - `erpId` string
    - `crmId` string
    - `accountId` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `emailVerified` boolean
    - `phoneNumber` string
    - `title` string
    - `addressId` string
    - `address` AccountAddress
      - `id` string, uuid
      - `addressId` string
      - `streetAddressLine1` string
      - `streetAddressLine2` string
      - `streetAddressLine3` string
      - `city` string
      - `state` string
      - `country` string
      - `zipcode` string
      - `createdOn` integer
      - `updatedOn` integer
    - `state` 'ACTIVE' | 'DISABLED' | 'EXPIRED'
    - `createdOn` integer
    - `updatedOn` integer
    - `fullName` string
  - `accountReceivableContact` AccountContact
    - `id` string, uuid
    - `contactId` string
    - `externalId` string
    - `erpId` string
    - `crmId` string
    - `accountId` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `emailVerified` boolean
    - `phoneNumber` string
    - `title` string
    - `addressId` string
    - `address` AccountAddress
      - `id` string, uuid
      - `addressId` string
      - `streetAddressLine1` string
      - `streetAddressLine2` string
      - `streetAddressLine3` string
      - `city` string
      - `state` string
      - `country` string
      - `zipcode` string
      - `createdOn` integer
      - `updatedOn` integer
    - `state` 'ACTIVE' | 'DISABLED' | 'EXPIRED'
    - `createdOn` integer
    - `updatedOn` integer
    - `fullName` string
  - `erpId` string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
