- 公共业务
- 票据识别
- 发票查验
- 发票认证
- 数电开票
- 附录
- 常见问题
- 版本发布
入账调整
POST
/api/income/accountingAdjustment
income
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Body 参数application/json
uid
string
唯一编码
>= 16 字符<= 36 字符
nsrsbh
string
税号
>= 1 字符
dlsfsjh
string
登录身份 手机号
>= 1 字符
params
array[object (InvoiceAdjustmentFp) {18}] | null
可选
gmf_nsrsbh
string | null
购买方纳税人识别号
xsf_nsrsbh
string | null
销售方纳税人识别号
xsf_nsrmc
string | null
销售方纳税人名称
zz_fpdm
string | null
可选
zz_fphm
string | null
可选
fphm
string | null
可选
kprq
string | null
可选
YYYY-MM-DD HH:mm:ss
je
string | null
金额
se
string | null
税额
rzytDm
string | null
可选
fplxDm
string | null
发票类型代码
fpkjztDm
string | null
发票开具状态
fplyDm
string | null
发票来源代码
rzsj
string | null
可选
sbyy
string | null
可选
返回结果时返回该值,失败时有值。如:该纸质发票号码或代码可能未在待入账发票清单中,不是当前纳税人下的,请核对!该发票已入账过!
rzyt_dm1
string | null
旧的入账状态代码
mxuuid
string | null
可选
rzuuid
string | null
发票入账uuid
示例
{
"uid": "stringstringstri",
"nsrsbh": "string",
"dlsfsjh": "string",
"params": [
{
"gmf_nsrsbh": "string",
"xsf_nsrsbh": "string",
"xsf_nsrmc": "string",
"zz_fpdm": "string",
"zz_fphm": "string",
"fphm": "string",
"kprq": "string",
"je": "string",
"se": "string",
"rzytDm": "string",
"fplxDm": "string",
"fpkjztDm": "string",
"fplyDm": "string",
"rzsj": "string",
"sbyy": "string",
"rzyt_dm1": "string",
"mxuuid": "string",
"rzuuid": "string"
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://banas.ccitcn.com/api/income/accountingAdjustment' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200OK
application/json
Body
Banas 返回结果
result
object (AccountingAdjustmentResponse)
可选
data
string | null
执行结果
status
integer <int32>
可选
errorMessage
string | null
异常信息
示例
{
"result": {
"data": "string"
},
"status": 0,
"errorMessage": "string"
}
修改于 2024-08-26 06:29:53