POST api/InspectionPlanMaster

Request Information

URI Parameters

None.

Body Parameters

InspectionPlan
NameDescriptionTypeAdditional information
Id

integer

None.

PlanId

integer

None.

InspectionTypeId

integer

None.

CreateBy

integer

None.

CreateDate

date

None.

DeletedBy

integer

None.

DeletedDate

date

None.

IsChecked

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PlanId": 2,
  "InspectionTypeId": 3,
  "CreateBy": 4,
  "CreateDate": "2025-08-29T20:25:40.3342197+00:00",
  "DeletedBy": 1,
  "DeletedDate": "2025-08-29T20:25:40.3342197+00:00",
  "IsChecked": true
}

application/xml, text/xml

Sample:
<InspectionPlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <CreateBy>4</CreateBy>
  <CreateDate>2025-08-29T20:25:40.3342197+00:00</CreateDate>
  <DeletedBy>1</DeletedBy>
  <DeletedDate>2025-08-29T20:25:40.3342197+00:00</DeletedDate>
  <Id>1</Id>
  <InspectionTypeId>3</InspectionTypeId>
  <IsChecked>true</IsChecked>
  <PlanId>2</PlanId>
</InspectionPlan>

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.