Http方法:POST
路由:api/Storage_ProfitLoss/GetStorageProfitLossDetails
根据货位转移单ID获取货位转移单明细信息(新)
请求参数
None.
Body Parameters
GetBaseDetailsRequestInfo参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
PrimaryID |
主键 |
integer |
None |
PrimaryCode |
主要编号 |
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:
{ "PrimaryID": 1, "PrimaryCode": "sample string 2", "User_Id": 3, "UserTrueName": "sample string 4", "Storage_Id": 5, "StorageName": "sample string 6", "Role_Id": 7, "RoleName": "sample string 8", "Consignor_Id": 9, "ConsignorCode": "sample string 10", "ConsignorName": "sample string 11", "Provider_Id": 12, "ProviderCode": "sample string 13", "ProviderShortName": "sample string 14", "Mac": "sample string 15", "where": "sample string 16" }
返回响应信息
根据货位转移单ID获取货位转移单明细信息(新)
ResultInfoOfStorage_ProfitLoss参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None |
|
State | string |
None |
|
Dynamic | Object |
None |
|
Msg | string |
None |
|
Data | Storage_ProfitLoss |
None |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "State": "sample string 2", "Dynamic": {}, "Msg": "sample string 4", "Data": { "ProfitLoss_Id": 1, "ProfitLossCode": "sample string 2", "Check_Id": 1, "CheckCode": "sample string 3", "Storage_Id": 4, "StorageName": "sample string 5", "Consignor_Id": 1, "ConsignorCode": "sample string 6", "ConsignorName": "sample string 7", "ApplyDate": "2025-05-04T18:02:18.9851067+08:00", "StatusText": "sample string 8", "TotalProductStorage": 1, "TotalPurchaseMoney": 1.0, "TotalCheckQuantity": 1, "TotalProfitQuantity": 1, "TotalProfitMoney": 1.0, "TotalLossQuantity": 1, "TotalLossMoney": 1.0, "SortingDate": "2025-05-04T18:02:18.9851067+08:00", "SortingStatus": 64, "Auditor": "sample string 9", "Auditing": 64, "AuditDate": "2025-05-04T18:02:18.9851067+08:00", "Enable": 64, "AuditRemark": "sample string 10", "Remark": "sample string 11", "CreateID": 12, "User_Id": 13, "UserTrueName": "sample string 14", "Dept_Id": 1, "DeptName": "sample string 15", "Creator": "sample string 16", "CreateDate": "2025-05-04T18:02:18.9851067+08:00", "ModifyID": 1, "Modifier": "sample string 17", "ModifyDate": "2025-05-04T18:02:18.9851067+08:00", "vStorage_ProfitLossList": [ { "ProfitLossList_Id": "sample string 1", "ProfitLoss_Id": 2, "Product_Id": 3, "ProductCode": "sample string 4", "ProductName": "sample string 5", "ProductModel": "sample string 6", "RelationCode": "sample string 7", "ProductStorage": 1, "CheckQuantity": 1, "ProfitQuantity": 1, "LossQuantity": 1, "CheckDiff": 1, "ReCheckQuantity": 1, "ReCheckDiff": 1, "ProduceDate": "2025-05-04T18:02:18.9851067+08:00", "LimitDate": "2025-05-04T18:02:18.9851067+08:00", "Qty": 1, "RecordAction": 0 }, { "ProfitLossList_Id": "sample string 1", "ProfitLoss_Id": 2, "Product_Id": 3, "ProductCode": "sample string 4", "ProductName": "sample string 5", "ProductModel": "sample string 6", "RelationCode": "sample string 7", "ProductStorage": 1, "CheckQuantity": 1, "ProfitQuantity": 1, "LossQuantity": 1, "CheckDiff": 1, "ReCheckQuantity": 1, "ReCheckDiff": 1, "ProduceDate": "2025-05-04T18:02:18.9851067+08:00", "LimitDate": "2025-05-04T18:02:18.9851067+08:00", "Qty": 1, "RecordAction": 0 }, { "ProfitLossList_Id": "sample string 1", "ProfitLoss_Id": 2, "Product_Id": 3, "ProductCode": "sample string 4", "ProductName": "sample string 5", "ProductModel": "sample string 6", "RelationCode": "sample string 7", "ProductStorage": 1, "CheckQuantity": 1, "ProfitQuantity": 1, "LossQuantity": 1, "CheckDiff": 1, "ReCheckQuantity": 1, "ReCheckDiff": 1, "ProduceDate": "2025-05-04T18:02:18.9851067+08:00", "LimitDate": "2025-05-04T18:02:18.9851067+08:00", "Qty": 1, "RecordAction": 0 } ], "RecordAction": 0 } }