入库管理
查询入库申请状态
查询入库申请单状态。
生产环境
https://ssl.glitzcloud.com/agent/v1/asn/storage/getApplyStatus测试环境
http://gztest.glitzcloud.com/agent/v1/asn/storage/getApplyStatus说明
1、功能名称:查询入库申请单状态
2、功能描述:查询入库申请单状态
请参阅鉴权签名说明。
请求参数
| 名称 | 必填 | 类型 | 示例值 | 描述 |
|---|---|---|---|---|
| apply_number | 是 | String | GCA20102600003 | 入库申请单编号 |
返回字段
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| id | String | 4 | 入库申请单ID |
| applyNumber | String | GCA20102600002 | 入库申请单单号 |
| verifyStatus | String | 0 | 状态 0:未审核, 1:审核通过, 2:审核驳回, 3:已取消 |
示例
请求示例
{
"format": "json",
"apikey": "85082f5f62a811e684f500163e06045f",
"randoms": 1234,
"sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d",
"apply_number": "GCA20102600003"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": {
"id": "4",
"applyNumber": "GCA20102600003",
"verifyStatus": "0"
}
}示例 3
{
"status": 2070,
"reqMsg": "Apply number error",
"result": []
}