查询授信额度
POST
https://natural-system-dev.chinackts.com/ns-api/standard/queryCreditLimit
请求参数
Header 参数
nsrsbh
string
调用方税号
默认值:
{{nsrsbh}}
Body 参数application/json
nsrsbh
string | null
必需
<= 26 字符
示例
{
"nsrsbh": "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://natural-system-dev.chinackts.com/ns-api/standard/queryCreditLimit' \
--header 'nsrsbh: {{nsrsbh}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nsrsbh": "string"
}'
返回响应
🟢200成功
application/json
Body
returncode
string | null
可选
00:成功
01:失败
returnmsg
string | null
可选
错误信息说明
nsrsbh
string | null
纳税人识别号
ztsxbz
string | null
可选
bysxed
number | null
本月授信额度
kysyed
number | null
可用剩余额度
yxzed
number | null
已下载额度
yxzwsyed
number | null
已下载未使用额度
sq
string | null
可选
格式:yyyyMM
id
integer | null
可选
syqjq
string | null
可选
syqjz
string | null
可选
createTime
string | null
可选
updateTime
string | null
可选
kpyf
string | null
开票月份
示例
{
"returncode": "",
"returnmsg": "",
"nsrsbh": "",
"ztsxbz": "",
"bysxed": 0.0,
"kysyed": 0.0,
"yxzed": 0.0,
"yxzwsyed": 0.0,
"sq": "",
"id": 0,
"syqjq": "",
"syqjz": "",
"createTime": "",
"updateTime": "",
"kpyf": ""
}
修改于 2025-04-28 06:02:38