{
"data": {
"billId": 0,
"businessTypeId": 0,
"channelId": 0,
"priceTypeId": 0,
"toChannelId": 0
},
"moduleId": "string"
}
curl --location --request POST '/bill/receiveBillFSL/accountingTypeList' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"billId": 0,
"businessTypeId": 0,
"channelId": 0,
"priceTypeId": 0,
"toChannelId": 0
},
"moduleId": "string"
}'
{
"code": 0,
"data": [
{
"accountingTypeName": "string",
"calculateType": 0,
"channelId": 0,
"fundAccountCode": "string",
"fundAccountId": 0,
"fundAccountName": "string",
"hiddenFlag": false,
"priceTypeId": 0,
"priceTypeName": "string"
}
],
"msg": "string"
}