Skip to content

交易标签 API

公共数据结构

TransactionTagInfoResponse

字段类型描述
idstring交易标签 ID
namestring交易标签名
displayOrderinteger交易标签显示顺序
hiddenboolean交易标签是否隐藏

获取所有交易标签列表

API 路径

transaction/tags/list.json

HTTP 方法

GET

请求参数

返回数据结构

TransactionTagInfoResponse[]

添加交易标签

API 路径

transaction/tags/add.json

HTTP 方法

POST

请求体 Content-Type

application/json

请求数据结构

TransactionTagCreateRequest

字段类型必选描述
namestring必选交易标签名

返回数据结构

TransactionTagInfoResponse

Released under the MIT License.