POST api/Notificaciones/SendNotificaciones

Request Information

URI Parameters

None.

Body Parameters

NotificacionDto
NameDescriptionTypeAdditional information
lstAsociaciones

Collection of string

None.

Token

string

None.

Titulo

string

None.

EnumConfig

ENUMERADOR_DESTINATARIOS_NOTIFICACIONES

None.

codeHtmlNotificacion

string

None.

TituloPush

string

None.

CuerpoPush

string

None.

UrlPushRedirect

string

None.

Request Formats

application/json, text/json

Sample:
{
  "lstAsociaciones": [
    "sample string 1",
    "sample string 2"
  ],
  "Token": "sample string 1",
  "Titulo": "sample string 2",
  "EnumConfig": 1,
  "codeHtmlNotificacion": "sample string 3",
  "TituloPush": "sample string 4",
  "CuerpoPush": "sample string 5",
  "UrlPushRedirect": "sample string 6"
}

application/xml, text/xml

Sample:
<NotificacionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Evweb.Code.Shared.DataTransferObjects">
  <CuerpoPush>sample string 5</CuerpoPush>
  <EnumConfig>Destinatarios_Profesionales</EnumConfig>
  <Titulo>sample string 2</Titulo>
  <TituloPush>sample string 4</TituloPush>
  <Token>sample string 1</Token>
  <UrlPushRedirect>sample string 6</UrlPushRedirect>
  <codeHtmlNotificacion>sample string 3</codeHtmlNotificacion>
  <lstAsociaciones xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </lstAsociaciones>
</NotificacionDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.