GET api/mobile/notificacionesQR/{Plataforma}/{EmpresaID}/{ServicioID}
Retorna las notificaciones realizadas por una empresa
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Plataforma | string |
Required |
|
| EmpresaID | integer |
Required |
|
| ServicioID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.Models.Movil.clsMovilNotificacionQRResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Notificaciones | Collection of AguasNuevas_SitioWeb_ServicioWeb.Models.Movil.clsMovilNotificacionQR |
None. |
|
| TokenLectura | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Notificaciones": [
{
"Mensaje": "sample string 1",
"Plataforma": "sample string 2",
"FechaCreacion": "2025-12-16T00:12:22.6843762-03:00",
"EmpresaID": 4,
"ServicioID": "sample string 5",
"EsPush": true,
"Tipo": "sample string 7",
"Body": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"Mensaje": "sample string 1",
"Plataforma": "sample string 2",
"FechaCreacion": "2025-12-16T00:12:22.6843762-03:00",
"EmpresaID": 4,
"ServicioID": "sample string 5",
"EsPush": true,
"Tipo": "sample string 7",
"Body": {
"sample string 1": {},
"sample string 3": {}
}
}
],
"TokenLectura": "sample string 1"
}
application/xml, text/xml
Sample:
<clsMovilNotificacionQRResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models.Movil">
<Notificaciones>
<clsMovilNotificacionQR>
<Body xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</Body>
<EmpresaID>4</EmpresaID>
<EsPush>true</EsPush>
<FechaCreacion>2025-12-16T00:12:22.6843762-03:00</FechaCreacion>
<Mensaje>sample string 1</Mensaje>
<Plataforma>sample string 2</Plataforma>
<ServicioID>sample string 5</ServicioID>
<Tipo>sample string 7</Tipo>
</clsMovilNotificacionQR>
<clsMovilNotificacionQR>
<Body xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</Body>
<EmpresaID>4</EmpresaID>
<EsPush>true</EsPush>
<FechaCreacion>2025-12-16T00:12:22.6843762-03:00</FechaCreacion>
<Mensaje>sample string 1</Mensaje>
<Plataforma>sample string 2</Plataforma>
<ServicioID>sample string 5</ServicioID>
<Tipo>sample string 7</Tipo>
</clsMovilNotificacionQR>
</Notificaciones>
<TokenLectura>sample string 1</TokenLectura>
</clsMovilNotificacionQRResponse>