Authorization: Bearer ********************
{
"client_id": "string",
"end_create_time": "2019-08-24T14:15:22Z",
"mobiles": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"start_create_time": "2019-08-24T14:15:22Z",
"states": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/cmc/crmMemberIssueCoupon/search?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"end_create_time": "2019-08-24T14:15:22Z",
"mobiles": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"start_create_time": "2019-08-24T14:15:22Z",
"states": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"client_id": "string",
"coupons": [
{
"coupon_id": "string",
"coupon_name": "string",
"coupon_show_name": "string",
"coupon_type": "BLANK",
"qty": 0
}
],
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"id": "string",
"issued_date": "2019-08-24",
"issued_now": true,
"memo": "string",
"mobiles": "string",
"state": "SUBMITTED"
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}