Mar 17, 2024 | Attachments
Adds an attachment to a calibration record. POST /GageList/api/Attachment/UploadCalibrationAttachment/{id} Example Request Body id: 1 Example Response { “data”: 0, “success”: true, “message”: “string”...
Mar 17, 2024 | Attachments
Adds an attachment to a gage record. POST /GageList/api/Attachment/UploadGageAttachment/{id} Example URL Parameter id: 1 Example Response { “data”: 0, “success”: true, “message”: “string”...
Mar 17, 2024 | Attachments
Deletes an attachment. POST /GageList/api/Attachment/Delete/{id} Example URL Parameter id: 1 Example Response {}
Mar 17, 2024 | Attachments
Returns an attachment. GET /GageList/api/Attachment/Download/{id} Example URL Parameter id: 1 Example Response {}