{
"job_id": [
0
]
}
curl --location --request POST 'https://mcs-gateway.fscut.com/cn-api/api/job/result/part_detail' \
--header 'app-id: op191eb50f9b81873c' \
--header 'time-stamp: {{timeStamp}}' \
--header 'app-sign: {{sign}}' \
--header 'X-FS-Orgcode: TEAM001' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_id": [
0
]
}'
{
"status": 0,
"msg": "OK",
"data": [
{
"guid": "5A23C58D-9B19-47BE-94B4-E30DA9D96BFA",
"result_name": "[排版1] 2022-07-28-测试-1",
"amount": 2,
"part_amount": 12,
"in_cut_amount": 0,
"finish_cut_amount": 0,
"part_in_cut_amount": 0,
"part_finish_cut_amount": 0,
"plate_guid": "9B8C9CC5-62AE-400A-90F5-AB30043E5967",
"plate_name": "标准板",
"utilization": 89.205127,
"plate_library": {
"guid": "9B8C9CC5-62AE-400A-90F5-AB30043E5967",
"plate_name": "标准板",
"width": 1200,
"height": 2000
},
"parts": [
{
"guid": "80D8CB95-3201-4CCA-A59A-687575BE3007",
"part_name": "柏楚V",
"material": "冷轧板",
"thickness": 1,
"drawing_name": "柏楚",
"drawing_guid": null,
"job_id": 11785,
"props": [
{
"prop_value": "BC0001",
"prop_name": "属性1"
}
],
"amount": 4
},
{
"guid": "397A27DC-CFB9-4790-936E-9B7532090CB0",
"part_name": "柏楚P",
"material": "冷轧板",
"thickness": 1,
"drawing_name": "柏楚",
"drawing_guid": null,
"job_id": 11785,
"props": [
{
"prop_value": "BC0002",
"prop_name": "属性1"
}
],
"amount": 2
}
]
}
]
}