K5物流软件 API文档
文档首页快件接口(小包/快递)一件代发(仓储)大货中转(仓储)退换标(仓储)设备对接
文档首页快件接口(小包/快递)一件代发(仓储)大货中转(仓储)退换标(仓储)设备对接
  1. 大货中转(仓储)
  • 大货中转创建入库:[ createGStorage]
    POST
  • 查询大货中转入库状态:[getGStorageStatus]
    POST
  • 大货中转查询入库单:[searchGStorage]
    POST
  • 大货中转创建出库:[createGSOrder ]
    POST
  • 大货中转查询出库订单:[ searchGSOrder]
    POST
  • 大货中转查询库存:[ searchGStock ]
    POST
  1. 大货中转(仓储)

大货中转查询入库单:[searchGStorage]

POST
http://yqbug.kingtrans.net/PostInterfaceService

请求参数

Query 参数
method
string 
必需
示例值:
searchGStorage
Header 参数
Content-Type
string 
可选
默认值:
application/json;charset=UTF-8
Body 参数application/json
Verify
object 
验证信息
必需
Clientid
string 
必需
客户编码(由物流商提供)
Token
string 
必需
验证Token(由物流商提供)
InDataBeg
string 
可选
到库开始时间,未到库状态不要填
InDataEnd
string 
可选
到库结束时间,未到库状态不要填
HouseId
string 
仓库编码
必需
InStatus
string 
可选
到库状态0:未到库1:已到库
示例
{
	"Verify": {
		"Clientid": "XC",
		"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
	},
	"InDataBeg": "2023-09-05 09:41:25",
	"InDataEnd": "2023-12-05 16:41:25",
	"HouseId": "xh",
	"InStatus": "1"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://yqbug.kingtrans.net/PostInterfaceService?method=searchGStorage' \
--header 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{
	"Verify": {
		"Clientid": "XC",
		"Token": "WVFCVUc=ng7kbKSHS6gV0nJvkf8j"
	},
	"InDataBeg": "2023-09-05 09:41:25",
	"InDataEnd": "2023-12-05 16:41:25",
	"HouseId": "xh",
	"InStatus": "1"
}'

返回响应

🟢200成功
application/json
Body
statusCode
string 
可选
状态 (success:成功,error:失败)
message
string 
提示信息
必需
StorageDatas
array [object {9}] 
必需
Status
string 
可选
状态 0:新建-2:转运 1:到库(到库添加对应库存
SingleNumber
string 
可选
CustomerNumber
string 
可选
StorageId
string 
对接方入库主键
可选
boxurl
string 
箱唛标签打印地址
可选
HouseId
string 
仓库编码
可选
MergeSheetId
string 
入库总单据编号
可选
InData
string 
到库时间
可选
Storages
object 
可选
示例
{
    "statusCode": "string",
    "message": "string",
    "StorageDatas": [
        {
            "Status": "string",
            "SingleNumber": "string",
            "CustomerNumber": "string",
            "StorageId": "string",
            "boxurl": "string",
            "HouseId": "string",
            "MergeSheetId": "string",
            "InData": "string",
            "Storages": {
                "Sheetid": "string",
                "Num": "string",
                "BoxCode": "string",
                "ProductName": "string",
                "Specification": "string",
                "ProductLength": "string",
                "ProductWidth": "string",
                "ProductHeight": "string"
            }
        }
    ]
}
修改于 2025-04-18 03:53:54
上一页
查询大货中转入库状态:[getGStorageStatus]
下一页
大货中转创建出库:[createGSOrder ]
Built with