GET api/Reclamos/getReclamoAlert?flagActivo={flagActivo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
flagActivo

boolean

Required

Body Parameters

None.

Response Information

Resource Description

ReclamoAlertaListResponse
NameDescriptionTypeAdditional information
content

Collection of reclamoAlertaObj

None.

status

integer

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "content": [
    {
      "ReclamoAlertaID": 1,
      "ReclamoID": 2,
      "StatusID": 3,
      "StatusNombre": "sample string 4",
      "Descripcion": "sample string 5",
      "FlagActivo": true,
      "FolioReclamo": "sample string 7",
      "EmpresaID": 8,
      "NombreEmpresa": "sample string 9",
      "ControlVehicular": "sample string 10",
      "INSERT_DATE": "2024-11-28T07:23:39.6353454-05:00",
      "ALERT_INSERT_DATE": "2024-11-28T07:23:39.6353454-05:00",
      "ALERT_UPDATE_DATE": "2024-11-28T07:23:39.6353454-05:00"
    },
    {
      "ReclamoAlertaID": 1,
      "ReclamoID": 2,
      "StatusID": 3,
      "StatusNombre": "sample string 4",
      "Descripcion": "sample string 5",
      "FlagActivo": true,
      "FolioReclamo": "sample string 7",
      "EmpresaID": 8,
      "NombreEmpresa": "sample string 9",
      "ControlVehicular": "sample string 10",
      "INSERT_DATE": "2024-11-28T07:23:39.6353454-05:00",
      "ALERT_INSERT_DATE": "2024-11-28T07:23:39.6353454-05:00",
      "ALERT_UPDATE_DATE": "2024-11-28T07:23:39.6353454-05:00"
    }
  ],
  "status": 1,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<ReclamoAlertaListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EXPU_Backend.Models">
  <message>sample string 2</message>
  <status>1</status>
  <content>
    <reclamoAlertaObj>
      <ALERT_INSERT_DATE>2024-11-28T07:23:39.6353454-05:00</ALERT_INSERT_DATE>
      <ALERT_UPDATE_DATE>2024-11-28T07:23:39.6353454-05:00</ALERT_UPDATE_DATE>
      <ControlVehicular>sample string 10</ControlVehicular>
      <Descripcion>sample string 5</Descripcion>
      <EmpresaID>8</EmpresaID>
      <FlagActivo>true</FlagActivo>
      <FolioReclamo>sample string 7</FolioReclamo>
      <INSERT_DATE>2024-11-28T07:23:39.6353454-05:00</INSERT_DATE>
      <NombreEmpresa>sample string 9</NombreEmpresa>
      <ReclamoAlertaID>1</ReclamoAlertaID>
      <ReclamoID>2</ReclamoID>
      <StatusID>3</StatusID>
      <StatusNombre>sample string 4</StatusNombre>
    </reclamoAlertaObj>
    <reclamoAlertaObj>
      <ALERT_INSERT_DATE>2024-11-28T07:23:39.6353454-05:00</ALERT_INSERT_DATE>
      <ALERT_UPDATE_DATE>2024-11-28T07:23:39.6353454-05:00</ALERT_UPDATE_DATE>
      <ControlVehicular>sample string 10</ControlVehicular>
      <Descripcion>sample string 5</Descripcion>
      <EmpresaID>8</EmpresaID>
      <FlagActivo>true</FlagActivo>
      <FolioReclamo>sample string 7</FolioReclamo>
      <INSERT_DATE>2024-11-28T07:23:39.6353454-05:00</INSERT_DATE>
      <NombreEmpresa>sample string 9</NombreEmpresa>
      <ReclamoAlertaID>1</ReclamoAlertaID>
      <ReclamoID>2</ReclamoID>
      <StatusID>3</StatusID>
      <StatusNombre>sample string 4</StatusNombre>
    </reclamoAlertaObj>
  </content>
</ReclamoAlertaListResponse>