POST api/ViabilityReport/CreateViability
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| viabilitymodels | No documentation available. |
Define this parameter in the request body. |
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/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.