NCI管理
认领 NCI
认领 NCI。
生产环境
https://ssl.glitzcloud.com/agent/v1/nci/nci/pick测试环境
http://gztest.glitzcloud.com/agent/v1/nci/nci/pick说明
1、功能名称:认领NCI
2、功能描述:认领NCI
请参阅鉴权签名说明。
请求参数
| 名称 | 必填 | 类型 | 示例值 | 描述 |
|---|---|---|---|---|
| store_name | 是 | String | The Warehouse USA | 仓库名称 |
| nci_id | 是 | Integer | 93 | NCI ID |
示例
请求示例
{
"store_name": "TWUSA01",
"format": "json",
"apikey": "85082f5f62a811e684f500163e0605f",
"secretkey": "85082f5f62a8e684f500163e0605f",
"randoms": 1931,
"sign": "470c59856a790dc36594044c89151f40",
"nci_id": 93
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": []
}示例 3
{
"status": "10003",
"reqMsg": "当前NCI不可认领",
"result": []
}