---
title: "Update details of schedule call"
method: PUT
path: "/v1/schedule_call/{id}"
---

# Update details of schedule call

`PUT /v1/schedule_call/{id}`

This API allows you to update the details of particular schedule call.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `customer_name` string — Name of the customer
  - `schedule_callback_date_time` string, required — Date and Time of the scheduled call, format: Y-m-d H:i:s
  - `schedule_callback_text` string — Note for the scheduled call

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/acefone/apis/servetel-base-api-config.md) · [All operations](https://skmtc.net/acefone/apis/servetel-base-api-config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/acefone/servetel-base-api-config/versions/ca83a6f08f7f/schema)
