DELETE api/TarifasLeyendas/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

TarifaLeyenda
NameDescriptionTypeAdditional information
CodTarifaLeyenda

string

Max length: 3

NomTarifaLeyenda

string

Required

Max length: 50

Response Formats

application/json, text/json

Sample:
{
  "CodTarifaLeyenda": "sample string 1",
  "NomTarifaLeyenda": "sample string 2"
}

application/xml, text/xml

Sample:
<TarifaLeyenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain">
  <CodTarifaLeyenda>sample string 1</CodTarifaLeyenda>
  <NomTarifaLeyenda>sample string 2</NomTarifaLeyenda>
</TarifaLeyenda>

multipart/form-data

Sample:
<TarifaLeyenda xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"><CodTarifaLeyenda>sample string 1</CodTarifaLeyenda><NomTarifaLeyenda>sample string 2</NomTarifaLeyenda></TarifaLeyenda>