Businese.BillStockOutDAL.GetById
Parameters:
| Name |
Type |
Description |
| RecordId |
String |
|
Sample:
Request:
{
"jsonrpc": "2.0",
"method": "Businese.BillStockOutDAL.GetById",
"params": {
"RecordId" : "" /* [String]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
Response:
{
"jsonrpc": "2.0",
"result": {
"RecordId": "" /*单据Id*/,
"BillCode": "" /*单据编号*/,
"BillDate": "2026-03-21T19:08:23.242719+08:00" /*单据日期*/,
"BillType": 0 /*单据类别*/,
"Remark": "" /*备注*/,
"State": 1 /*State*/,
"Creator": "" /*录入人*/,
"CreatorName": "" /*录入人姓名*/,
"CreateTime": "2026-03-21T19:08:23.242719+08:00" /*录入时间*/,
"LastModifier": "" /*最后修改人*/,
"LastModifierName": "" /*最后修改人姓名*/,
"LastModifyTime": "2026-03-21T19:08:23.242719+08:00" /*最后修改时间*/,
"Auditor": "" /*审核人*/,
"AuditorName": "" /*审核人姓名*/,
"AuditTime": "2026-03-21T19:08:23.242719+08:00" /*审核时间*/,
"TimeStamp": "" /*时间戳*/,
"ChangeType": 0,
"IdValues": [
""
],
"iState": 1,
"Items": [
{
"DtlId": "" /*明细Id*/,
"RecordId": "" /*单据Id*/,
"SeqNo": 1 /*序号*/,
"ProductId": "" /*商品Id*/,
"ProductCode": "" /*商品编码*/,
"ProductName": "" /*商品名称*/,
"Spec": "" /*规格*/,
"Unit": "" /*计量单位*/,
"AccQty": 0.0 /*账面数量*/,
"Qty": 0.0 /*数量*/,
"Remark": "" /*备注*/,
"ChangeType": 0
}
] /*商品明细*/
},
"error": null,
"id": 1
}