POST api/Recolecta/Recolecta_UPDATE

Actualizar datos de recolectas

Request Information

URI Parameters

None.

Body Parameters

Recolecta
NameDescriptionTypeAdditional information
RecolectaId

integer

Required

APR_Employee_ID

string

Required

HoraInicio

date

Required

HoraInicioChecked

boolean

Required

HoraEntrega

date

Required

HoraEntregaChecked

boolean

Required

Status

string

Required

Puerta

string

Required

Request Formats

application/json, text/json

Sample:
{
  "RecolectaId": 1,
  "APR_Employee_ID": "sample string 2",
  "HoraInicio": "2025-12-09T21:46:39.6133751-04:00",
  "HoraInicioChecked": true,
  "HoraEntrega": "2025-12-09T21:46:39.6133751-04:00",
  "HoraEntregaChecked": true,
  "Status": "sample string 7",
  "Puerta": "sample string 8"
}

application/xml, text/xml

Sample:
<Recolecta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Despachos_API">
  <APR_Employee_ID>sample string 2</APR_Employee_ID>
  <HoraEntrega>2025-12-09T21:46:39.6133751-04:00</HoraEntrega>
  <HoraEntregaChecked>true</HoraEntregaChecked>
  <HoraInicio>2025-12-09T21:46:39.6133751-04:00</HoraInicio>
  <HoraInicioChecked>true</HoraInicioChecked>
  <Puerta>sample string 8</Puerta>
  <RecolectaId>1</RecolectaId>
  <Status>sample string 7</Status>
</Recolecta>

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.