EAS
  1. 进项
EAS
  • 基础
    • 添加授权企业
      POST
    • 查询退税率文库
      POST
  • 销项
    • 上传ERP待开发票
      POST
    • 接口关单开票
      POST
    • 接口销售开票(蓝字)
      POST
    • 接口销售开票(红字)
      POST
    • 已开具发票查询
      POST
    • 获取发票版式文件
      POST
  • 进项
    • 推送已识别票据信息
    • 进项发票查询
      POST
    • 获取发票版式文件
      POST
    • 进项发票影像云识别
      POST
  • 退税
    • 检查申报数据
      POST
    • 生成申报文件
      POST
    • 报送申报文件
      POST
    • 查询申报状态
      POST
    • 查询审核进度
      POST
    • 解析反馈文件
      POST
    • 查询反馈数据
      POST
    • 申请反馈结果
      POST
    • 查询反馈列表
      POST
    • 下载反馈文件
      POST
  • 电局
    • 快捷登录电子税局
      POST
    • 扫码登录电子税局
      POST
    • 查询电子税局登录状态
      POST
  1. 进项

获取发票版式文件

POST
https://supplychain-dev.chinackts.com/qst/enterprise/{socialCreditCode}/base/getFile

请求参数

Path 参数
socialCreditCode
string 
必需
Header 参数
nsrsbh
string 
可选
默认值:
{{nsrsbh}}
Body 参数application/json
fileId
string 
版式文件ID
必需
示例
{
    "fileId": "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://supplychain-dev.chinackts.com/qst/enterprise//base/getFile' \
--header 'nsrsbh: {{nsrsbh}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "fileId": "string"
}'

返回响应

🟢200成功
text/plain
文件内容,base64 字符串
Body
object {0}
修改于 2025-04-28 05:53:49
上一页
进项发票查询
下一页
进项发票影像云识别
Built with