How Can We Help?

Updates an existing gage record.

POST
/GageList/api/Gage/Update
Example Request Body

{
"Id": 0,
"SerialNumber": "string",
"ControlNumber": "string",
"AssetNo": "string",
"PurchasePrice": 0,
"Status": "string",
"LastCalibrationDate": "2023-04-24T19:35:47.575Z",
"CalibrationDueDate": "2023-04-24T19:35:47.575Z",
"MasterStandard": "string",
"Type": "string",
"Manufacturer": "string",
"Website": "string",
"Model": "string",
"TypesMeasurement": "string",
"UnitOfMeasure": "string",
"RangeOrSize": "string",
"Tolerance": "string",
"DateAquired": "2023-04-24T19:35:47.575Z",
"SourceOrVendor": "string",
"ConditionAquired": "string",
"Location": "string",
"ResponsibleUser": "string",
"NotificationList": "string",
"Interval": "string",
"Years": 0,
"Months": 0,
"Days": 0,
"CalibrationEnvironment": "string",
"CalibrationInstructions": "string",
"OtherInformation": "string",
"CalibrationTestMode": "string",
"CreatedBy": "string",
"UpdatedBy": "string",
"IsDeleted": true,
"Area": "string",
"NISTNumber": "string",
"UpdatedDate": "2023-04-24T19:35:47.575Z",
"TestTemplates": [
{
"Id": 0,
"EquipmentRefId": 0,
"TestNumber": "string",
"Parameter": "string",
"ExpectedResult": "string",
"RefStandardID": "string"
}
],
"Attachments": [
{
"Id": 0,
"RecordType": "string",
"RecordId": 0,
"FileName": "string",
"FileSize": 0,
"FileType": "string"
}
]
}

Example Request Body

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