POST api/PutRedes
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_Redes| Name | Description | Type | Additional information |
|---|---|---|---|
| idRed | globally unique identifier |
None. |
|
| nomRed | string |
None. |
|
| base | decimal number |
None. |
|
| num | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idRed": "8540e720-726c-47d8-8330-b131ad219626",
"nomRed": "sample string 2",
"base": 3.1,
"num": 4
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.