---
title: "POST /abdm/uhi/v1/physical-consultation/booking/update"
method: POST
path: "/abdm/uhi/v1/physical-consultation/booking/update"
---

# POST /abdm/uhi/v1/physical-consultation/booking/update

`POST /abdm/uhi/v1/physical-consultation/booking/update`

Update the details of a physical consultation appointment.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Request body

- ModelsUpdateOrderRequest
  - `end_time` string — Updated end time of the appointment (24H format, ISO 8601 supported)
  - `facility_id` string — Unique identifier of the facility where the appointment will take place
  - `order_id` string — Unique identifier of the order to be updated
  - `provider_id` string — Unique identifier of the healthcare provider or hospital
  - `slot_id` string — Unique identifier of the new slot to be updated
  - `start_time` string — Updated start time of the appointment (24H format, ISO 8601 supported)
  - `transaction_id` string — Unique transaction identifier associated with the order, received in the previous api response

## Response `200`

OK

- ModelsGetPhysConsCommonResponse
  - `order_id` string — Unique booking/order ID
  - `provider_id` string — Provider ID for the next API call
  - `txn_id` string — Unique transaction ID for the next API call

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/versions/9ea23456f722/schema)
