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 '/fcm/crmCouponReport/summary?clientId=&franchiseeId=&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": [
{
"coupon_id": "string",
"coupon_name": "string",
"coupon_show_name": "string",
"dept_code": "string",
"dept_id": "string",
"dept_name": "string",
"gift_amt": 0,
"gift_qty": 0,
"net_value": 0,
"sale_amt": 0,
"sale_qty": 0,
"use_amt": 0,
"use_qty": 0
}
],
"message": "string"
}