---
title: "View existing Service Package"
method: GET
path: "/api/v1/service-packages/{id}"
tags: ["Service Packages"]
---

# View existing Service Package

`GET /api/v1/service-packages/{id}`

Returns an existing service package and all its details.

## Query parameters

- `include` string

## Parameters

- `#/paths/~1api~1v1~1sales/delete/parameters/0` — unresolved $ref

## Response `200`

successful operation

- object
  - `data` object — ServicePackage = Services. A service package is a collection of services and products that are sold together. It is a way to group multiple lab test/products together to make it easier to sell them. For example, a service package might include a blood test, and a few products. Service packages can also not contain any products or lab tests, for example, a grooming session. A service package appears as an individual line item on the sale/invoice.
    - `id` integer
    - `name` string
    - `client_name` string, nullable
    - `staff_description` string, nullable
    - `description` string
    - `price` string
    - `price_includes_tax` boolean
    - `tax` number — Deprecated. Summed percentage of `tax_rates`. Use `tax_rates` instead.
    - `tax_rates` Items[] — Tax rates applied to this item. Always present. — unresolved $ref
    - `unit_price` string
    - `clinic_id` integer
    - `visit_type_id` integer, nullable
    - `category` string
    - `aaha_code` string
    - `barcode` string
    - `task_templates` object[], nullable
      - `id` integer
      - `name` string
    - `is_plan_benefit` boolean
    - `is_deleted` boolean

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `429` — unresolved $ref

---

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