---
title: "PUT /v1/console/invoice/titles/{id}"
method: PUT
path: "/v1/console/invoice/titles/{id}"
tags: ["InvoiceService"]
---

# PUT /v1/console/invoice/titles/{id}

`PUT /v1/console/invoice/titles/{id}`

UpdateTitle 修改抬头（1-2）

## Path parameters

- `id` string, required

## Request body

- InvoiceV1UpdateTitleRequest
  - `bankAccount` string
  - `bankName` string
  - `id` string
  - `name` string
  - `regAddress` string
  - `regPhone` string
  - `setDefault` boolean
  - `taxNo` string — tax_no 个人抬头可选中国大陆居民身份证号；企业抬头必填税号/统一社会信用代码
  - `titleType` string

## Response `200`

OK

- InvoiceV1TitleReply
  - `title` InvoiceV1InvoiceTitle — InvoiceTitle 发票抬头（用户模板）。user_id 不回传（归属由 JWT 保证）。
    - `bankAccount` string
    - `bankName` string
    - `createdAt` string, date-time
    - `id` string
    - `isDefault` boolean — is_default 是否默认抬头
    - `name` string — name 抬头名称（个人姓名 / 企业名称）
    - `regAddress` string — reg_address 注册地址（专票必填）
    - `regPhone` string — reg_phone 注册电话（专票必填）
    - `taxNo` string — tax_no 个人抬头可选中国大陆居民身份证号；企业抬头必填税号/统一社会信用代码
    - `titleType` string — title_type 抬头类型：personal=个人 company=企业
    - `updatedAt` string, date-time

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
