POST api/UpdateBarnerp
Request Information
URI Parameters
None.
Body Parameters
Barners| Name | Description | Type | Additional information |
|---|---|---|---|
| path | string |
None. |
|
| orden | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| enabled | boolean |
None. |
|
| loc1 | boolean |
None. |
|
| loc2 | boolean |
None. |
|
| loc3 | boolean |
None. |
|
| loc4 | boolean |
None. |
|
| loc5 | boolean |
None. |
|
| id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"path": "sample string 1",
"orden": 2,
"name": "sample string 3",
"description": "sample string 4",
"enabled": true,
"loc1": true,
"loc2": true,
"loc3": true,
"loc4": true,
"loc5": true,
"id": 11
}
application/xml, text/xml
Sample:
<Barners xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Carniceria.Models"> <description>sample string 4</description> <enabled>true</enabled> <id>11</id> <loc1>true</loc1> <loc2>true</loc2> <loc3>true</loc3> <loc4>true</loc4> <loc5>true</loc5> <name>sample string 3</name> <orden>2</orden> <path>sample string 1</path> </Barners>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>