Authorization: Bearer ********************
{
"client_id": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"sales_order_id": "string",
"user_id": "string"
}
curl --location --request POST '/pos/esSalesOrderBill/search?clientId=&storeId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"sales_order_id": "string",
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"client_id": "string",
"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",
"master_order": true,
"master_order_id": "string",
"memo": "string",
"paid": 0,
"pay_exclude_balance": true,
"pay_exclude_card": true,
"pay_exclude_employee_card": true,
"pay_exclude_online": true,
"pay_exclude_physical_card": true,
"payable": 0,
"refund_amt": 0,
"refunded": true,
"sales_order_id": "string",
"store_code": "string",
"store_id": "string",
"store_name": "string",
"sub_order": true,
"type": "DEPOSIT",
"unpaid": 0
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}