---
title: "Update Car Booking By Id"
method: PUT
path: "/user/car-modify"
tags: ["Customer"]
---

# Update Car Booking By Id

`PUT /user/car-modify`

Update car booking by booking id

## Query parameters

- `car_booking_id` integer, required

## Request body

- ApiRoutersCustomerCustomerDbModifyBookingPayload — Modify booking payload
  - `modify_type` string, required
  - `app_user_id` integer, required
  - `car_owner_id` integer, required
  - `booking_start_date` string, required
  - `booking_end_date` string, required
  - `booking_hours` integer, required
  - `booking_price` integer, required
  - `original_booking_price` integer
  - `booking_surge_amount` integer, required
  - `booking_advance_amount` integer, required
  - `booking_remaining_amount` integer, required
  - `modify_booking_fee` integer
  - `car_wash_price` integer, required
  - `car_wash_type` string
  - `booking_total_amount` integer, required
  - `booking_amount_paid` integer
  - `damage_protection_plan` string, required
  - `damage_protection_amount` integer, required
  - `delivery_location` string
  - `delivery_latitude` string
  - `delivery_longitude` string
  - `home_delivery_required` string
  - `home_delivery_charges` integer
  - `customer_location` string
  - `customer_latitude` string
  - `customer_longitude` string
  - `booking_from` string, required
  - `razorpay_order_id` string, required
  - `early_pickup_charges` integer
  - `early_return_charges` integer
  - `late_pickup_charges` integer
  - `late_return_charges` integer
  - `cash_back_used` integer
  - `booking_amount_refunded` integer
  - `amount_tobe_paid_for_ui` integer
  - `discount_applied` integer
  - `convenience_fee` integer
  - `hike_percentile` integer
  - `is_free_booking` string
  - `driver_fee` integer
  - `new_user_discount_applied` integer
  - `addon_price` integer
  - `halting_price` integer
  - `is_one_rupee_booking` string
  - `subscription_points_used` integer
  - `coupon_code` string
  - `coupon_amount` integer
  - `zero_headache_plan` string
  - `zero_headache_amount` integer
  - `limited_kilometers` integer
  - `limited_plan` integer
  - `is_spot_payment` string
  - `hike_amount` integer
  - `challan_amount` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/longdrivecars/apis/fastapi-service.md) · [All operations](https://skmtc.dev/longdrivecars/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/longdrivecars/fastapi-service/revisions/f422c9f5b85c/schema)
