PUT api/TarifasLeyendas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
TarifaLeyenda| Name | Description | Type | Additional information |
|---|---|---|---|
| CodTarifaLeyenda | string |
Max length: 3 |
|
| NomTarifaLeyenda | string |
Required Max length: 50 |
Request 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.