PUT api/Designissue_Controller/UpdateDesignissue/{desiss_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| DesignissueModel | No documentation available. |
Define this parameter in the request body. |
| desiss_id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"desiss_id": 1,
"Contractor": 2,
"Project": 3,
"desiss": 4,
"Phase": "sample string 5",
"Remarks": "sample string 6",
"PD_Project_Name": "sample string 7",
"PD_Project_Code": "sample string 8",
"Contractor_name": "sample string 9",
"Contractor_Code": "sample string 10",
"desisstype_code": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.