Businese.BillAdjustDAL.GetById
Parameters:
| Name |
Type |
Description |
| RecordId |
String |
|
Sample:
Request:
{
"jsonrpc": "2.0",
"method": "Businese.BillAdjustDAL.GetById",
"params": {
"RecordId" : "" /* [String]*/
},
"id": 1,
"tags": {
"usertoken": "",
"sessionid": ""
}
}
Response:
{
"jsonrpc": "2.0",
"result": {
"RecordId": "" /*单据Id*/,
"BillCode": "" /*单据编号*/,
"BillDate": "2026-03-21T19:05:58.4573754+08:00" /*单据日期*/,
"DealerId": "" /*订货经销商Id*/,
"DealerCode": "" /*订货经销商编号*/,
"DealerName": "" /*订货经销商姓名*/,
"Amount": 0.0 /*货款调整金额*/,
"Remark": "" /*备注*/,
"Mobile": "" /*联系电话*/,
"Creator": "" /*录入人*/,
"CreatorName": "" /*录入人姓名*/,
"CreateTime": "2026-03-21T19:05:58.4573754+08:00" /*录入时间*/,
"LastModifier": "" /*最后修改人*/,
"LastModifierName": "" /*最后修改人姓名*/,
"LastModifyTime": "2026-03-21T19:05:58.4573754+08:00" /*最后修改时间*/,
"DealerIdSend": "" /*发货经销商Id*/,
"DealerCodeSend": "" /*发货经销商编号*/,
"DealerNameSend": "" /*发货经销商姓名*/,
"TimeStamp": "" /*时间戳*/,
"State": 1 /*单据状态*/,
"Auditor": "",
"AuditorName": "",
"AuditTime": "2026-03-21T19:05:58.4573754+08:00",
"ChangeType": 0,
"IdValues": [
""
],
"iState": 1,
"Items": [
{
"DtlId": "" /*明细Id*/,
"RecordId": "" /*单据Id*/,
"ProductId": "" /*商品Id*/,
"ProductCode": "" /*商品编号*/,
"ProductName": "" /*商品名称*/,
"Spec": "" /*规格*/,
"UnitName": "" /*计量单位*/,
"Qty": 0.0 /*数量*/,
"ChangeType": 0
}
] /*货物明细*/
},
"error": null,
"id": 1
}