POST api/broadcasts/obtenersucriptoresnotificacionSMS
Request Information
URI Parameters
None.
Body Parameters
ObtenerSuscriptorNotificacionSMSModel| Name | Description | Type | Additional information |
|---|---|---|---|
| notificacionid | integer |
None. |
|
| cuentaid | integer |
None. |
|
| authenticate | LoginApi |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificacionid": 1,
"cuentaid": 2,
"authenticate": {
"User": 1,
"key": "sample string 2",
"providerid": 3
}
}
application/xml, text/xml
Sample:
<ObtenerSuscriptorNotificacionSMSModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelNotiCorePlus">
<authenticate>
<User>1</User>
<key>sample string 2</key>
<providerid>3</providerid>
</authenticate>
<cuentaid>2</cuentaid>
<notificacionid>1</notificacionid>
</ObtenerSuscriptorNotificacionSMSModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.