Upload Process Data
This endpoint is responsible for uploading process data to the server. It accepts multipart form data as input, which includes a JSON payload named ‘serial_payload’ and optionally images and files. The ‘serial_payload’ consists of information about the identifier, station ID, links, parameters, images, files, and the pass/fail status of the process. Images and files are attached to the payload with their respective file names and binary data. The server’s response is a ‘requests.Response’ object.
Authorizations
API Key or Token formatted as Bearer <YOUR_KEY_OR_TOKEN>
Body
A serial number or lot code
A process ID generated through the Serial app
A station ID generated through the Serial app
Optional override to specify whether the process passed or failed
Option to remove prior children that were linked to the parent via this process
Array of linked serial numbers or lot codes
Coming soon...
Array of parametric data to be uploaded
Array or images that will be uploaded in conjuction with the serial_payload
Array or files that will be uploaded in conjuction with the serial_payload