Authorization: Bearer ********************
{
"cancel": true,
"client_id": "string",
"end_cancel_time": "2019-08-24T14:15:22Z",
"end_create_time": "2019-08-24T14:15:22Z",
"end_eta": "2019-08-24",
"id": "string",
"ids": [
"string"
],
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"picking_states": [
"string"
],
"purchase_states": [
"string"
],
"start_cancel_time": "2019-08-24T14:15:22Z",
"start_create_time": "2019-08-24T14:15:22Z",
"start_eta": "2019-08-24",
"user_id": "string"
}
curl --location --request POST '/cmc/scmReplenishmentConfirmBatch/search?clientId=&userId=' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancel": true,
"client_id": "string",
"end_cancel_time": "2019-08-24T14:15:22Z",
"end_create_time": "2019-08-24T14:15:22Z",
"end_eta": "2019-08-24",
"id": "string",
"ids": [
"string"
],
"order_by": [
{
"key": "string",
"type": "ASC"
}
],
"page_no": 0,
"page_size": 0,
"picking_states": [
"string"
],
"purchase_states": [
"string"
],
"start_cancel_time": "2019-08-24T14:15:22Z",
"start_create_time": "2019-08-24T14:15:22Z",
"start_eta": "2019-08-24",
"user_id": "string"
}'
{
"code": "string",
"data": {
"items": [
{
"amt": 0,
"cancel": true,
"cancel_time": "2019-08-24T14:15:22Z",
"cancel_user_id": "string",
"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",
"eta": "2019-08-24",
"has_purcahse_record": true,
"id": "string",
"item_count": 0,
"memo": "string",
"picking_state": "OPEN",
"purchase_state": "OPEN",
"qty": 0,
"store_count": 0
}
],
"page_count": 0,
"page_no": 0,
"page_size": 0,
"total_count": 0
},
"message": "string"
}