跳转到内容

发票抬头档案(user 一户一档;未登记为 null;仅登录态)

GET
/v1/invoice-profile
curl --request GET \
--url https://api.tansr.com/v1/invoice-profile \
--header 'Authorization: Bearer <token>'

档案

Media typeapplication/json
object
profile
required
One of:
object
type
required
Any of:
string
Allowed value: personal
title
required
string
taxId
required
Any of:
string
email
required
string
updatedAt
required
string
Example
{
"profile": {
"type": "personal"
}
}