DELETE api/Barners/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Barners
NameDescriptionTypeAdditional 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.

Response 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>