{
"keyword": "",
"createTime": "",
"userId": "",
"customerNumber": "",
"orgType": 1,
"projectNumber":"",
"productType": [
""
]
}curl --location 'https://crm-dev.e-lansen.com/api/report/common/queryOutOrder' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"keyword": "",
"createTime": "",
"userId": "",
"customerNumber": "",
"orgType": 1,
"projectNumber":"",
"productType": [
""
]
}'{
"data": {
"records": [
{
"customerNumber": "string",
"customerName": "string",
"category": "string",
"type": "string",
"productType": "string",
"unit": "string",
"amount": "string",
"cost": "string",
"square": "string",
"totalAmount": "string",
"createTime": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"pages": 0
},
"code": 0,
"msg": "string",
"desc": null
}