POST api/InspectionScheduler/UpdateReInspectionMonth

Request Information

URI Parameters

None.

Body Parameters

InspectionScheduler
NameDescriptionTypeAdditional information
Id

integer

None.

MachineId

integer

None.

IsHighPriority

boolean

None.

InitialInspectionDate

date

None.

ReInspectionMonth

integer

None.

InspectionTypeId

integer

None.

CreatedDate

date

None.

CreatedBy

integer

None.

LastModifiedDate

date

None.

LastModifiedBy

integer

None.

DeletedDate

date

None.

DeletedBy

integer

None.

CustomerId

integer

None.

AssetNumber

string

None.

MachineType

string

None.

SerialNumber

string

None.

SiteId

integer

None.

Location

string

None.

Line

string

None.

HighPriorityId

integer

None.

InspectionTypeName

string

None.

UserId

integer

None.

RoleId

integer

None.

IsConsultant

boolean

None.

IsParentConsultant

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "MachineId": 2,
  "IsHighPriority": true,
  "InitialInspectionDate": "2025-12-16T01:01:09.6569616+00:00",
  "ReInspectionMonth": 1,
  "InspectionTypeId": 1,
  "CreatedDate": "2025-12-16T01:01:09.6569616+00:00",
  "CreatedBy": 4,
  "LastModifiedDate": "2025-12-16T01:01:09.6569616+00:00",
  "LastModifiedBy": 6,
  "DeletedDate": "2025-12-16T01:01:09.6569616+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
}

application/xml, text/xml

Sample:
<InspectionScheduler xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <AssetNumber>sample string 8</AssetNumber>
  <CreatedBy>4</CreatedBy>
  <CreatedDate>2025-12-16T01:01:09.6569616+00:00</CreatedDate>
  <CustomerId>7</CustomerId>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-12-16T01:01:09.6569616+00:00</DeletedDate>
  <HighPriorityId>14</HighPriorityId>
  <Id>1</Id>
  <InitialInspectionDate>2025-12-16T01:01:09.6569616+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:01:09.6569616+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>
</InspectionScheduler>

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.