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