---
title: "PUT /ServiceCatalog/{id}"
method: PUT
path: "/ServiceCatalog/{id}"
tags: ["ServiceCatalog"]
---

# PUT /ServiceCatalog/{id}

`PUT /ServiceCatalog/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateServiceCatalogItemDto
  - `code` string, nullable
  - `description` string, nullable
  - `invoiceName` string, nullable
  - `basePrice` union
    - number, double
    - string, double
  - `isTaxable` boolean, nullable
  - `vatCategory` string, nullable
  - `isActive` boolean, nullable
  - `category` string, nullable
  - `displayOrder` union
    - integer
    - string, int32

## Response `200`

OK

- ServiceCatalogItemDto
  - `id` string
  - `code` string
  - `description` string
  - `invoiceName` string, nullable
  - `basePrice` union
    - number, double
    - string, double
  - `isTaxable` boolean
  - `vatCategory` string, nullable
  - `isActive` boolean
  - `category` string, nullable
  - `displayOrder` union
    - integer
    - string, int32
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

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