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

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

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

请求参数

Query 参数

Header 参数

Body 参数application/json

示例
{
	"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",
    "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