POST api/StructureController/CreateStructure

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
StructureModel
No documentation available.

Define this parameter in the request body.

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/xml, text/xml

Sample:
<StructureModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models">
  <BOQ_Item>sample string 2</BOQ_Item>
  <Class>sample string 4</Class>
  <Description>sample string 3</Description>
  <Status>5</Status>
  <Structure_id>1</Structure_id>
  <status_name>sample string 6</status_name>
</StructureModels>

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 'StructureModels'.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.