- 错误编码信息
- 开发指南
- 发票夹业务
- 进项业务
- 税局登陆业务
- 发票归集
- 发票文件下载
- 发票开具
- 智能编码
- 企业相关接口
同步组织(单位、部门、人员)结构接口
POST
/invoiceTicket/updateOrg/1.0
请求参数
Body 参数application/json
tp
enum<integer>
同步类型
>= 1<= 3
枚举值:
123
示例
{
"tp": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/invoiceTicket/updateOrg/1.0' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
业务代码
message
string
业务消息
requestID
string
业务流水号
timestamp
integer
业务提交时间戳
token
string
登陆Token
codeType
integer
业务返回编码格式
iszip
integer
业务返回数据压缩标记
data
object
业务返回数据
示例
{
"code": 0,
"message": "string",
"requestID": "string",
"timestamp": 0,
"token": "string",
"codeType": 0,
"iszip": 0,
"data": {}
}
修改于 2024-10-12 05:26:51