{
"id": 0,
"job_code": "string",
"job_type": true,
"process_status": true,
"processor": "string",
"process_time": "2019-08-24T14:15:22Z",
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"detailList": [
{
"id": 0,
"stock_process_id": 0,
"sku_id": 0,
"goods_owner_id": 0,
"goods_location_id": 0,
"qty": 0,
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"is_source": true,
"spu_code": "string",
"spu_name": "string",
"sku_code": "string",
"unit": "string",
"is_update_stock": true,
"location_name": "string",
"series_number": "string"
}
]
}
curl --location --request PUT '/stockprocess' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"job_code": "string",
"job_type": true,
"process_status": true,
"processor": "string",
"process_time": "2019-08-24T14:15:22Z",
"creator": "string",
"create_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"detailList": [
{
"id": 0,
"stock_process_id": 0,
"sku_id": 0,
"goods_owner_id": 0,
"goods_location_id": 0,
"qty": 0,
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"is_source": true,
"spu_code": "string",
"spu_name": "string",
"sku_code": "string",
"unit": "string",
"is_update_stock": true,
"location_name": "string",
"series_number": "string"
}
]
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": true
}