Authorization: Bearer ********************
{
"cert": true,
"client_id": "string",
"coupon_ids": [
"string"
],
"dept_ids": [
"string"
],
"end_date": 0,
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"pivot_table": true,
"start_date": 0,
"user_id": "string"
}
curl --location --request POST '/cmc/crmCouponReport/summaryExportExcel?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cert": true,
"client_id": "string",
"coupon_ids": [
"string"
],
"dept_ids": [
"string"
],
"end_date": 0,
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"pivot_table": true,
"start_date": 0,
"user_id": "string"
}'
{
"code": "string",
"data": true,
"message": "string"
}