{
"body": {
"code": "EQP-SMT-001",
"name": "SMT高速贴片机V2",
"useStatus": "MAINTENANCE",
"docking": true,
"patternNum": "SIEMENS-SX-3.5-U2",
"machineSupplier": "SIEMENS",
"location": "PROD-LINE2-B",
"machineTypeCode": "MT-SMT-003",
"registrationTime": "1747805937110",
"assigneeCodes": [
"ENG-1001",
"TECH-2005",
"QA-3002"
]
}
}
curl --location --request POST '/api/open/v3/machines/update' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "EQP-SMT-001",
"name": "SMT高速贴片机V2",
"useStatus": "MAINTENANCE",
"docking": true,
"patternNum": "SIEMENS-SX-3.5-U2",
"machineSupplier": "SIEMENS",
"location": "PROD-LINE2-B",
"machineTypeCode": "MT-SMT-003",
"registrationTime": "1747805937110",
"assigneeCodes": [
"ENG-1001",
"TECH-2005",
"QA-3002"
]
}
}'
{
"code": 0,
"message": ""
}