Http方法:POST
路由:api/PDA/GetShelveInfoByCode
说 明:根据上架单号Code获取到上架管理信息(上架明细中的商品编号有可能是重复的)
请求参数
None.
Body Parameters
请求对象
GetShelveInfoByCodeRequestInfo参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
ShelveCode |
上架单号 |
string |
None |
User_Id |
用户ID |
integer |
None |
UserTrueName | string |
None |
|
Storage_Id |
仓库ID |
integer |
None |
StorageName | string |
None |
|
Role_Id |
角色ID |
integer |
None |
RoleName | string |
None |
|
Consignor_Id |
货主 |
integer |
None |
ConsignorCode | string |
None |
|
ConsignorName | string |
None |
|
Provider_Id |
供应商 |
integer |
None |
ProviderCode | string |
None |
|
ProviderShortName | string |
None |
|
Mac |
PDA的Mac地址 |
string |
None |
where |
查询条件 |
string |
None |
Request Formats
application/json, text/json
Sample:
{ "ShelveCode": "sample string 1", "User_Id": 2, "UserTrueName": "sample string 3", "Storage_Id": 4, "StorageName": "sample string 5", "Role_Id": 6, "RoleName": "sample string 7", "Consignor_Id": 8, "ConsignorCode": "sample string 9", "ConsignorName": "sample string 10", "Provider_Id": 11, "ProviderCode": "sample string 12", "ProviderShortName": "sample string 13", "Mac": "sample string 14", "where": "sample string 15" }
返回响应信息
说 明:根据上架单号Code获取到上架管理信息(上架明细中的商品编号有可能是重复的)
PurchaseShelveData参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None |
|
State | string |
None |
|
Dynamic | Object |
None |
|
Msg | string |
None |
|
Data | Collection of PurchaseShelveData |
None |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "State": "sample string 2", "Dynamic": {}, "Msg": "sample string 4", "Data": [ { "ShelveList_Id": 1, "ProductCode": "sample string 2", "ProductName": "sample string 3", "ProductModel": "sample string 4", "ProductSpec": "sample string 5", "Quantity": 6, "OnShelveQuantity": 7, "ShelvedQuantity": 8, "PositionName": "sample string 9", "ShelveCode": "sample string 10", "PlateCode": "sample string 11", "ProduceDate": "2025-05-04T17:40:36.8551422+08:00", "MiddleBarcode": "sample string 12", "BigBarcode": "sample string 13", "ExtendField03": "sample string 14", "ExtendField05": "sample string 15", "RelationCode": "sample string 16", "RelationCode2": "sample string 17", "RelationCode3": "sample string 18", "RelationCode4": "sample string 19", "RelationCode5": "sample string 20", "MiddleUnitConvert": 1.0, "UnitConvert": 1.0 }, { "ShelveList_Id": 1, "ProductCode": "sample string 2", "ProductName": "sample string 3", "ProductModel": "sample string 4", "ProductSpec": "sample string 5", "Quantity": 6, "OnShelveQuantity": 7, "ShelvedQuantity": 8, "PositionName": "sample string 9", "ShelveCode": "sample string 10", "PlateCode": "sample string 11", "ProduceDate": "2025-05-04T17:40:36.8551422+08:00", "MiddleBarcode": "sample string 12", "BigBarcode": "sample string 13", "ExtendField03": "sample string 14", "ExtendField05": "sample string 15", "RelationCode": "sample string 16", "RelationCode2": "sample string 17", "RelationCode3": "sample string 18", "RelationCode4": "sample string 19", "RelationCode5": "sample string 20", "MiddleUnitConvert": 1.0, "UnitConvert": 1.0 }, { "ShelveList_Id": 1, "ProductCode": "sample string 2", "ProductName": "sample string 3", "ProductModel": "sample string 4", "ProductSpec": "sample string 5", "Quantity": 6, "OnShelveQuantity": 7, "ShelvedQuantity": 8, "PositionName": "sample string 9", "ShelveCode": "sample string 10", "PlateCode": "sample string 11", "ProduceDate": "2025-05-04T17:40:36.8551422+08:00", "MiddleBarcode": "sample string 12", "BigBarcode": "sample string 13", "ExtendField03": "sample string 14", "ExtendField05": "sample string 15", "RelationCode": "sample string 16", "RelationCode2": "sample string 17", "RelationCode3": "sample string 18", "RelationCode4": "sample string 19", "RelationCode5": "sample string 20", "MiddleUnitConvert": 1.0, "UnitConvert": 1.0 } ] }