POST api/acta/notificar-eliminacion

Request Information

URI Parameters

None.

Body Parameters

EliminacionActaRequestDTO
NameDescriptionTypeAdditional information
TicketId

integer

Required

Range: inclusive between 1 and 2147483647

TipoActaId

integer

Required

Range: inclusive between 1 and 2147483647

Numero

integer

Required

Range: inclusive between 1 and 2147483647

Justificacion

string

Required

Min length: 1

FechaHoraAccion

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TicketId": 1,
  "TipoActaId": 2,
  "Numero": 3,
  "Justificacion": "sample string 4",
  "FechaHoraAccion": "2025-07-04T16:09:00.3451324-03:00"
}

text/xml

Sample:
<EliminacionActaRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LIZA.Dominio.Entidades.DTO">
  <FechaHoraAccion>2025-07-04T16:09:00.3451324-03:00</FechaHoraAccion>
  <Justificacion>sample string 4</Justificacion>
  <Numero>3</Numero>
  <TicketId>1</TicketId>
  <TipoActaId>2</TipoActaId>
</EliminacionActaRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.