POST api/Machine/SyncMachine

Request Information

URI Parameters

None.

Body Parameters

Collection of Machine
NameDescriptionTypeAdditional 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.

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.

OpenInspections

Collection of string

None.

CompletedInspections

Collection of string

None.

IsParentConsultant

boolean

None.

SiteIdName

string

None.

OpenMachineStatusInspectionDetail

Collection of MachineStatusInspectionDetail

None.

CompletedMachineStatusInspectionDetail

Collection of MachineStatusInspectionDetail

None.

LocalId

integer

None.

LocalCustomerId

integer

None.

LocalUserId

integer

None.

LocalResponsiblePersonId

integer

None.

LocalSiteId

integer

None.

ResponsiblePeoples

Collection of ResponsiblePeople

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",
    "CreatedBy": 21,
    "CreatedDate": "2025-08-29T20:29:39.5310396+00:00",
    "LastModifiedBy": 23,
    "LastModifiedDate": "2025-08-29T20:29:39.5310396+00:00",
    "DeletedBy": 1,
    "DeletedDate": "2025-08-29T20:29:39.5310396+00:00",
    "ImagePath": "sample string 25",
    "RoleId": 26,
    "ParentId": 1,
    "UserName": "sample string 27",
    "Role": "sample string 28",
    "CompanyName": "sample string 29",
    "IsConsultant": true,
    "TotalInspection": 31,
    "TotalCompletedInspections": 32,
    "TotalOpenInspections": 33,
    "TotalOpenTwoWeekInspections": 34,
    "TotalOpenOneMonthInspections": 35,
    "TotalOpenThreeMonthInspections": 36,
    "OpenInspections": [
      "sample string 1",
      "sample string 2"
    ],
    "CompletedInspections": [
      "sample string 1",
      "sample string 2"
    ],
    "IsParentConsultant": true,
    "SiteIdName": "sample string 38",
    "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
      }
    ],
    "LocalId": 39,
    "LocalCustomerId": 1,
    "LocalUserId": 40,
    "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-08-29T20:29:39.5310396+00:00",
        "LastModifiedBy": 12,
        "LastModifiedDate": "2025-08-29T20:29:39.5310396+00:00",
        "DeletedBy": 1,
        "DeletedDate": "2025-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+00:00",
        "LastModifiedBy": 12,
        "LastModifiedDate": "2025-08-29T20:29:39.5310396+00:00",
        "DeletedBy": 1,
        "DeletedDate": "2025-08-29T20:29:39.5310396+00:00",
        "InspectionId": 14,
        "InspectionInspectorId": 15,
        "InspectionIsCompleted": true,
        "LocalId": 17,
        "LocalCustomerId": 18
      }
    ]
  },
  {
    "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",
    "CreatedBy": 21,
    "CreatedDate": "2025-08-29T20:29:39.5310396+00:00",
    "LastModifiedBy": 23,
    "LastModifiedDate": "2025-08-29T20:29:39.5310396+00:00",
    "DeletedBy": 1,
    "DeletedDate": "2025-08-29T20:29:39.5310396+00:00",
    "ImagePath": "sample string 25",
    "RoleId": 26,
    "ParentId": 1,
    "UserName": "sample string 27",
    "Role": "sample string 28",
    "CompanyName": "sample string 29",
    "IsConsultant": true,
    "TotalInspection": 31,
    "TotalCompletedInspections": 32,
    "TotalOpenInspections": 33,
    "TotalOpenTwoWeekInspections": 34,
    "TotalOpenOneMonthInspections": 35,
    "TotalOpenThreeMonthInspections": 36,
    "OpenInspections": [
      "sample string 1",
      "sample string 2"
    ],
    "CompletedInspections": [
      "sample string 1",
      "sample string 2"
    ],
    "IsParentConsultant": true,
    "SiteIdName": "sample string 38",
    "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
      }
    ],
    "LocalId": 39,
    "LocalCustomerId": 1,
    "LocalUserId": 40,
    "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-08-29T20:29:39.5310396+00:00",
        "LastModifiedBy": 12,
        "LastModifiedDate": "2025-08-29T20:29:39.5310396+00:00",
        "DeletedBy": 1,
        "DeletedDate": "2025-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+00:00",
        "LastModifiedBy": 12,
        "LastModifiedDate": "2025-08-29T20:29:39.5310396+00:00",
        "DeletedBy": 1,
        "DeletedDate": "2025-08-29T20:29:39.5310396+00:00",
        "InspectionId": 14,
        "InspectionInspectorId": 15,
        "InspectionIsCompleted": true,
        "LocalId": 17,
        "LocalCustomerId": 18
      }
    ]
  }
]

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 29</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>21</CreatedBy>
    <CreatedDate>2025-08-29T20:29:39.5310396+00:00</CreatedDate>
    <CurrentRequirement>sample string 16</CurrentRequirement>
    <CustomerId>1</CustomerId>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:29:39.5310396+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 25</ImagePath>
    <IsConsultant>true</IsConsultant>
    <IsParentConsultant>true</IsParentConsultant>
    <LastModifiedBy>23</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:29:39.5310396+00:00</LastModifiedDate>
    <Line>sample string 9</Line>
    <LocalCustomerId>1</LocalCustomerId>
    <LocalId>39</LocalId>
    <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
    <LocalSiteId>1</LocalSiteId>
    <LocalUserId>40</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-08-29T20:29:39.5310396+00:00</CreatedDate>
        <CustomerId>2</CustomerId>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+00:00</CreatedDate>
        <CustomerId>2</CustomerId>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+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 28</Role>
    <RoleId>26</RoleId>
    <ScopeOfAsset>sample string 11</ScopeOfAsset>
    <SerialNumber>sample string 6</SerialNumber>
    <Site>sample string 8</Site>
    <SiteId>1</SiteId>
    <SiteIdName>sample string 38</SiteIdName>
    <SupplyVoltage>sample string 15</SupplyVoltage>
    <TotalCompletedInspections>32</TotalCompletedInspections>
    <TotalInspection>31</TotalInspection>
    <TotalOpenInspections>33</TotalOpenInspections>
    <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
    <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
    <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
    <UserId>2</UserId>
    <UserName>sample string 27</UserName>
    <YearManufacturer>1</YearManufacturer>
    <YearPurchase>1</YearPurchase>
  </Machine>
  <Machine>
    <AirSupply>sample string 19</AirSupply>
    <AssetNumber>sample string 3</AssetNumber>
    <CompanyName>sample string 29</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>21</CreatedBy>
    <CreatedDate>2025-08-29T20:29:39.5310396+00:00</CreatedDate>
    <CurrentRequirement>sample string 16</CurrentRequirement>
    <CustomerId>1</CustomerId>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:29:39.5310396+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 25</ImagePath>
    <IsConsultant>true</IsConsultant>
    <IsParentConsultant>true</IsParentConsultant>
    <LastModifiedBy>23</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:29:39.5310396+00:00</LastModifiedDate>
    <Line>sample string 9</Line>
    <LocalCustomerId>1</LocalCustomerId>
    <LocalId>39</LocalId>
    <LocalResponsiblePersonId>1</LocalResponsiblePersonId>
    <LocalSiteId>1</LocalSiteId>
    <LocalUserId>40</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-08-29T20:29:39.5310396+00:00</CreatedDate>
        <CustomerId>2</CustomerId>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+00:00</CreatedDate>
        <CustomerId>2</CustomerId>
        <DeletedBy>1</DeletedBy>
        <DeletedDate>2025-08-29T20:29:39.5310396+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-08-29T20:29:39.5310396+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 28</Role>
    <RoleId>26</RoleId>
    <ScopeOfAsset>sample string 11</ScopeOfAsset>
    <SerialNumber>sample string 6</SerialNumber>
    <Site>sample string 8</Site>
    <SiteId>1</SiteId>
    <SiteIdName>sample string 38</SiteIdName>
    <SupplyVoltage>sample string 15</SupplyVoltage>
    <TotalCompletedInspections>32</TotalCompletedInspections>
    <TotalInspection>31</TotalInspection>
    <TotalOpenInspections>33</TotalOpenInspections>
    <TotalOpenOneMonthInspections>35</TotalOpenOneMonthInspections>
    <TotalOpenThreeMonthInspections>36</TotalOpenThreeMonthInspections>
    <TotalOpenTwoWeekInspections>34</TotalOpenTwoWeekInspections>
    <UserId>2</UserId>
    <UserName>sample string 27</UserName>
    <YearManufacturer>1</YearManufacturer>
    <YearPurchase>1</YearPurchase>
  </Machine>
</ArrayOfMachine>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.