---
title: "Add/Update call title"
method: POST
path: "/scorecard/callField"
tags: ["scorecard"]
---

# Add/Update call title

`POST /scorecard/callField`

Assigns or updates a custom title for a call record. Used to add descriptive labels to calls for easier identification and organization within scorecards.

## Request body

- CallFieldPost
  - `call_title` string, required — Call Title. Type: string.
  - `call_id` integer, required — Unique identifier for the call record. Integer. Use as the primary key when cross-referencing other endpoints (e.g., /call/transcription, /call/tag).

## Response `200`

Confirmation of the title assignment operation with result status

- PostResponse
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string, required — Error message when result='error'. String. Empty/null on success.
  - `data` string — Response payload. Shape varies by endpoint.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/revisions/ccf9bbe34f5a/schema)
