---
title: "Set Call Availabilities For Current User"
method: POST
path: "/call/schedule"
tags: ["call-schedules"]
---

# Set Call Availabilities For Current User

`POST /call/schedule`

## Request body

- SetCallAvailabilityRequest
  - `availability` TimeRange[], required
    - `start_time` string, date-time, required
    - `end_time` string, date-time, required
  - `call_id` string, uuid, nullable
  - `ticker_call_availabilities` TickerCallAvailability[], nullable
    - `ticker` string, required
  - `call_source_slug` string, nullable
  - `ticker` string, nullable

## Response `200`

Successful Response

- SetCallAvailabilityResponse
  - `rejected_tickers` RejectedTicker[]
    - `ticker` string, required
    - `code` string, required
    - `message` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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