{
"pageNo": 0,
"pageSize": 0,
"params": {
"startCreateTime": "string",
"endCreateTime": "string",
"startOrderTime": "string",
"endOrderTime": "string",
"status": "string",
"customerName": "string",
"customerNo": 0,
"taxpayerName": "string",
"creator": "string",
"operator": "string",
"invoiceType": 0,
"receiveName": "string",
"orderNo": "string",
"invoiceNo": "string",
"type": 0,
"token": "string",
"contact": "string",
"maxAmount": 0,
"minAmount": 0,
"contactMail": "string",
"contactTel": "string",
"customer": "string",
"source": "string"
}
}
curl --location --request POST '/api/product/invoice/invoiceList' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 0,
"pageSize": 0,
"params": {
"startCreateTime": "string",
"endCreateTime": "string",
"startOrderTime": "string",
"endOrderTime": "string",
"status": "string",
"customerName": "string",
"customerNo": 0,
"taxpayerName": "string",
"creator": "string",
"operator": "string",
"invoiceType": 0,
"receiveName": "string",
"orderNo": "string",
"invoiceNo": "string",
"type": 0,
"token": "string",
"contact": "string",
"maxAmount": 0,
"minAmount": 0,
"contactMail": "string",
"contactTel": "string",
"customer": "string",
"source": "string"
}
}'
{
"success": false,
"errCode": "",
"errMsg": "",
"code": "",
"message": "",
"traceId": "",
"data": {
"records": [
{
"id": 0,
"source": "",
"invoiceNo": "",
"orderNo": "",
"type": 0,
"totalAmount": 0.0,
"operator": "",
"customerNo": 0,
"drawer": "",
"createTime": "",
"creator": "",
"status": 0,
"orderTime": "",
"toRedPrice": 0.0,
"toRedTime": "",
"reIssueTime": "",
"requestStatus": 0,
"invoiceType": 0,
"taxpayerName": "",
"taxpayerCode": "",
"taxpayerAddress": "",
"taxpayerTel": "",
"taxpayerBankName": "",
"taxpayerBankAccount": "",
"customerName": "",
"customerCode": "",
"customerAddress": "",
"customerTel": "",
"customerBankName": "",
"customerBankAccount": "",
"contact": "",
"contactTel": "",
"contactMail": "",
"remark": "",
"endDate": "",
"emailStatus": 0,
"outJson": "",
"customerCompanyName": "",
"depTime": "",
"arrTime": "",
"checkOutDate": "",
"hotelName": "",
"startName": "",
"goodsName": "",
"endName": "",
"airlines": [
""
],
"invoiceMode": ""
}
],
"total": 0,
"current": 0,
"size": 0
}
}