POST api/Machine/SyncMachine
Request Information
URI Parameters
None.
Body Parameters
Collection of Machine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | integer |
None. |
|
| AssetNumber | string |
None. |
|
| MachineType | string |
None. |
|
| MachineManufacturer | string |
None. |
|
| SerialNumber | string |
None. |
|
| Location | string |
None. |
|
| CustomerId | integer |
None. |
|
| Site | string |
None. |
|
| SiteId | integer |
None. |
|
| Line | string |
None. |
|
| MonthManufacturer | integer |
None. |
|
| YearManufacturer | integer |
None. |
|
| MonthPurchase | integer |
None. |
|
| YearPurchase | integer |
None. |
|
| Description | string |
None. |
|
| ScopeOfAsset | string |
None. |
|
| ResponsiblePerson | string |
None. |
|
| ResponsiblePersonId | integer |
None. |
|
| GADrawingNumber | string |
None. |
|
| ElectricalDrawingNumber | string |
None. |
|
| SupplyVoltage | string |
None. |
|
| CurrentRequirement | string |
None. |
|
| NominalPower | string |
None. |
|
| Frequency | string |
None. |
|
| AirSupply | string |
None. |
|
| HydraulicPressure | string |
None. |
|
| IsInspectionSchedule | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedBy | integer |
None. |
|
| LastModifiedDate | date |
None. |
|
| DeletedBy | integer |
None. |
|
| DeletedDate | date |
None. |
|
| ImagePath | string |
None. |
|
| RoleId | integer |
None. |
|
| ParentId | integer |
None. |
|
| UserName | string |
None. |
|
| Role | string |
None. |
|
| CompanyName | string |
None. |
|
| IsConsultant | boolean |
None. |
|
| TotalInspection | integer |
None. |
|
| TotalCompletedInspections | integer |
None. |
|
| TotalOpenInspections | integer |
None. |
|
| TotalOpenTwoWeekInspections | integer |
None. |
|
| TotalOpenOneMonthInspections | integer |
None. |
|
| TotalOpenThreeMonthInspections | integer |
None. |
|
| OpenMachineStatusInspectionDetail | Collection of MachineStatusInspectionDetail |
None. |
|
| CompletedMachineStatusInspectionDetail | Collection of MachineStatusInspectionDetail |
None. |
|
| OpenInspections | Collection of string |
None. |
|
| CompletedInspections | Collection of string |
None. |
|
| IsParentConsultant | boolean |
None. |
|
| SiteIdName | string |
None. |
|
| LocalId | integer |
None. |
|
| LocalCustomerId | integer |
None. |
|
| LocalUserId | integer |
None. |
|
| LocalResponsiblePersonId | integer |
None. |
|
| LocalSiteId | integer |
None. |
|
| ResponsiblePeoples | Collection of ResponsiblePeople |
None. |
|
| efInspectionScheduler | InspectionScheduler |
None. |
|
| InspectionTypes | Collection of InspectionType |
None. |
|
| IsHighPriority | boolean |
None. |
|
| InspectionTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"UserId": 2,
"AssetNumber": "sample string 3",
"MachineType": "sample string 4",
"MachineManufacturer": "sample string 5",
"SerialNumber": "sample string 6",
"Location": "sample string 7",
"CustomerId": 1,
"Site": "sample string 8",
"SiteId": 1,
"Line": "sample string 9",
"MonthManufacturer": 1,
"YearManufacturer": 1,
"MonthPurchase": 1,
"YearPurchase": 1,
"Description": "sample string 10",
"ScopeOfAsset": "sample string 11",
"ResponsiblePerson": "sample string 12",
"ResponsiblePersonId": 1,
"GADrawingNumber": "sample string 13",
"ElectricalDrawingNumber": "sample string 14",
"SupplyVoltage": "sample string 15",
"CurrentRequirement": "sample string 16",
"NominalPower": "sample string 17",
"Frequency": "sample string 18",
"AirSupply": "sample string 19",
"HydraulicPressure": "sample string 20",
"IsInspectionSchedule": true,
"CreatedBy": 22,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 24,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"ImagePath": "sample string 26",
"RoleId": 27,
"ParentId": 1,
"UserName": "sample string 28",
"Role": "sample string 29",
"CompanyName": "sample string 30",
"IsConsultant": true,
"TotalInspection": 32,
"TotalCompletedInspections": 33,
"TotalOpenInspections": 34,
"TotalOpenTwoWeekInspections": 35,
"TotalOpenOneMonthInspections": 36,
"TotalOpenThreeMonthInspections": 37,
"OpenMachineStatusInspectionDetail": [
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
},
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
}
],
"CompletedMachineStatusInspectionDetail": [
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
},
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
}
],
"OpenInspections": [
"sample string 1",
"sample string 2"
],
"CompletedInspections": [
"sample string 1",
"sample string 2"
],
"IsParentConsultant": true,
"SiteIdName": "sample string 39",
"LocalId": 40,
"LocalCustomerId": 1,
"LocalUserId": 41,
"LocalResponsiblePersonId": 1,
"LocalSiteId": 1,
"ResponsiblePeoples": [
{
"Id": 1,
"CustomerId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"EmailAddress": "sample string 6",
"CompanyName": "sample string 7",
"IsHide": true,
"IsMailSend": true,
"WeekNumber": 1,
"CreatedBy": 10,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 12,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"InspectionId": 14,
"InspectionInspectorId": 15,
"InspectionIsCompleted": true,
"LocalId": 17,
"LocalCustomerId": 18
},
{
"Id": 1,
"CustomerId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"EmailAddress": "sample string 6",
"CompanyName": "sample string 7",
"IsHide": true,
"IsMailSend": true,
"WeekNumber": 1,
"CreatedBy": 10,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 12,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"InspectionId": 14,
"InspectionInspectorId": 15,
"InspectionIsCompleted": true,
"LocalId": 17,
"LocalCustomerId": 18
}
],
"efInspectionScheduler": {
"Id": 1,
"MachineId": 2,
"IsHighPriority": true,
"InitialInspectionDate": "2025-12-16T01:05:09.040878+00:00",
"ReInspectionMonth": 1,
"InspectionTypeId": 1,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"CreatedBy": 4,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"CustomerId": 7,
"AssetNumber": "sample string 8",
"MachineType": "sample string 9",
"SerialNumber": "sample string 10",
"SiteId": 11,
"Location": "sample string 12",
"Line": "sample string 13",
"HighPriorityId": 14,
"InspectionTypeName": "sample string 15",
"UserId": 16,
"RoleId": 17,
"IsConsultant": true,
"IsParentConsultant": true
},
"InspectionTypes": [
{
"CustomerInspectionTypes": [
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
},
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
}
],
"Id": 1,
"InspectionTemplateId": 2,
"Type": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 7,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"IsWithoutRiskAssessment": true,
"IsSpecificCustomer": true,
"IsActive": true,
"IsHide": true,
"AnswerTypeId": 1,
"IsCE": true,
"IsUKCA": true,
"IsDraftWatermark": true,
"IsInspectionSchedule": true,
"LoginUserId": 17,
"CustomerCompanys": [
"sample string 1",
"sample string 2"
],
"InspectionTemplateName": "sample string 18",
"CompanyName": "sample string 19",
"InspectionInternalNo": 20,
"IsanswerTypeIdSwitch": true
},
{
"CustomerInspectionTypes": [
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
},
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
}
],
"Id": 1,
"InspectionTemplateId": 2,
"Type": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 7,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"IsWithoutRiskAssessment": true,
"IsSpecificCustomer": true,
"IsActive": true,
"IsHide": true,
"AnswerTypeId": 1,
"IsCE": true,
"IsUKCA": true,
"IsDraftWatermark": true,
"IsInspectionSchedule": true,
"LoginUserId": 17,
"CustomerCompanys": [
"sample string 1",
"sample string 2"
],
"InspectionTemplateName": "sample string 18",
"CompanyName": "sample string 19",
"InspectionInternalNo": 20,
"IsanswerTypeIdSwitch": true
}
],
"IsHighPriority": true,
"InspectionTypeId": 1
},
{
"Id": 1,
"UserId": 2,
"AssetNumber": "sample string 3",
"MachineType": "sample string 4",
"MachineManufacturer": "sample string 5",
"SerialNumber": "sample string 6",
"Location": "sample string 7",
"CustomerId": 1,
"Site": "sample string 8",
"SiteId": 1,
"Line": "sample string 9",
"MonthManufacturer": 1,
"YearManufacturer": 1,
"MonthPurchase": 1,
"YearPurchase": 1,
"Description": "sample string 10",
"ScopeOfAsset": "sample string 11",
"ResponsiblePerson": "sample string 12",
"ResponsiblePersonId": 1,
"GADrawingNumber": "sample string 13",
"ElectricalDrawingNumber": "sample string 14",
"SupplyVoltage": "sample string 15",
"CurrentRequirement": "sample string 16",
"NominalPower": "sample string 17",
"Frequency": "sample string 18",
"AirSupply": "sample string 19",
"HydraulicPressure": "sample string 20",
"IsInspectionSchedule": true,
"CreatedBy": 22,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 24,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"ImagePath": "sample string 26",
"RoleId": 27,
"ParentId": 1,
"UserName": "sample string 28",
"Role": "sample string 29",
"CompanyName": "sample string 30",
"IsConsultant": true,
"TotalInspection": 32,
"TotalCompletedInspections": 33,
"TotalOpenInspections": 34,
"TotalOpenTwoWeekInspections": 35,
"TotalOpenOneMonthInspections": 36,
"TotalOpenThreeMonthInspections": 37,
"OpenMachineStatusInspectionDetail": [
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
},
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
}
],
"CompletedMachineStatusInspectionDetail": [
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
},
{
"InspectionDate": "sample string 1",
"InspectionType": "sample string 2",
"InspectionScore": "sample string 3",
"InspectionStaticText": "sample string 4",
"InspectionAssignTo": "sample string 5",
"IsInspectionCompleted": true
}
],
"OpenInspections": [
"sample string 1",
"sample string 2"
],
"CompletedInspections": [
"sample string 1",
"sample string 2"
],
"IsParentConsultant": true,
"SiteIdName": "sample string 39",
"LocalId": 40,
"LocalCustomerId": 1,
"LocalUserId": 41,
"LocalResponsiblePersonId": 1,
"LocalSiteId": 1,
"ResponsiblePeoples": [
{
"Id": 1,
"CustomerId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"EmailAddress": "sample string 6",
"CompanyName": "sample string 7",
"IsHide": true,
"IsMailSend": true,
"WeekNumber": 1,
"CreatedBy": 10,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 12,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"InspectionId": 14,
"InspectionInspectorId": 15,
"InspectionIsCompleted": true,
"LocalId": 17,
"LocalCustomerId": 18
},
{
"Id": 1,
"CustomerId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 5",
"EmailAddress": "sample string 6",
"CompanyName": "sample string 7",
"IsHide": true,
"IsMailSend": true,
"WeekNumber": 1,
"CreatedBy": 10,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 12,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"InspectionId": 14,
"InspectionInspectorId": 15,
"InspectionIsCompleted": true,
"LocalId": 17,
"LocalCustomerId": 18
}
],
"efInspectionScheduler": {
"Id": 1,
"MachineId": 2,
"IsHighPriority": true,
"InitialInspectionDate": "2025-12-16T01:05:09.040878+00:00",
"ReInspectionMonth": 1,
"InspectionTypeId": 1,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"CreatedBy": 4,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"CustomerId": 7,
"AssetNumber": "sample string 8",
"MachineType": "sample string 9",
"SerialNumber": "sample string 10",
"SiteId": 11,
"Location": "sample string 12",
"Line": "sample string 13",
"HighPriorityId": 14,
"InspectionTypeName": "sample string 15",
"UserId": 16,
"RoleId": 17,
"IsConsultant": true,
"IsParentConsultant": true
},
"InspectionTypes": [
{
"CustomerInspectionTypes": [
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
},
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
}
],
"Id": 1,
"InspectionTemplateId": 2,
"Type": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 7,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"IsWithoutRiskAssessment": true,
"IsSpecificCustomer": true,
"IsActive": true,
"IsHide": true,
"AnswerTypeId": 1,
"IsCE": true,
"IsUKCA": true,
"IsDraftWatermark": true,
"IsInspectionSchedule": true,
"LoginUserId": 17,
"CustomerCompanys": [
"sample string 1",
"sample string 2"
],
"InspectionTemplateName": "sample string 18",
"CompanyName": "sample string 19",
"InspectionInternalNo": 20,
"IsanswerTypeIdSwitch": true
},
{
"CustomerInspectionTypes": [
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
},
{
"Id": 1,
"InspectionTypeId": 2,
"CompanyName": "sample string 3",
"CreatedBy": 4,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 6,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"DeletedBy": 1,
"DeletedDate": "2025-12-16T01:05:09.040878+00:00",
"CustomerName": "sample string 8"
}
],
"Id": 1,
"InspectionTemplateId": 2,
"Type": "sample string 3",
"Description": "sample string 4",
"CreatedBy": 5,
"CreatedDate": "2025-12-16T01:05:09.040878+00:00",
"LastModifiedBy": 7,
"LastModifiedDate": "2025-12-16T01:05:09.040878+00:00",
"IsWithoutRiskAssessment": true,
"IsSpecificCustomer": true,
"IsActive": true,
"IsHide": true,
"AnswerTypeId": 1,
"IsCE": true,
"IsUKCA": true,
"IsDraftWatermark": true,
"IsInspectionSchedule": true,
"LoginUserId": 17,
"CustomerCompanys": [
"sample string 1",
"sample string 2"
],
"InspectionTemplateName": "sample string 18",
"CompanyName": "sample string 19",
"InspectionInternalNo": 20,
"IsanswerTypeIdSwitch": true
}
],
"IsHighPriority": true,
"InspectionTypeId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfMachine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
<Machine>
<AirSupply>sample string 19</AirSupply>
<AssetNumber>sample string 3</AssetNumber>
<CompanyName>sample string 30</CompanyName>
<CompletedInspections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</CompletedInspections>
<CompletedMachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
</CompletedMachineStatusInspectionDetail>
<CreatedBy>22</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CurrentRequirement>sample string 16</CurrentRequirement>
<CustomerId>1</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Description>sample string 10</Description>
<ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
<Frequency>sample string 18</Frequency>
<GADrawingNumber>sample string 13</GADrawingNumber>
<HydraulicPressure>sample string 20</HydraulicPressure>
<Id>1</Id>
<ImagePath>sample string 26</ImagePath>
<InspectionTypeId>1</InspectionTypeId>
<InspectionTypes>
<InspectionType>
<AnswerTypeId>1</AnswerTypeId>
<CompanyName>sample string 19</CompanyName>
<CreatedBy>5</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerCompanys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</CustomerCompanys>
<CustomerInspectionTypes>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
</CustomerInspectionTypes>
<Description>sample string 4</Description>
<Id>1</Id>
<InspectionInternalNo>20</InspectionInternalNo>
<InspectionTemplateId>2</InspectionTemplateId>
<InspectionTemplateName>sample string 18</InspectionTemplateName>
<IsActive>true</IsActive>
<IsCE>true</IsCE>
<IsDraftWatermark>true</IsDraftWatermark>
<IsHide>true</IsHide>
<IsInspectionSchedule>true</IsInspectionSchedule>
<IsSpecificCustomer>true</IsSpecificCustomer>
<IsUKCA>true</IsUKCA>
<IsWithoutRiskAssessment>true</IsWithoutRiskAssessment>
<IsanswerTypeIdSwitch>true</IsanswerTypeIdSwitch>
<LastModifiedBy>7</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LoginUserId>17</LoginUserId>
<Type>sample string 3</Type>
</InspectionType>
<InspectionType>
<AnswerTypeId>1</AnswerTypeId>
<CompanyName>sample string 19</CompanyName>
<CreatedBy>5</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerCompanys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</CustomerCompanys>
<CustomerInspectionTypes>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
</CustomerInspectionTypes>
<Description>sample string 4</Description>
<Id>1</Id>
<InspectionInternalNo>20</InspectionInternalNo>
<InspectionTemplateId>2</InspectionTemplateId>
<InspectionTemplateName>sample string 18</InspectionTemplateName>
<IsActive>true</IsActive>
<IsCE>true</IsCE>
<IsDraftWatermark>true</IsDraftWatermark>
<IsHide>true</IsHide>
<IsInspectionSchedule>true</IsInspectionSchedule>
<IsSpecificCustomer>true</IsSpecificCustomer>
<IsUKCA>true</IsUKCA>
<IsWithoutRiskAssessment>true</IsWithoutRiskAssessment>
<IsanswerTypeIdSwitch>true</IsanswerTypeIdSwitch>
<LastModifiedBy>7</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LoginUserId>17</LoginUserId>
<Type>sample string 3</Type>
</InspectionType>
</InspectionTypes>
<IsConsultant>true</IsConsultant>
<IsHighPriority>true</IsHighPriority>
<IsInspectionSchedule>true</IsInspectionSchedule>
<IsParentConsultant>true</IsParentConsultant>
<LastModifiedBy>24</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<Line>sample string 9</Line>
<LocalCustomerId>1</LocalCustomerId>
<LocalId>40</LocalId>
<LocalResponsiblePersonId>1</LocalResponsiblePersonId>
<LocalSiteId>1</LocalSiteId>
<LocalUserId>41</LocalUserId>
<Location>sample string 7</Location>
<MachineManufacturer>sample string 5</MachineManufacturer>
<MachineType>sample string 4</MachineType>
<MonthManufacturer>1</MonthManufacturer>
<MonthPurchase>1</MonthPurchase>
<NominalPower>sample string 17</NominalPower>
<OpenInspections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</OpenInspections>
<OpenMachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
</OpenMachineStatusInspectionDetail>
<ParentId>1</ParentId>
<ResponsiblePeoples>
<ResponsiblePeople>
<CompanyName>sample string 7</CompanyName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<FullName>sample string 5</FullName>
<Id>1</Id>
<InspectionId>14</InspectionId>
<InspectionInspectorId>15</InspectionInspectorId>
<InspectionIsCompleted>true</InspectionIsCompleted>
<IsHide>true</IsHide>
<IsMailSend>true</IsMailSend>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LastName>sample string 4</LastName>
<LocalCustomerId>18</LocalCustomerId>
<LocalId>17</LocalId>
<WeekNumber>1</WeekNumber>
</ResponsiblePeople>
<ResponsiblePeople>
<CompanyName>sample string 7</CompanyName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<FullName>sample string 5</FullName>
<Id>1</Id>
<InspectionId>14</InspectionId>
<InspectionInspectorId>15</InspectionInspectorId>
<InspectionIsCompleted>true</InspectionIsCompleted>
<IsHide>true</IsHide>
<IsMailSend>true</IsMailSend>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LastName>sample string 4</LastName>
<LocalCustomerId>18</LocalCustomerId>
<LocalId>17</LocalId>
<WeekNumber>1</WeekNumber>
</ResponsiblePeople>
</ResponsiblePeoples>
<ResponsiblePerson>sample string 12</ResponsiblePerson>
<ResponsiblePersonId>1</ResponsiblePersonId>
<Role>sample string 29</Role>
<RoleId>27</RoleId>
<ScopeOfAsset>sample string 11</ScopeOfAsset>
<SerialNumber>sample string 6</SerialNumber>
<Site>sample string 8</Site>
<SiteId>1</SiteId>
<SiteIdName>sample string 39</SiteIdName>
<SupplyVoltage>sample string 15</SupplyVoltage>
<TotalCompletedInspections>33</TotalCompletedInspections>
<TotalInspection>32</TotalInspection>
<TotalOpenInspections>34</TotalOpenInspections>
<TotalOpenOneMonthInspections>36</TotalOpenOneMonthInspections>
<TotalOpenThreeMonthInspections>37</TotalOpenThreeMonthInspections>
<TotalOpenTwoWeekInspections>35</TotalOpenTwoWeekInspections>
<UserId>2</UserId>
<UserName>sample string 28</UserName>
<YearManufacturer>1</YearManufacturer>
<YearPurchase>1</YearPurchase>
<efInspectionScheduler>
<AssetNumber>sample string 8</AssetNumber>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerId>7</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<HighPriorityId>14</HighPriorityId>
<Id>1</Id>
<InitialInspectionDate>2025-12-16T01:05:09.040878+00:00</InitialInspectionDate>
<InspectionTypeId>1</InspectionTypeId>
<InspectionTypeName>sample string 15</InspectionTypeName>
<IsConsultant>true</IsConsultant>
<IsHighPriority>true</IsHighPriority>
<IsParentConsultant>true</IsParentConsultant>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<Line>sample string 13</Line>
<Location>sample string 12</Location>
<MachineId>2</MachineId>
<MachineType>sample string 9</MachineType>
<ReInspectionMonth>1</ReInspectionMonth>
<RoleId>17</RoleId>
<SerialNumber>sample string 10</SerialNumber>
<SiteId>11</SiteId>
<UserId>16</UserId>
</efInspectionScheduler>
</Machine>
<Machine>
<AirSupply>sample string 19</AirSupply>
<AssetNumber>sample string 3</AssetNumber>
<CompanyName>sample string 30</CompanyName>
<CompletedInspections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</CompletedInspections>
<CompletedMachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
</CompletedMachineStatusInspectionDetail>
<CreatedBy>22</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CurrentRequirement>sample string 16</CurrentRequirement>
<CustomerId>1</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Description>sample string 10</Description>
<ElectricalDrawingNumber>sample string 14</ElectricalDrawingNumber>
<Frequency>sample string 18</Frequency>
<GADrawingNumber>sample string 13</GADrawingNumber>
<HydraulicPressure>sample string 20</HydraulicPressure>
<Id>1</Id>
<ImagePath>sample string 26</ImagePath>
<InspectionTypeId>1</InspectionTypeId>
<InspectionTypes>
<InspectionType>
<AnswerTypeId>1</AnswerTypeId>
<CompanyName>sample string 19</CompanyName>
<CreatedBy>5</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerCompanys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</CustomerCompanys>
<CustomerInspectionTypes>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
</CustomerInspectionTypes>
<Description>sample string 4</Description>
<Id>1</Id>
<InspectionInternalNo>20</InspectionInternalNo>
<InspectionTemplateId>2</InspectionTemplateId>
<InspectionTemplateName>sample string 18</InspectionTemplateName>
<IsActive>true</IsActive>
<IsCE>true</IsCE>
<IsDraftWatermark>true</IsDraftWatermark>
<IsHide>true</IsHide>
<IsInspectionSchedule>true</IsInspectionSchedule>
<IsSpecificCustomer>true</IsSpecificCustomer>
<IsUKCA>true</IsUKCA>
<IsWithoutRiskAssessment>true</IsWithoutRiskAssessment>
<IsanswerTypeIdSwitch>true</IsanswerTypeIdSwitch>
<LastModifiedBy>7</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LoginUserId>17</LoginUserId>
<Type>sample string 3</Type>
</InspectionType>
<InspectionType>
<AnswerTypeId>1</AnswerTypeId>
<CompanyName>sample string 19</CompanyName>
<CreatedBy>5</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerCompanys xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>sample string 1</d5p1:string>
<d5p1:string>sample string 2</d5p1:string>
</CustomerCompanys>
<CustomerInspectionTypes>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
<CustomerInspectionType>
<CompanyName>sample string 3</CompanyName>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerName>sample string 8</CustomerName>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<Id>1</Id>
<InspectionTypeId>2</InspectionTypeId>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
</CustomerInspectionType>
</CustomerInspectionTypes>
<Description>sample string 4</Description>
<Id>1</Id>
<InspectionInternalNo>20</InspectionInternalNo>
<InspectionTemplateId>2</InspectionTemplateId>
<InspectionTemplateName>sample string 18</InspectionTemplateName>
<IsActive>true</IsActive>
<IsCE>true</IsCE>
<IsDraftWatermark>true</IsDraftWatermark>
<IsHide>true</IsHide>
<IsInspectionSchedule>true</IsInspectionSchedule>
<IsSpecificCustomer>true</IsSpecificCustomer>
<IsUKCA>true</IsUKCA>
<IsWithoutRiskAssessment>true</IsWithoutRiskAssessment>
<IsanswerTypeIdSwitch>true</IsanswerTypeIdSwitch>
<LastModifiedBy>7</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LoginUserId>17</LoginUserId>
<Type>sample string 3</Type>
</InspectionType>
</InspectionTypes>
<IsConsultant>true</IsConsultant>
<IsHighPriority>true</IsHighPriority>
<IsInspectionSchedule>true</IsInspectionSchedule>
<IsParentConsultant>true</IsParentConsultant>
<LastModifiedBy>24</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<Line>sample string 9</Line>
<LocalCustomerId>1</LocalCustomerId>
<LocalId>40</LocalId>
<LocalResponsiblePersonId>1</LocalResponsiblePersonId>
<LocalSiteId>1</LocalSiteId>
<LocalUserId>41</LocalUserId>
<Location>sample string 7</Location>
<MachineManufacturer>sample string 5</MachineManufacturer>
<MachineType>sample string 4</MachineType>
<MonthManufacturer>1</MonthManufacturer>
<MonthPurchase>1</MonthPurchase>
<NominalPower>sample string 17</NominalPower>
<OpenInspections xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</OpenInspections>
<OpenMachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
<MachineStatusInspectionDetail>
<InspectionAssignTo>sample string 5</InspectionAssignTo>
<InspectionDate>sample string 1</InspectionDate>
<InspectionScore>sample string 3</InspectionScore>
<InspectionStaticText>sample string 4</InspectionStaticText>
<InspectionType>sample string 2</InspectionType>
<IsInspectionCompleted>true</IsInspectionCompleted>
</MachineStatusInspectionDetail>
</OpenMachineStatusInspectionDetail>
<ParentId>1</ParentId>
<ResponsiblePeoples>
<ResponsiblePeople>
<CompanyName>sample string 7</CompanyName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<FullName>sample string 5</FullName>
<Id>1</Id>
<InspectionId>14</InspectionId>
<InspectionInspectorId>15</InspectionInspectorId>
<InspectionIsCompleted>true</InspectionIsCompleted>
<IsHide>true</IsHide>
<IsMailSend>true</IsMailSend>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LastName>sample string 4</LastName>
<LocalCustomerId>18</LocalCustomerId>
<LocalId>17</LocalId>
<WeekNumber>1</WeekNumber>
</ResponsiblePeople>
<ResponsiblePeople>
<CompanyName>sample string 7</CompanyName>
<CreatedBy>10</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerId>2</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<EmailAddress>sample string 6</EmailAddress>
<FirstName>sample string 3</FirstName>
<FullName>sample string 5</FullName>
<Id>1</Id>
<InspectionId>14</InspectionId>
<InspectionInspectorId>15</InspectionInspectorId>
<InspectionIsCompleted>true</InspectionIsCompleted>
<IsHide>true</IsHide>
<IsMailSend>true</IsMailSend>
<LastModifiedBy>12</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<LastName>sample string 4</LastName>
<LocalCustomerId>18</LocalCustomerId>
<LocalId>17</LocalId>
<WeekNumber>1</WeekNumber>
</ResponsiblePeople>
</ResponsiblePeoples>
<ResponsiblePerson>sample string 12</ResponsiblePerson>
<ResponsiblePersonId>1</ResponsiblePersonId>
<Role>sample string 29</Role>
<RoleId>27</RoleId>
<ScopeOfAsset>sample string 11</ScopeOfAsset>
<SerialNumber>sample string 6</SerialNumber>
<Site>sample string 8</Site>
<SiteId>1</SiteId>
<SiteIdName>sample string 39</SiteIdName>
<SupplyVoltage>sample string 15</SupplyVoltage>
<TotalCompletedInspections>33</TotalCompletedInspections>
<TotalInspection>32</TotalInspection>
<TotalOpenInspections>34</TotalOpenInspections>
<TotalOpenOneMonthInspections>36</TotalOpenOneMonthInspections>
<TotalOpenThreeMonthInspections>37</TotalOpenThreeMonthInspections>
<TotalOpenTwoWeekInspections>35</TotalOpenTwoWeekInspections>
<UserId>2</UserId>
<UserName>sample string 28</UserName>
<YearManufacturer>1</YearManufacturer>
<YearPurchase>1</YearPurchase>
<efInspectionScheduler>
<AssetNumber>sample string 8</AssetNumber>
<CreatedBy>4</CreatedBy>
<CreatedDate>2025-12-16T01:05:09.040878+00:00</CreatedDate>
<CustomerId>7</CustomerId>
<DeletedBy>1</DeletedBy>
<DeletedDate>2025-12-16T01:05:09.040878+00:00</DeletedDate>
<HighPriorityId>14</HighPriorityId>
<Id>1</Id>
<InitialInspectionDate>2025-12-16T01:05:09.040878+00:00</InitialInspectionDate>
<InspectionTypeId>1</InspectionTypeId>
<InspectionTypeName>sample string 15</InspectionTypeName>
<IsConsultant>true</IsConsultant>
<IsHighPriority>true</IsHighPriority>
<IsParentConsultant>true</IsParentConsultant>
<LastModifiedBy>6</LastModifiedBy>
<LastModifiedDate>2025-12-16T01:05:09.040878+00:00</LastModifiedDate>
<Line>sample string 13</Line>
<Location>sample string 12</Location>
<MachineId>2</MachineId>
<MachineType>sample string 9</MachineType>
<ReInspectionMonth>1</ReInspectionMonth>
<RoleId>17</RoleId>
<SerialNumber>sample string 10</SerialNumber>
<SiteId>11</SiteId>
<UserId>16</UserId>
</efInspectionScheduler>
</Machine>
</ArrayOfMachine>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.