{
"id": 0,
"job_code": "string",
"job_type": true,
"sku_id": 0,
"goods_owner_id": 0,
"goods_location_id": 0,
"handler": "string",
"handle_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"warehouse_name": "string",
"location_name": "string",
"spu_code": "string",
"spu_name": "string",
"sku_code": "string",
"series_number": "string"
}
curl --location --request PUT '/stockfreeze' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"job_code": "string",
"job_type": true,
"sku_id": 0,
"goods_owner_id": 0,
"goods_location_id": 0,
"handler": "string",
"handle_time": "2019-08-24T14:15:22Z",
"last_update_time": "2019-08-24T14:15:22Z",
"tenant_id": 0,
"warehouse_name": "string",
"location_name": "string",
"spu_code": "string",
"spu_name": "string",
"sku_code": "string",
"series_number": "string"
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": true
}