Upload Attachment to Calibration Record

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”...

Upload Attachment to Gage Record

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”...

Delete Attachment

Deletes an attachment. POST /GageList/api/Attachment/Delete/{id} Example URL Parameter id: 1 Example Response {}

Get Attachment

Returns an attachment. GET /GageList/api/Attachment/Download/{id} Example URL Parameter id: 1 Example Response {}