PUT api/Network/UpdateNetwork/{NE_Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
NE_Id

integer

Required

Body Parameters

NetworkModel
NameDescriptionTypeAdditional information
NE_Code

string

None.

NE_Description

string

None.

NE_Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NE_Code": "sample string 1",
  "NE_Description": "sample string 2",
  "NE_Id": 3
}

application/xml, text/xml

Sample:
<NetworkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <NE_Code>sample string 1</NE_Code>
  <NE_Description>sample string 2</NE_Description>
  <NE_Id>3</NE_Id>
</NetworkModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.