{
"data": {
"billIdList": [
{}
],
"businessTypeId": 0,
"moduleId": "string",
"refBusinessTypeId": 0,
"refModuleId": "string",
"type": 0
},
"moduleId": "string"
}curl --location --request POST '/bill/receiveBillFSL/validateRefSendBill' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"billIdList": [
{}
],
"businessTypeId": 0,
"moduleId": "string",
"refBusinessTypeId": 0,
"refModuleId": "string",
"type": 0
},
"moduleId": "string"
}'{
"code": 0,
"data": {
"boxMessageList": [
{
"code": "string",
"currencyTypeId": 0,
"defaultChannelId": 0,
"id": 0,
"name": "string",
"salesModeId": 0,
"salesOrgId": 0,
"unitCode": "string",
"unitId": 0,
"unitName": "string"
}
],
"labelMessageList": [
{
"code": "string",
"currencyTypeId": 0,
"defaultChannelId": 0,
"id": 0,
"name": "string",
"salesModeId": 0,
"salesOrgId": 0,
"unitCode": "string",
"unitId": 0,
"unitName": "string"
}
]
},
"msg": "string"
}