PUT api/Network/UpdateNetwork/{NE_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NE_Id | integer |
Required |
Body Parameters
NetworkModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.