> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gojinko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# jinko car-cancel preview

> Quote the cancellation fee for a car rental

Quote the cancellation fee for a booked car rental and mint the `cancellation_id` that binds a later commit to this quote. `fee_known: false` means the fee could NOT be established, unknown, not free. `manual_required: true` means it cannot be completed online; commit with --manual-ok, once the customer agrees, to hand it to a Jinko agent.

## Usage

```bash theme={null}
jinko car-cancel preview [options]
```

## Options

| Flag                   | Required | Description                                                                                                                                                               | Default |
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `--booking-ref <ref>`  | Yes      | Jinko booking reference from get-booking. JSON: `booking_ref`.                                                                                                            |         |
| `--last-name <name>`   | No       | Driver surname, required for guest lookup; owning credentials may omit it. JSON: `last_name`.                                                                             |         |
| `--item-id <id>`       | No       | Stable booked item ID from get-booking; required when several items of this domain exist. JSON: item\_id.                                                                 |         |
| `--user-intent <text>` | No       | the end user's request in their own words, forwarded to Jinko for observability and relevance (avoid PII). Env fallback: JINKO\_USER\_INTENT. JSON: `intent.user_intent`. |         |
