PUT api/ViabilityReport/UpdateViability/{VR_Id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
viabilitymodels
No documentation available.

Define this parameter in the request body.

VR_Id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "VR_Id_PK": 1,
  "VR_PR_Id_FK": 2,
  "VR_ReportPath": "sample string 3",
  "VR_Comments": "sample string 4",
  "VR_Status": "sample string 5",
  "PR_Id": "sample string 6"
}

application/xml, text/xml

Sample:
<ViabilityReportModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <PR_Id>sample string 6</PR_Id>
  <VR_Comments>sample string 4</VR_Comments>
  <VR_Id_PK>1</VR_Id_PK>
  <VR_PR_Id_FK>2</VR_PR_Id_FK>
  <VR_ReportPath>sample string 3</VR_ReportPath>
  <VR_Status>sample string 5</VR_Status>
</ViabilityReportModels>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ViabilityReportModels'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.