Authorization: Bearer ********************
{
"cancel": true,
"client_id": "string",
"confirm_batch_id": "string",
"end_cancel_time": "2019-08-24T14:15:22Z",
"end_confirm_time": "2019-08-24T14:15:22Z",
"end_create_hour_time": "2019-08-24T14:15:22Z",
"end_create_time": "2019-08-24T14:15:22Z",
"end_eta": "2019-08-24",
"end_refuse_time": "2019-08-24T14:15:22Z",
"end_submit_hour_time": "2019-08-24T14:15:22Z",
"end_submit_time": "2019-08-24T14:15:22Z",
"id": "string",
"ids": [
"string"
],
"merchandise_barcode": "string",
"merchandise_category_ids": [
"string"
],
"merchandise_code": "string",
"merchandise_name": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"order_id": "string",
"page_no": 0,
"page_size": 0,
"q": "string",
"sku_id": "string",
"start_cancel_time": "2019-08-24T14:15:22Z",
"start_confirm_time": "2019-08-24T14:15:22Z",
"start_create_hour_time": "2019-08-24T14:15:22Z",
"start_create_time": "2019-08-24T14:15:22Z",
"start_eta": "2019-08-24",
"start_refuse_time": "2019-08-24T14:15:22Z",
"start_submit_hour_time": "2019-08-24T14:15:22Z",
"start_submit_time": "2019-08-24T14:15:22Z",
"states": [
"string"
],
"store_id": "string",
"store_ids": [
"string"
],
"template_id": "string",
"template_ids": [
"string"
],
"types": [
"string"
],
"user_id": "string"
}
curl --location --request POST '/cmc/scmReplenishmentOrderQuota/exportExcel?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel": true,
"client_id": "string",
"confirm_batch_id": "string",
"end_cancel_time": "2019-08-24T14:15:22Z",
"end_confirm_time": "2019-08-24T14:15:22Z",
"end_create_hour_time": "2019-08-24T14:15:22Z",
"end_create_time": "2019-08-24T14:15:22Z",
"end_eta": "2019-08-24",
"end_refuse_time": "2019-08-24T14:15:22Z",
"end_submit_hour_time": "2019-08-24T14:15:22Z",
"end_submit_time": "2019-08-24T14:15:22Z",
"id": "string",
"ids": [
"string"
],
"merchandise_barcode": "string",
"merchandise_category_ids": [
"string"
],
"merchandise_code": "string",
"merchandise_name": "string",
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"order_id": "string",
"page_no": 0,
"page_size": 0,
"q": "string",
"sku_id": "string",
"start_cancel_time": "2019-08-24T14:15:22Z",
"start_confirm_time": "2019-08-24T14:15:22Z",
"start_create_hour_time": "2019-08-24T14:15:22Z",
"start_create_time": "2019-08-24T14:15:22Z",
"start_eta": "2019-08-24",
"start_refuse_time": "2019-08-24T14:15:22Z",
"start_submit_hour_time": "2019-08-24T14:15:22Z",
"start_submit_time": "2019-08-24T14:15:22Z",
"states": [
"string"
],
"store_id": "string",
"store_ids": [
"string"
],
"template_id": "string",
"template_ids": [
"string"
],
"types": [
"string"
],
"user_id": "string"
}'
{
"code": "string",
"data": {},
"message": "string"
}