How Can We Help?

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,
"FieldValue": "string",
"UpdatedDate": "2023-04-24T19:35:47.561Z"
}
]

Description:
Id = Custom Value Record ID (0 = creating new record); FieldId = Custom Field ID; RefID = Record ID (Gage or Calibration); RefType=1 (Gage) or 2 (Calibration); FieldValue=Value of the custom field; UpdatedDate=ignore

Example Response

{
"data": [
0
],
"success": true,
"message": "string"
}