None.
Name | Description | Type | Additional information |
---|---|---|---|
BillType | BillType |
None. |
|
BillId | integer |
None. |
|
OnlyItemsHaveNoCost | boolean |
None. |
|
FollowVoucherSetting | boolean |
None. |
|
OnlyUncheckedBills | boolean |
None. |
{ "BillType": 1010, "BillId": 1, "OnlyItemsHaveNoCost": true, "FollowVoucherSetting": true, "OnlyUncheckedBills": true }
<ReCalcBillCostPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <BillId>1</BillId> <BillType>Purchase</BillType> <FollowVoucherSetting>true</FollowVoucherSetting> <OnlyItemsHaveNoCost>true</OnlyItemsHaveNoCost> <OnlyUncheckedBills>true</OnlyUncheckedBills> </ReCalcBillCostPara>
Sample not available.
None.