{
"data": {
"billDate": "2019-08-24T14:15:22Z",
"fundAccountId": 0,
"fundAccountList": [
{
"accountId": 0,
"fundAccountId": 0,
"priceTypeId": 0
}
],
"goodsList": [
{
"code": "string",
"editFlag": false,
"goodsId": 0,
"id": 0,
"name": "string",
"priceTypeId": 0,
"tagPrice": 0
}
],
"priceTypeId": 0
},
"moduleId": "string"
}
curl --location --request POST '/bill/sendBillFSL/getGoodsPriceByFundAccount' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"billDate": "2019-08-24T14:15:22Z",
"fundAccountId": 0,
"fundAccountList": [
{
"accountId": 0,
"fundAccountId": 0,
"priceTypeId": 0
}
],
"goodsList": [
{
"code": "string",
"editFlag": false,
"goodsId": 0,
"id": 0,
"name": "string",
"priceTypeId": 0,
"tagPrice": 0
}
],
"priceTypeId": 0
},
"moduleId": "string"
}'
{
"code": 0,
"data": [
{
"balancePrice": 0,
"billGoodsId": 0,
"busBalancePrice": 0,
"busConversionRatio": 0,
"busDiscount": 0,
"busTagPrice": 0,
"busUnitId": 0,
"discount": 0,
"fundAccountCode": "string",
"fundAccountId": 0,
"goodsId": 0,
"priceTypeId": 0,
"priceTypeName": "string",
"tagPrice": 0
}
],
"msg": "string"
}