Authorization: Bearer ********************
{
"cancel": true,
"client_id": "string",
"coupon_ids": [
"string"
],
"coupon_no": "string",
"coupon_types": [
"string"
],
"end_create_time": "2019-08-24T14:15:22Z",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"start_create_time": "2019-08-24T14:15:22Z",
"state": "string",
"turnover": true,
"types": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/cmc/crmCouponOperationRecord/searchStateSheet?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel": true,
"client_id": "string",
"coupon_ids": [
"string"
],
"coupon_no": "string",
"coupon_types": [
"string"
],
"end_create_time": "2019-08-24T14:15:22Z",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"start_create_time": "2019-08-24T14:15:22Z",
"state": "string",
"turnover": true,
"types": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"blank": true,
"cancel": true,
"cancel_time": "2019-08-24T14:15:22Z",
"cancel_user_id": "string",
"cancel_user_name": "string",
"channel": "CMC",
"client_id": "string",
"complete_time": "2019-08-24T14:15:22Z",
"coupon_id": "string",
"coupon_name": "string",
"coupon_nos": [
"string"
],
"coupon_show_name": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"customer_id": "string",
"customer_name": "string",
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"error_msg": "string",
"failed": [
{
"coupon_no": "string",
"error_msg": "string"
}
],
"id": "string",
"items": [
{
"amt": 0,
"disc": 0,
"disc_rate": 0,
"end_no": "string",
"hold_dept_code": "string",
"hold_dept_id": "string",
"hold_dept_name": "string",
"in_dept_code": "string",
"in_dept_id": "string",
"in_dept_name": "string",
"payable": 0,
"prefix": "string",
"price": 0,
"qty": 0,
"sales_dept_code": "string",
"sales_dept_id": "string",
"sales_dept_name": "string",
"sales_store_code": "string",
"sales_store_id": "string",
"sales_store_name": "string",
"seq_digit": 0,
"start_no": "string",
"value": 0
}
],
"memo": "string",
"origin_record_id": "string",
"platform": "WEB",
"state": "INPROCESS",
"type": "BLANK"
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"sheets": [
{
"count": 0,
"name": "string",
"state": "INPROCESS"
}
],
"total_count": 0
},
"message": "string"
}