- 概述
- 单一窗口
- 单一窗口进出口报关单
- 单一窗口委托协议
- 单一窗口委托关系
- 单一窗口税费单
- 修撤单
- 单一窗口加工贸易账册
- 单一窗口加工贸易手册
- 电子口岸
- 电子口岸出口报关单
- 电子口岸出口收汇报关单
- 电子口岸进口付汇报关单
查询加工贸易手册成品表体
POST
/single-window/{socialCreditCode}/process-trade/manual/exg
单一窗口加工贸易手册
请求参数
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/exg' \
--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 {33}]
业务报文内容
sccpbt001
string
预录入统一编号
sccpbt002
string
商品序号
sccpbt003
string
可选
sccpbt004
string
变更次数
sccpbt005
string
商品料号
sccpbt006
string
商品编码
sccpbt007
string
商品名称
sccpbt008
string
商品规格型号描述
sccpbt009
string
申报计量单位代码
sccpbt010
string
申报计量单位
sccpbt011
string
法定计量单位代码
sccpbt012
string
法定计量单位
sccpbt013
string
可选
sccpbt014
string
法定第二计量单位
sccpbt015
string
申报单价
sccpbt016
string
申报币制代码
sccpbt017
string
申报币制
sccpbt018
string
申报数量
sccpbt019
string
申报总价
sccpbt020
string
产销国(地区)代码
sccpbt021
string
产销国(地区)
sccpbt022
string
征免方式代码
sccpbt023
string
征免方式
sccpbt024
string
主料标志
sccpbt025
string
修改标志代码
sccpbt026
string
修改标志
sccpbt027
string
商品属性代码
sccpbt028
string
商品属性
sccpbt029
string
磋商标志代码
sccpbt030
string
磋商标志
sccpbt031
string
备注
sccpbt032
string
新增时间
sccpbt033
string
采集入库时间
message
string
可选
sign
string
可选
signType
string
可选
total
integer <int32>
可选
示例
{
"code": "string",
"content": [
{
"sccpbt001": "string",
"sccpbt002": "string",
"sccpbt003": "string",
"sccpbt004": "string",
"sccpbt005": "string",
"sccpbt006": "string",
"sccpbt007": "string",
"sccpbt008": "string",
"sccpbt009": "string",
"sccpbt010": "string",
"sccpbt011": "string",
"sccpbt012": "string",
"sccpbt013": "string",
"sccpbt014": "string",
"sccpbt015": "string",
"sccpbt016": "string",
"sccpbt017": "string",
"sccpbt018": "string",
"sccpbt019": "string",
"sccpbt020": "string",
"sccpbt021": "string",
"sccpbt022": "string",
"sccpbt023": "string",
"sccpbt024": "string",
"sccpbt025": "string",
"sccpbt026": "string",
"sccpbt027": "string",
"sccpbt028": "string",
"sccpbt029": "string",
"sccpbt030": "string",
"sccpbt031": "string",
"sccpbt032": "string",
"sccpbt033": "string"
}
],
"message": "string",
"sign": "string",
"signType": "string",
"total": 0
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-04-20 14:36:16