POST api/Usuario/ObtenerAdjuntosNotificacion

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:38:46.5020716-04:00",
  "FechaVencimiento": "2026-03-23T11:38:46.5020716-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:38:46.5020716-04:00</FechaCreacion>
  <FechaVencimiento>2026-03-23T11:38:46.5020716-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

Collection of AdjuntoNotificacion
NameDescriptionTypeAdditional information
EmpresaId

string

None.

TipoNotificacion

string

None.

Consecutivo

integer

None.

TipoArchivo

string

None.

Nombre

string

None.

Archivo

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EmpresaId": "sample string 1",
    "TipoNotificacion": "sample string 2",
    "Consecutivo": 3,
    "TipoArchivo": "sample string 4",
    "Nombre": "sample string 5",
    "Archivo": "QEA="
  },
  {
    "EmpresaId": "sample string 1",
    "TipoNotificacion": "sample string 2",
    "Consecutivo": 3,
    "TipoArchivo": "sample string 4",
    "Nombre": "sample string 5",
    "Archivo": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfAdjuntoNotificacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ateb.cofidi4.aassl.wsapirest.estrucuturas.Response">
  <AdjuntoNotificacion>
    <Archivo>QEA=</Archivo>
    <Consecutivo>3</Consecutivo>
    <EmpresaId>sample string 1</EmpresaId>
    <Nombre>sample string 5</Nombre>
    <TipoArchivo>sample string 4</TipoArchivo>
    <TipoNotificacion>sample string 2</TipoNotificacion>
  </AdjuntoNotificacion>
  <AdjuntoNotificacion>
    <Archivo>QEA=</Archivo>
    <Consecutivo>3</Consecutivo>
    <EmpresaId>sample string 1</EmpresaId>
    <Nombre>sample string 5</Nombre>
    <TipoArchivo>sample string 4</TipoArchivo>
    <TipoNotificacion>sample string 2</TipoNotificacion>
  </AdjuntoNotificacion>
</ArrayOfAdjuntoNotificacion>