POST api/UberArrendo/contratos

Request Information

URI Parameters

None.

Body Parameters

GenerarContratoRequestDTO
NameDescriptionTypeAdditional information
IdCotizacion

integer

None.

FechaEntrega

date

None.

IdUbicacion

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdCotizacion": 1,
  "FechaEntrega": "2026-06-28T11:55:58.9733443-06:00",
  "IdUbicacion": 3
}

application/xml, text/xml

Sample:
<GenerarContratoRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DVA_ArrendoUber.DTO.Request">
  <FechaEntrega>2026-06-28T11:55:58.9733443-06:00</FechaEntrega>
  <IdCotizacion>1</IdCotizacion>
  <IdUbicacion>3</IdUbicacion>
</GenerarContratoRequestDTO>

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.