- 概述
- 单一窗口
- 单一窗口进出口报关单
- 单一窗口委托协议
- 单一窗口委托关系
- 单一窗口税费单
- 修撤单
- 单一窗口加工贸易账册
- 单一窗口加工贸易手册
- 电子口岸
- 电子口岸出口报关单
- 电子口岸出口收汇报关单
- 电子口岸进口付汇报关单
查询加工贸易手册料件表体
POST
/single-window/{socialCreditCode}/process-trade/manual/img
单一窗口加工贸易手册
请求参数
Authorization
Path 参数
socialCreditCode
string
必需
Body 参数application/json
content
object
业务报文内容
seqNo
string
手册预录入统一编号
collectStartDate
string
采集入库开始日期
collectEndDate
string
采集入库截止日期
current
integer
页码
size
integer
分页条数
sign
string
签名串
signType
string
可选
timestamp
string
请求时间
示例
{
"content": {
"seqNo": "string",
"collectStartDate": "string",
"collectEndDate": "string",
"current": 0,
"size": 0
},
"sign": "string",
"signType": "string",
"timestamp": "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://collection.chinackts.com/cus-data/v1/single-window//process-trade/manual/img' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": {
"seqNo": "string",
"collectStartDate": "string",
"collectEndDate": "string",
"current": 0,
"size": 0
},
"sign": "string",
"signType": "string",
"timestamp": "string"
}'
返回响应
🟢200成功
*/*
Body
code
string
可选
content
array [object {32}]
业务报文内容
scljbt001
string
预录入统一编号
scljbt002
string
序号
scljbt003
string
料号
scljbt004
string
可选
scljbt005
string
变更次数
scljbt006
string
商品编码
scljbt007
string
商品名称
scljbt008
string
规格型号
scljbt009
string
申报计量单位
scljbt010
string
申报计量单位
scljbt011
string
法定计量单位代码
scljbt012
string
法定计量单位
scljbt013
string
可选
scljbt014
string
第二法定计量单位
scljbt015
string
申报单价
scljbt016
string
申报数量
scljbt017
string
申报总价
scljbt018
string
币制代码
scljbt019
string
币制
scljbt020
string
产销国(地区)代码
scljbt021
string
产销国(地区)
scljbt022
string
征免方式代码
scljbt023
string
征免方式名称
scljbt024
string
主料标志
scljbt025
string
修改标记代码
scljbt026
string
修改标记名称
scljbt027
string
商品属性代码
scljbt028
string
商品属性
scljbt029
string
磋商标志
scljbt030
string
备注
scljbt031
string
新增时间
scljbt032
string
采集入库时间
message
string
可选
sign
string
可选
signType
string
可选
total
integer <int32>
可选
示例
{
"code": "string",
"content": [
{
"scljbt001": "string",
"scljbt002": "string",
"scljbt003": "string",
"scljbt004": "string",
"scljbt005": "string",
"scljbt006": "string",
"scljbt007": "string",
"scljbt008": "string",
"scljbt009": "string",
"scljbt010": "string",
"scljbt011": "string",
"scljbt012": "string",
"scljbt013": "string",
"scljbt014": "string",
"scljbt015": "string",
"scljbt016": "string",
"scljbt017": "string",
"scljbt018": "string",
"scljbt019": "string",
"scljbt020": "string",
"scljbt021": "string",
"scljbt022": "string",
"scljbt023": "string",
"scljbt024": "string",
"scljbt025": "string",
"scljbt026": "string",
"scljbt027": "string",
"scljbt028": "string",
"scljbt029": "string",
"scljbt030": "string",
"scljbt031": "string",
"scljbt032": "string"
}
],
"message": "string",
"sign": "string",
"signType": "string",
"total": 0
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-04-20 14:36:43