POST api/Usuario/LeerNotificacion

Request Information

URI Parameters

None.

Body Parameters

UsuarioNotificacionesResponse
NameDescriptionTypeAdditional information
IdNotificacion

string

None.

UsuarioId

string

None.

AplicacionId

integer

None.

Titulo

string

None.

Descripcion

string

None.

Mensaje

string

None.

Prioridad

integer

None.

FechaCreacion

date

None.

FechaVencimiento

date

None.

TipoNotificacion

string

None.

EmpresaId

string

None.

Leida

boolean

None.

TieneAdjuntos

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdNotificacion": "sample string 1",
  "UsuarioId": "sample string 2",
  "AplicacionId": 3,
  "Titulo": "sample string 4",
  "Descripcion": "sample string 5",
  "Mensaje": "sample string 6",
  "Prioridad": 7,
  "FechaCreacion": "2026-03-23T11:43:53.6280797-04:00",
  "FechaVencimiento": "2026-03-23T11:43:53.6280797-04:00",
  "TipoNotificacion": "sample string 10",
  "EmpresaId": "sample string 11",
  "Leida": true,
  "TieneAdjuntos": true
}

application/xml, text/xml

Sample:
<UsuarioNotificacionesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ateb.cofidi4.aassl.wsapirest.estrucuturas.Response">
  <AplicacionId>3</AplicacionId>
  <Descripcion>sample string 5</Descripcion>
  <EmpresaId>sample string 11</EmpresaId>
  <FechaCreacion>2026-03-23T11:43:53.6280797-04:00</FechaCreacion>
  <FechaVencimiento>2026-03-23T11:43:53.6280797-04:00</FechaVencimiento>
  <IdNotificacion>sample string 1</IdNotificacion>
  <Leida>true</Leida>
  <Mensaje>sample string 6</Mensaje>
  <Prioridad>7</Prioridad>
  <TieneAdjuntos>true</TieneAdjuntos>
  <TipoNotificacion>sample string 10</TipoNotificacion>
  <Titulo>sample string 4</Titulo>
  <UsuarioId>sample string 2</UsuarioId>
</UsuarioNotificacionesResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>