Authorization: Bearer ********************
{
"balance_less_zero": true,
"blank": true,
"card_ids": [
"string"
],
"card_no": "string",
"card_nos": [
"string"
],
"client_id": "string",
"end_no": "string",
"give": true,
"id": "string",
"ids": [
"string"
],
"member_id": "string",
"member_mobile": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"physical": true,
"q": "string",
"start_no": "string",
"states": [
"string"
],
"student_card": true,
"user_id": "string"
}
curl --location --request POST '/cmc/crmCardItem/search?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"balance_less_zero": true,
"blank": true,
"card_ids": [
"string"
],
"card_no": "string",
"card_nos": [
"string"
],
"client_id": "string",
"end_no": "string",
"give": true,
"id": "string",
"ids": [
"string"
],
"member_id": "string",
"member_mobile": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"physical": true,
"q": "string",
"start_no": "string",
"states": [
"string"
],
"student_card": true,
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"balance": 0,
"bind_time": "2019-08-24T14:15:22Z",
"blank": true,
"card_desc": "string",
"card_id": "string",
"card_item_cover": "string",
"card_item_cover_url": "string",
"card_name": "string",
"card_no": "string",
"card_show_name": "string",
"client_id": "string",
"create_time": "2019-08-24T14:15:22Z",
"creator": "string",
"creator_name": "string",
"customer_id": "string",
"customer_name": "string",
"disc_rate": 0,
"edit_time": "2019-08-24T14:15:22Z",
"editer": "string",
"editer_name": "string",
"give": true,
"id": "string",
"last_consume_time": "2019-08-24T14:15:22Z",
"member_id": "string",
"memo": "string",
"physical": true,
"prefix": "string",
"price": 0,
"redeem_code": "string",
"reload": true,
"sales_date_time": "2019-08-24T14:15:22Z",
"sales_store_code": "string",
"sales_store_id": "string",
"sales_store_name": "string",
"sales_user_id": "string",
"sales_user_id_name": "string",
"seq_digit": 0,
"serial_no": "string",
"state": "BLANK",
"student_card": true,
"transfer_from_balance": true,
"transfer_to_balance": true,
"value": 0
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}