Authorization: Bearer ********************
{
"barcode": "string",
"card_no": "string",
"cashier_ids": [
"string"
],
"cert": true,
"channels": [
"string"
],
"client_id": "string",
"consignee_mobile": "string",
"coupon_no": "string",
"delivery_types": [
"string"
],
"end_create_time": "2019-08-24T14:15:22Z",
"end_delivery_time": "2019-08-24T14:15:22Z",
"end_etd_date": "2019-08-24",
"end_payable": 0,
"franchisee_id": "string",
"id": "string",
"item_types": [
"string"
],
"member_mobile": "string",
"merchandise_ids": [
"string"
],
"merchandise_name": "string",
"merchandise_q": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"pay_states": [
"string"
],
"payment_channel_order_id": "string",
"payment_ids": [
"string"
],
"payment_name": "string",
"pick_up_code": "string",
"q": "string",
"refund": true,
"refund_states": [
"string"
],
"sales_asst_ids": [
"string"
],
"sku_ids": [
"string"
],
"sku_name": "string",
"start_create_time": "2019-08-24T14:15:22Z",
"start_delivery_time": "2019-08-24T14:15:22Z",
"start_etd_date": "2019-08-24",
"start_payable": 0,
"states": [
"string"
],
"store_id": "string",
"store_ids": [
"string"
],
"supply_sources": [
"string"
],
"table_id": "string",
"table_ids": [
"string"
],
"table_name": "string",
"takeout_store_ids": [
"string"
],
"types": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/fcm/posSales/exportExcel?clientId=&franchiseeId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"barcode": "string",
"card_no": "string",
"cashier_ids": [
"string"
],
"cert": true,
"channels": [
"string"
],
"client_id": "string",
"consignee_mobile": "string",
"coupon_no": "string",
"delivery_types": [
"string"
],
"end_create_time": "2019-08-24T14:15:22Z",
"end_delivery_time": "2019-08-24T14:15:22Z",
"end_etd_date": "2019-08-24",
"end_payable": 0,
"franchisee_id": "string",
"id": "string",
"item_types": [
"string"
],
"member_mobile": "string",
"merchandise_ids": [
"string"
],
"merchandise_name": "string",
"merchandise_q": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"pay_states": [
"string"
],
"payment_channel_order_id": "string",
"payment_ids": [
"string"
],
"payment_name": "string",
"pick_up_code": "string",
"q": "string",
"refund": true,
"refund_states": [
"string"
],
"sales_asst_ids": [
"string"
],
"sku_ids": [
"string"
],
"sku_name": "string",
"start_create_time": "2019-08-24T14:15:22Z",
"start_delivery_time": "2019-08-24T14:15:22Z",
"start_etd_date": "2019-08-24",
"start_payable": 0,
"states": [
"string"
],
"store_id": "string",
"store_ids": [
"string"
],
"supply_sources": [
"string"
],
"table_id": "string",
"table_ids": [
"string"
],
"table_name": "string",
"takeout_store_ids": [
"string"
],
"types": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": true,
"message": "string"
}