POST jxc_api/Warehouse/ReCalcBillCost

Request Information

URI Parameters

None.

Body Parameters

ReCalcBillCostPara
NameDescriptionTypeAdditional information
BillType

BillType

None.

BillId

integer

None.

OnlyItemsHaveNoCost

boolean

None.

FollowVoucherSetting

boolean

None.

OnlyUncheckedBills

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "BillType": 1010,
  "BillId": 1,
  "OnlyItemsHaveNoCost": true,
  "FollowVoucherSetting": true,
  "OnlyUncheckedBills": true
}

application/xml, text/xml

Sample:
<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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.