POST api/PostRedes
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": "34a57f6c-8f96-4fa3-b35d-4c69e4b35736",
"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.