{
"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"
}
]
}
curl --location --request POST '/api/product/invoice/selected/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": null
}