POST api/Analysis/GetAutoTestRatingForLubChar
Request Information
URI Parameters
None.
Body Parameters
SamplesMinDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SampleId | integer |
None. |
|
| SampleNo | string |
None. |
|
| SpIdNo | string |
None. |
|
| SpidId | integer |
None. |
|
| EquipmentName | string |
None. |
|
| LabId | integer |
None. |
|
| LabName | string |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| JobCardId | integer |
None. |
|
| JobCardNumber | string |
None. |
|
| PONumber | string |
None. |
|
| Component | string |
None. |
|
| OilGradeId | integer |
None. |
|
| OilGradeName | string |
None. |
|
| SampledDate | date |
None. |
|
| ReceivedDate | date |
None. |
|
| DisplayedDate | string |
None. |
|
| ReportDate | date |
None. |
|
| SampleReceivedDate | date |
None. |
|
| SampleStatusTypeId | byte |
None. |
|
| SampleTypeId | integer |
None. |
|
| SampleStatus | string |
None. |
|
| SampleType | string |
None. |
|
| ReportTemplateType | string |
None. |
|
| AvailalbeActions | Collection of SampleWfActionDto |
None. |
|
| IsImportedSample | string |
None. |
|
| SamplingPointId | integer |
None. |
|
| SamplingPoint | string |
None. |
|
| LstAnalysis | Collection of AnalysisElementSectionTypeDto |
None. |
|
| lstGroupSections | Collection of ResponseDto |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| CharacteristicId | integer |
None. |
|
| Result | string |
None. |
|
| TestRatingId | integer |
None. |
|
| PageNo | integer |
None. |
|
| PageSize | integer |
None. |
|
| Totalrecords | integer |
None. |
|
| SortColoum | string |
None. |
|
| IsDsc | boolean |
None. |
|
| TakeCount | integer |
None. |
|
| SkipCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SampleId": 1,
"SampleNo": "sample string 2",
"SpIdNo": "sample string 3",
"SpidId": 4,
"EquipmentName": "sample string 5",
"LabId": 6,
"LabName": "sample string 7",
"CustomerId": 8,
"CustomerName": "sample string 9",
"JobCardId": 10,
"JobCardNumber": "sample string 11",
"PONumber": "sample string 12",
"Component": "sample string 13",
"OilGradeId": 14,
"OilGradeName": "sample string 15",
"SampledDate": "2026-07-29T08:47:54.7664878-06:00",
"ReceivedDate": "2026-07-29T08:47:54.7664878-06:00",
"DisplayedDate": "sample string 18",
"ReportDate": "2026-07-29T08:47:54.7664878-06:00",
"SampleReceivedDate": "2026-07-29T08:47:54.7664878-06:00",
"SampleStatusTypeId": 64,
"SampleTypeId": 20,
"SampleStatus": "sample string 21",
"SampleType": "sample string 22",
"ReportTemplateType": "sample string 23",
"AvailalbeActions": [
{
"SampleId": 1,
"SampleStatusTypeId": 2,
"SampleWfActionId": 3
},
{
"SampleId": 1,
"SampleStatusTypeId": 2,
"SampleWfActionId": 3
}
],
"IsImportedSample": "sample string 24",
"SamplingPointId": 1,
"SamplingPoint": "sample string 25",
"LstAnalysis": [
{
"AnalysisElementSectionTypeId": 1,
"Name": "sample string 2",
"HasAnalysisGraph": true,
"CustomerId": 1,
"CustomerName": "sample string 4",
"OrderId": 64,
"IsUnitAppend": true,
"OrgId": 1,
"CreatedBy": 6,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"LstAnalysisElements": [
{
"AnalysisElementTypeId": 1,
"CharacteristicId": 2,
"CharName": "sample string 3",
"Name": "sample string 4",
"OrderId": 1,
"AnalysisElementSectionTypeId": 5,
"HasAnalysisGraph": true,
"CustomerId": 1,
"GraphOrderId": 64,
"CreatedBy": 7,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"CharId": [
1,
2
],
"SampleRsltDetails": {
"DateRank": 1,
"SampleResultId": 2,
"SampleId": 3,
"SampledDate": "2026-07-29T08:47:54.7664878-06:00",
"Units": "sample string 5",
"SpId": 6,
"SampleNo": "sample string 7",
"CharName": "sample string 8",
"AnalysisElementSectionTypeId": 9,
"Section": "sample string 10",
"AnalysisElementTypeId": 11,
"CharacteristicId": 12,
"Result": "sample string 13",
"TestRatingId": 64,
"Comments": "sample string 15",
"UnitId": 1,
"UnitName": "sample string 16",
"TestMethodId": 1,
"TestMethodName": "sample string 17",
"CreatedBy": 18,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 21,
"Limits": "sample string 22",
"AnalysisElementTypesDto": {
"AnalysisElementSectionTypeId": 1,
"Name": "sample string 2"
},
"CharacteristicsDto": {
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
"RatingHours": "sample string 23",
"Rating": "sample string 24",
"NLimits": "sample string 25",
"WLimits": "sample string 26",
"CLimits": "sample string 27",
"TotalHMR": "sample string 28",
"TopUpVolume": "sample string 29",
"SpIdNo": "sample string 30"
},
"FerroGraphySampleRsltDetails": {
"FerrographyResultId": 1,
"SampleId": 2,
"CharacteristicId": 3,
"Result": "sample string 4",
"FerrographyResultTypeId": 5,
"CreatedBy": 6,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"OrgId": 10,
"CharacteristicOrderId": 1,
"LstChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"UnitName": "sample string 11",
"TestMethod": "sample string 12",
"Result": "sample string 13"
},
{
"AnalysisElementTypeId": 1,
"CharacteristicId": 2,
"CharName": "sample string 3",
"Name": "sample string 4",
"OrderId": 1,
"AnalysisElementSectionTypeId": 5,
"HasAnalysisGraph": true,
"CustomerId": 1,
"GraphOrderId": 64,
"CreatedBy": 7,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"CharId": [
1,
2
],
"SampleRsltDetails": {
"DateRank": 1,
"SampleResultId": 2,
"SampleId": 3,
"SampledDate": "2026-07-29T08:47:54.7664878-06:00",
"Units": "sample string 5",
"SpId": 6,
"SampleNo": "sample string 7",
"CharName": "sample string 8",
"AnalysisElementSectionTypeId": 9,
"Section": "sample string 10",
"AnalysisElementTypeId": 11,
"CharacteristicId": 12,
"Result": "sample string 13",
"TestRatingId": 64,
"Comments": "sample string 15",
"UnitId": 1,
"UnitName": "sample string 16",
"TestMethodId": 1,
"TestMethodName": "sample string 17",
"CreatedBy": 18,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 21,
"Limits": "sample string 22",
"AnalysisElementTypesDto": {
"AnalysisElementSectionTypeId": 1,
"Name": "sample string 2"
},
"CharacteristicsDto": {
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
"RatingHours": "sample string 23",
"Rating": "sample string 24",
"NLimits": "sample string 25",
"WLimits": "sample string 26",
"CLimits": "sample string 27",
"TotalHMR": "sample string 28",
"TopUpVolume": "sample string 29",
"SpIdNo": "sample string 30"
},
"FerroGraphySampleRsltDetails": {
"FerrographyResultId": 1,
"SampleId": 2,
"CharacteristicId": 3,
"Result": "sample string 4",
"FerrographyResultTypeId": 5,
"CreatedBy": 6,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"OrgId": 10,
"CharacteristicOrderId": 1,
"LstChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"UnitName": "sample string 11",
"TestMethod": "sample string 12",
"Result": "sample string 13"
}
],
"SelectedCharIds": [
1,
2
],
"SelectedChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"Characteristics": {
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
"lstChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"AnalysisElementSectionTypeName": "sample string 9",
"CharacteristicName": "sample string 10",
"CustId": 11,
"CharId": [
1,
2
],
"CharacteristicId": 12,
"SampleTypeId": 13,
"SampleType": "sample string 14",
"UnitId": 15,
"TestMethodId": 16,
"Result": "sample string 17",
"TestRatingId": 64,
"SampleResultId": 19,
"NLimits": "sample string 20",
"WLimits": "sample string 21",
"CLimits": "sample string 22"
},
{
"AnalysisElementSectionTypeId": 1,
"Name": "sample string 2",
"HasAnalysisGraph": true,
"CustomerId": 1,
"CustomerName": "sample string 4",
"OrderId": 64,
"IsUnitAppend": true,
"OrgId": 1,
"CreatedBy": 6,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"LstAnalysisElements": [
{
"AnalysisElementTypeId": 1,
"CharacteristicId": 2,
"CharName": "sample string 3",
"Name": "sample string 4",
"OrderId": 1,
"AnalysisElementSectionTypeId": 5,
"HasAnalysisGraph": true,
"CustomerId": 1,
"GraphOrderId": 64,
"CreatedBy": 7,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"CharId": [
1,
2
],
"SampleRsltDetails": {
"DateRank": 1,
"SampleResultId": 2,
"SampleId": 3,
"SampledDate": "2026-07-29T08:47:54.7664878-06:00",
"Units": "sample string 5",
"SpId": 6,
"SampleNo": "sample string 7",
"CharName": "sample string 8",
"AnalysisElementSectionTypeId": 9,
"Section": "sample string 10",
"AnalysisElementTypeId": 11,
"CharacteristicId": 12,
"Result": "sample string 13",
"TestRatingId": 64,
"Comments": "sample string 15",
"UnitId": 1,
"UnitName": "sample string 16",
"TestMethodId": 1,
"TestMethodName": "sample string 17",
"CreatedBy": 18,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 21,
"Limits": "sample string 22",
"AnalysisElementTypesDto": {
"AnalysisElementSectionTypeId": 1,
"Name": "sample string 2"
},
"CharacteristicsDto": {
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
"RatingHours": "sample string 23",
"Rating": "sample string 24",
"NLimits": "sample string 25",
"WLimits": "sample string 26",
"CLimits": "sample string 27",
"TotalHMR": "sample string 28",
"TopUpVolume": "sample string 29",
"SpIdNo": "sample string 30"
},
"FerroGraphySampleRsltDetails": {
"FerrographyResultId": 1,
"SampleId": 2,
"CharacteristicId": 3,
"Result": "sample string 4",
"FerrographyResultTypeId": 5,
"CreatedBy": 6,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"OrgId": 10,
"CharacteristicOrderId": 1,
"LstChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"UnitName": "sample string 11",
"TestMethod": "sample string 12",
"Result": "sample string 13"
},
{
"AnalysisElementTypeId": 1,
"CharacteristicId": 2,
"CharName": "sample string 3",
"Name": "sample string 4",
"OrderId": 1,
"AnalysisElementSectionTypeId": 5,
"HasAnalysisGraph": true,
"CustomerId": 1,
"GraphOrderId": 64,
"CreatedBy": 7,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"CharId": [
1,
2
],
"SampleRsltDetails": {
"DateRank": 1,
"SampleResultId": 2,
"SampleId": 3,
"SampledDate": "2026-07-29T08:47:54.7664878-06:00",
"Units": "sample string 5",
"SpId": 6,
"SampleNo": "sample string 7",
"CharName": "sample string 8",
"AnalysisElementSectionTypeId": 9,
"Section": "sample string 10",
"AnalysisElementTypeId": 11,
"CharacteristicId": 12,
"Result": "sample string 13",
"TestRatingId": 64,
"Comments": "sample string 15",
"UnitId": 1,
"UnitName": "sample string 16",
"TestMethodId": 1,
"TestMethodName": "sample string 17",
"CreatedBy": 18,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 21,
"Limits": "sample string 22",
"AnalysisElementTypesDto": {
"AnalysisElementSectionTypeId": 1,
"Name": "sample string 2"
},
"CharacteristicsDto": {
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
"RatingHours": "sample string 23",
"Rating": "sample string 24",
"NLimits": "sample string 25",
"WLimits": "sample string 26",
"CLimits": "sample string 27",
"TotalHMR": "sample string 28",
"TopUpVolume": "sample string 29",
"SpIdNo": "sample string 30"
},
"FerroGraphySampleRsltDetails": {
"FerrographyResultId": 1,
"SampleId": 2,
"CharacteristicId": 3,
"Result": "sample string 4",
"FerrographyResultTypeId": 5,
"CreatedBy": 6,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"OrgId": 10,
"CharacteristicOrderId": 1,
"LstChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"UnitName": "sample string 11",
"TestMethod": "sample string 12",
"Result": "sample string 13"
}
],
"SelectedCharIds": [
1,
2
],
"SelectedChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"Characteristics": {
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
"lstChars": [
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
},
{
"CharacteristicId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"UnitId": 1,
"TestMethodId": 1,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdateBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00",
"StatusTypeId": 64,
"OrgId": 7,
"RoleId": 8,
"UserTypeId": 64,
"UnitName": "sample string 10",
"TestMethodName": "sample string 11",
"IsChecked": true,
"HasAnalysisGraph": true,
"CharacteristicOrderId": 1,
"AnalysisElementTypeId": 14,
"ShowInOilGrades": true,
"ShowInGeneralSamples": true,
"ShowInFerrographySamples": true,
"ShowInTataSamples": true,
"IsLabelOnly": true,
"ShowInTransformerSamples": true,
"ParentCharId": 1,
"SpIdChar": {
"SpidChariId": 1,
"Spid": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"CustomerChar": {
"CustomerCharId": 1,
"CustomerId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"JobCardChar": {
"JobCardCharId": 1,
"JobCardId": 2,
"CharacteristicId": 3,
"CreatedBy": 4,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"LubricantChar": {
"LubricantCharId": 1,
"LubricantTypeId": 2,
"CharacteristicId": 3,
"IsChecked": true,
"CreatedBy": 5,
"CreatedDate": "2026-07-29T08:47:54.7664878-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7664878-06:00"
},
"AliasName": "sample string 15",
"SubCharcteristics": [],
"Collapsed": true,
"IsIntermediate": true
}
],
"AnalysisElementSectionTypeName": "sample string 9",
"CharacteristicName": "sample string 10",
"CustId": 11,
"CharId": [
1,
2
],
"CharacteristicId": 12,
"SampleTypeId": 13,
"SampleType": "sample string 14",
"UnitId": 15,
"TestMethodId": 16,
"Result": "sample string 17",
"TestRatingId": 64,
"SampleResultId": 19,
"NLimits": "sample string 20",
"WLimits": "sample string 21",
"CLimits": "sample string 22"
}
],
"lstGroupSections": [
{
"StatusMessage": "sample string 1",
"Res": 2,
"Id": 3,
"Name": "sample string 4"
},
{
"StatusMessage": "sample string 1",
"Res": 2,
"Id": 3,
"Name": "sample string 4"
}
],
"CreatedBy": 26,
"CreatedDate": "2026-07-29T08:47:54.7674825-06:00",
"UpdatedBy": 1,
"UpdatedDate": "2026-07-29T08:47:54.7674825-06:00",
"CharacteristicId": 28,
"Result": "sample string 29",
"TestRatingId": 30,
"PageNo": 31,
"PageSize": 32,
"Totalrecords": 33,
"SortColoum": "sample string 34",
"IsDsc": true,
"TakeCount": 32,
"SkipCount": 992
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |