Http方法:POST
路由:api/Storage_ProfitLoss/GetByCode
根据盘点盈亏单Code获取盘点盈亏单管理信息
请求参数
参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
ProfitLossCode |
盘点盈亏单编号 |
string |
Required |
返回响应信息
根据盘点盈亏单Code获取盘点盈亏单管理信息
Storage_ProfitLoss参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
ProfitLoss_Id |
报损单ID |
integer |
None |
ProfitLossCode |
盈亏单号 |
string |
None |
Check_Id |
盘点单ID |
integer |
None |
CheckCode |
盘点单号 |
string |
None |
Storage_Id |
仓库ID |
integer |
None |
StorageName |
仓库名称 |
string |
None |
Consignor_Id |
货主ID |
integer |
None |
ConsignorCode |
货主编号 |
string |
None |
ConsignorName |
货主名称 |
string |
None |
ApplyDate |
生成日期 |
date |
None |
StatusText |
状态 |
string |
None |
TotalProductStorage |
合计账面库存量 |
integer |
None |
TotalPurchaseMoney |
合计账面成本额 |
decimal number |
None |
TotalCheckQuantity |
合计盘点数量 |
integer |
None |
TotalProfitQuantity |
合计盘盈数量 |
integer |
None |
TotalProfitMoney |
合计盘盈金额 |
decimal number |
None |
TotalLossQuantity |
合计盘亏数量 |
integer |
None |
TotalLossMoney |
合计盘亏金额 |
decimal number |
None |
SortingDate |
分拣日期 |
date |
None |
SortingStatus |
分拣状态 |
byte |
None |
Auditor |
审核人 |
string |
None |
Auditing |
审核 |
byte |
None |
AuditDate |
审核日期 |
date |
None |
Enable |
是否可用 |
byte |
None |
AuditRemark |
审核备注 |
string |
None |
Remark |
备注 |
string |
None |
CreateID |
创建人ID |
integer |
None |
User_Id |
经手人ID |
integer |
None |
UserTrueName |
经手人 |
string |
None |
Dept_Id |
部门ID |
integer |
None |
DeptName |
部门 |
string |
None |
Creator |
创建人 |
string |
None |
CreateDate |
创建时间 |
date |
None |
ModifyID |
修改人ID |
integer |
None |
Modifier |
修改人 |
string |
None |
ModifyDate |
修改时间 |
date |
None |
vStorage_ProfitLossList | Collection of vStorage_ProfitLossList |
None |
|
RecordAction |
记录操作动作 |
RecordAction |
None |
Response Formats
application/json, text/json
Sample:
{ "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-04T13:40:40.418582+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-04T13:40:40.418582+08:00", "SortingStatus": 64, "Auditor": "sample string 9", "Auditing": 64, "AuditDate": "2025-05-04T13:40:40.418582+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-04T13:40:40.418582+08:00", "ModifyID": 1, "Modifier": "sample string 17", "ModifyDate": "2025-05-04T13:40:40.418582+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-04T13:40:40.418582+08:00", "LimitDate": "2025-05-04T13:40:40.418582+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-04T13:40:40.418582+08:00", "LimitDate": "2025-05-04T13:40:40.418582+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-04T13:40:40.418582+08:00", "LimitDate": "2025-05-04T13:40:40.418582+08:00", "Qty": 1, "RecordAction": 0 } ], "RecordAction": 0 }