{
"pageNo": 0,
"pageSize": 0,
"params": {
"createStartTime": "string",
"createEndTime": "string",
"limitIds": [
0
],
"outTravelNo": "string",
"hotelCode": "string",
"employeeNoSearch": "string",
"phone": "string",
"keyWord": "string",
"statusList": [
0
],
"roomStatus": 0,
"token": "string",
"unConfirmSearch": "string",
"code": "string",
"control": "string",
"curPage": 0,
"rowNum": 0,
"submitTo": {
"source": "string",
"customerName": "string",
"customerCode": "string",
"customerAddress": "string",
"customerTel": "string",
"customerBankName": "string",
"customerBankAccount": "string",
"totalAmount": 0,
"invoiceType": 0,
"contact": "string",
"contactTel": "string",
"contactMail": "string",
"creator": "string",
"remark": "string",
"customerNo": "string",
"orderNo": [
"string"
],
"type": 0,
"token": "string",
"invoiceMode": "string",
"selectedRows": [
{
"no": 0,
"totalAmount": 0,
"invoiceMode": "string"
}
]
},
"keyword": "string"
}
}
curl --location --request POST '/api/product/invoice/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"createStartTime": "string",
"createEndTime": "string",
"limitIds": [
0
],
"outTravelNo": "string",
"hotelCode": "string",
"employeeNoSearch": "string",
"phone": "string",
"keyWord": "string",
"statusList": [
0
],
"roomStatus": 0,
"token": "string",
"unConfirmSearch": "string",
"code": "string",
"control": "string",
"curPage": 0,
"rowNum": 0,
"submitTo": {
"source": "string",
"customerName": "string",
"customerCode": "string",
"customerAddress": "string",
"customerTel": "string",
"customerBankName": "string",
"customerBankAccount": "string",
"totalAmount": 0,
"invoiceType": 0,
"contact": "string",
"contactTel": "string",
"contactMail": "string",
"creator": "string",
"remark": "string",
"customerNo": "string",
"orderNo": [
"string"
],
"type": 0,
"token": "string",
"invoiceMode": "string",
"selectedRows": [
{
"no": 0,
"totalAmount": 0,
"invoiceMode": "string"
}
]
},
"keyword": "string"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": null
}