PUT api/UberArrendo/cuentacorriente/semana/tarifa-dinamica

Request Information

URI Parameters

None.

Body Parameters

TarifaDinamicaSemanaRequestDTO
NameDescriptionTypeAdditional information
IdContrato

integer

None.

Porcentaje

decimal number

None.

Fecha

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IdContrato": 1,
  "Porcentaje": 2.0,
  "Fecha": "2026-06-28T12:03:25.2662589-06:00"
}

application/xml, text/xml

Sample:
<TarifaDinamicaSemanaRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVA_ArrendoUber.DTO.Request">
  <Fecha>2026-06-28T12:03:25.2662589-06:00</Fecha>
  <IdContrato>1</IdContrato>
  <Porcentaje>2</Porcentaje>
</TarifaDinamicaSemanaRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.