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
This endpoint accepts multipart form data as input, which includes a JSON payload named 'serial_payload' and optionally images and files. Images and files are attached to the payload with their respective file names and binary data. The example body shown here is that only of the 'serial_payload'. The file binaries would need to be attached sperately.
The body is of type object
.