GET api/mobile/notificaciones/leidas/{Plataforma}/{EmpresaID}/{UsuarioID}

Obtiene el numero de notificaciones leídas

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Plataforma

string

Required

EmpresaID

integer

Required

UsuarioID

decimal number

None.

Body Parameters

None.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.Models.Movil.clsMovilNotificacionLeidasResponse
NameDescriptionTypeAdditional information
Total

integer

None.

Leidas

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "Leidas": 2
}

application/xml, text/xml

Sample:
<clsMovilNotificacionLeidasResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.Models.Movil">
  <Leidas>2</Leidas>
  <Total>1</Total>
</clsMovilNotificacionLeidasResponse>