Update Custom Field Values

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

Get Custom Field Values

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

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