POST api/Notificaciones/Recibida

Request Information

URI Parameters

None.

Body Parameters

NotificacionRecibida
NameDescriptionTypeAdditional information
idMensaje

globally unique identifier

None.

enNotificaciones

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "idMensaje": "11852b32-6a7f-46ac-9c32-f5319d035a23",
  "enNotificaciones": true
}

application/xml, text/xml

Sample:
<NotificacionRecibida xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile.Models.Notificaciones">
  <enNotificaciones>true</enNotificaciones>
  <idMensaje>11852b32-6a7f-46ac-9c32-f5319d035a23</idMensaje>
</NotificacionRecibida>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>