POST api/InspectionPlanMaster
Request Information
URI Parameters
None.
Body Parameters
InspectionPlan| Name | Description | Type | Additional 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": "2026-02-04T02:01:04.8043266+00:00",
"DeletedBy": 1,
"DeletedDate": "2026-02-04T02:01:04.8043266+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>2026-02-04T02:01:04.8043266+00:00</CreateDate> <DeletedBy>1</DeletedBy> <DeletedDate>2026-02-04T02:01:04.8043266+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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.