Upload Weld Task
POST
https://mcs-gateway.fscut.com/upload/api/device_tasks/upload/weld
This function is used to upload welding task file, and create a welding task belongs to the verify organization of the specified machine.
The cardId should be for an authenticated machine.
The cardId must be within the user's device quota. Devices exceeding the quota will not be allowed for querying.
The file size is limited to 100MB
The projectCode, jobCode and taskGuid combined together as an unique key of welding task
The taskAmount indicates the expected process times of the task, must not be less than 1
Request
Body Params multipart/form-data
file
file
required
cardId
string
required
Example:
123456789100
taskGuid
string
required
Example:
comp-114514
taskAmount
integer
required
Example:
1
projectCode
string
optional
Example:
P202409110846
jobCode
string
optional
Example:
J-2996-GH
extraInfoJson
string
optional
Example:
{"multiPass":true, "passCount":3, "metal":"Al"}
Request samples
Responses
Modified at 2024-10-11 07:09:46