PUT api/StructureController/UpdateStructure/{Structure_id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| StructureModel | No documentation available. |
Define this parameter in the request body. |
| Structure_id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Structure_id": 1,
"BOQ_Item": "sample string 2",
"Description": "sample string 3",
"Class": "sample string 4",
"Status": 5,
"status_name": "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.