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

# Zoho CRM: README

> PUT /Appointments__s/{id}. Includes SDK V2 and CLI requests, input constraints, response fields, and Deepline credit cost.

PUT /Appointments\_\_s/\{id}.

<Info>
  Tool ID: `zoho_crm_appointments_update_appointment_by_id`
</Info>

## Run this action

This action has conditional or dynamic input fields that cannot be represented by a reliable static example.

Inspect the live contract before executing it:

```bash theme={null}
deepline tools get zoho_crm_appointments_update_appointment_by_id --json
```

## Example response

The SDK exposes this shape at `result.toolResponse.raw`. Values below are representative.

```json theme={null}
{
  "data": {
    "data": [
      {
        "code": "example",
        "details": {
          "Modified_Time": "example",
          "Modified_By": {},
          "Created_Time": "example"
        },
        "message": "Example message"
      }
    ]
  }
}
```

Use `deepline tools get zoho_crm_appointments_update_appointment_by_id --json` for the latest machine-readable contract.

## Input reference

Request body schema

| Name                    | Type                 | Required | Default | Details                                                                                |
| ----------------------- | -------------------- | -------- | ------- | -------------------------------------------------------------------------------------- |
| `payload.id`            | `111115000000147180` | No       | —       | holds the appointment id , which is going to be deleted Allowed: `111115000000147180`. |
| `payload.appointmentId` | `string`             | Yes      | —       | Path parameter: appointmentId Maximum length: 100.                                     |
| `payload.data`          | `array`              | Yes      | —       | data array contains post request body (Required) Maximum items: 4.                     |

<Info>
  This input schema is too large to embed without slowing the page. Get the complete live contract with `deepline tools get zoho_crm_appointments_update_appointment_by_id --json`.
</Info>

## Output reference

Standard tool result payload.

| Name                                           | Type             | Required | Default | Details                                        |
| ---------------------------------------------- | ---------------- | -------- | ------- | ---------------------------------------------- |
| `result.data`                                  | `object`         | Yes      | —       | appointment update success response            |
| `result.data.data`                             | `array`          | No       | —       | Field: data Maximum items: 2.                  |
| `result.data.data[].code`                      | `string`         | No       | —       | Field: code Maximum length: 255.               |
| `result.data.data[].details`                   | `object`         | No       | —       | Nested schema for details                      |
| `result.data.data[].details.Modified_Time`     | `string`         | No       | —       | Field: Modified\_Time Maximum length: 120.     |
| `result.data.data[].details.Modified_By`       | `object`         | No       | —       | modified by                                    |
| `result.data.data[].details.Modified_By.name`  | `string \| null` | No       | —       | name Maximum length: 255.                      |
| `result.data.data[].details.Modified_By.id`    | `string \| null` | No       | —       | id Maximum length: 255.                        |
| `result.data.data[].details.Modified_By.email` | `string \| null` | No       | —       | email Format: `email`. Maximum length: 33.     |
| `result.data.data[].details.Created_Time`      | `string`         | No       | —       | Field: Created\_Time Maximum length: 120.      |
| `result.data.data[].details.id`                | `string`         | No       | —       | Field: id Maximum length: 255.                 |
| `result.data.data[].details.Created_By`        | `object`         | No       | —       | appointment created by                         |
| `result.data.data[].details.Created_By.name`   | `string \| null` | No       | —       | name Maximum length: 255.                      |
| `result.data.data[].details.Created_By.id`     | `string \| null` | No       | —       | id Maximum length: 255.                        |
| `result.data.data[].details.Created_By.email`  | `string \| null` | No       | —       | email Format: `email`. Maximum length: 33.     |
| `result.data.data[].message`                   | `string`         | No       | —       | Field: message Maximum length: 255.            |
| `result.data.data[].status`                    | `string`         | No       | —       | Field: status Maximum length: 255.             |
| `result.meta`                                  | `object`         | No       | —       | Additional response metadata (status, paging). |

<details>
  <summary>Show raw output schema</summary>

  ### Output JSON Schema

  ```json theme={null}
  {
    "type": "object",
    "description": "Standard tool result payload.",
    "properties": {
      "data": {
        "type": "object",
        "description": "appointment update success response",
        "properties": {
          "data": {
            "type": "array",
            "description": "Field: data",
            "maxItems": 2,
            "items": {
              "type": "object",
              "description": "Nested schema for data",
              "properties": {
                "code": {
                  "type": "string",
                  "description": "Field: code",
                  "maxLength": 255
                },
                "details": {
                  "type": "object",
                  "description": "Nested schema for details",
                  "properties": {
                    "Modified_Time": {
                      "type": "string",
                      "description": "Field: Modified_Time",
                      "maxLength": 120
                    },
                    "Modified_By": {
                      "type": "object",
                      "description": "modified by",
                      "properties": {
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "name",
                          "maxLength": 255
                        },
                        "id": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "id",
                          "maxLength": 255
                        },
                        "email": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "email",
                          "maxLength": 33,
                          "format": "email"
                        }
                      },
                      "additionalProperties": false
                    },
                    "Created_Time": {
                      "type": "string",
                      "description": "Field: Created_Time",
                      "maxLength": 120
                    },
                    "id": {
                      "type": "string",
                      "description": "Field: id",
                      "maxLength": 255
                    },
                    "Created_By": {
                      "type": "object",
                      "description": "appointment created by",
                      "properties": {
                        "name": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "name",
                          "maxLength": 255
                        },
                        "id": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "id",
                          "maxLength": 255
                        },
                        "email": {
                          "type": [
                            "string",
                            "null"
                          ],
                          "description": "email",
                          "maxLength": 33,
                          "format": "email"
                        }
                      },
                      "additionalProperties": false
                    }
                  },
                  "additionalProperties": false
                },
                "message": {
                  "type": "string",
                  "description": "Field: message",
                  "maxLength": 255
                },
                "status": {
                  "type": "string",
                  "description": "Field: status",
                  "maxLength": 255
                }
              },
              "additionalProperties": false
            }
          }
        },
        "additionalProperties": false
      },
      "meta": {
        "type": "object",
        "description": "Additional response metadata (status, paging).",
        "additionalProperties": true
      }
    },
    "required": [
      "data"
    ],
    "additionalProperties": false
  }
  ```
</details>

## Deepline cost

* Pricing model: `fixed` (per call).
* Estimated Deepline credits: `0` per pricing unit.
* Provider-native pricing may still exist outside Deepline credit billing.

## Related documentation

* [SDK V2 quickstart](/docs/sdk-v2/quickstart)
* [SDK reference](/docs/sdk-v2/sdk-reference)
* [Run tools across a CSV](/docs/sdk-v2/batch-csv)
