PUT api/InspectionReport/UpdateInspection/{IR_Id}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
inspectionmodels | No documentation available. |
Define this parameter in the request body. |
IR_Id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{ "IR_Id_PK": 1, "IR_PR_Id_FK": 2, "IR_ReportPath": "sample string 3", "IR_Comments": "sample string 4", "IR_Status": "sample string 5", "PR_Id": "sample string 6", "VR_Id_PK": 7 }
application/xml, text/xml
Sample:
<InspectionReportModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <IR_Comments>sample string 4</IR_Comments> <IR_Id_PK>1</IR_Id_PK> <IR_PR_Id_FK>2</IR_PR_Id_FK> <IR_ReportPath>sample string 3</IR_ReportPath> <IR_Status>sample string 5</IR_Status> <PR_Id>sample string 6</PR_Id> <VR_Id_PK>7</VR_Id_PK> </InspectionReportModels>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.