Mar 17, 2024 | Custom Fields
Updates custom field values for the specified record (gage or calibration). POST /GageList/api/CustomField/UpdateCustomValues Example Request Body [ { “Id”: 0, “FieldId”: 0, “RefID”: 0, “RefType”: 0,...
Mar 17, 2024 | Custom Fields
Returns custom field values for the specified record (gage or calibration). GET /GageList/api/Account/Status Example Request Parameters recordId: 1 recordType: “Gage” or “Calibration” Example Response { “total”: 0,...
Mar 17, 2024 | Custom Fields
Returns a list of custom field names and settings. GET /GageList/api/CustomField/GetCustomFields Example Response { “total”: 0, “count”: 0, “data”: [ { “Id”: 0, “FieldName”: “string”,...