POST api/reparaciones/ejecutar

Request Information

URI Parameters

None.

Body Parameters

EjecucionDanoEstimacionApiModel
NameDescriptionTypeAdditional information
IdItemEstimacion

integer

None.

FechaInicio

date

None.

FechaFin

date

None.

Observaciones

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdItemEstimacion": 1,
  "FechaInicio": "2026-01-12T20:38:53.9602129-05:00",
  "FechaFin": "2026-01-12T20:38:53.9602129-05:00",
  "Observaciones": "sample string 4"
}

application/xml, text/xml

Sample:
<EjecucionDanoEstimacionApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMS.PortalServicios.Data.ApiModels">
  <FechaFin>2026-01-12T20:38:53.9602129-05:00</FechaFin>
  <FechaInicio>2026-01-12T20:38:53.9602129-05:00</FechaInicio>
  <IdItemEstimacion>1</IdItemEstimacion>
  <Observaciones>sample string 4</Observaciones>
</EjecucionDanoEstimacionApiModel>

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.