POST api/Mobile_DBSetNotificacionesSP
Request Information
URI Parameters
None.
Body Parameters
param_Mobile_DBSetNotificacionesSP| Name | Description | Type | Additional information |
|---|---|---|---|
| accion | string |
None. |
|
| id | integer |
None. |
|
| identificador | string |
None. |
|
| tipoNotificacion | string |
None. |
|
| idUsuario | integer |
None. |
|
| usuario | string |
None. |
|
| tokenFCM | string |
None. |
|
| titulo | string |
None. |
|
| texto1 | string |
None. |
|
| texto2 | string |
None. |
|
| texto3 | string |
None. |
|
| inOut | string |
None. |
|
| estado | string |
None. |
|
| agrupadorAgencia | string |
None. |
|
| emailAviso1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accion": "sample string 1",
"id": 2,
"identificador": "sample string 3",
"tipoNotificacion": "sample string 4",
"idUsuario": 5,
"usuario": "sample string 6",
"tokenFCM": "sample string 7",
"titulo": "sample string 8",
"texto1": "sample string 9",
"texto2": "sample string 10",
"texto3": "sample string 11",
"inOut": "sample string 12",
"estado": "sample string 13",
"agrupadorAgencia": "sample string 14",
"emailAviso1": "sample string 15"
}
application/xml, text/xml
Sample:
<Clases.param_Mobile_DBSetNotificacionesSP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.Mobile_DB"> <accion>sample string 1</accion> <agrupadorAgencia>sample string 14</agrupadorAgencia> <emailAviso1>sample string 15</emailAviso1> <estado>sample string 13</estado> <id>2</id> <idUsuario>5</idUsuario> <identificador>sample string 3</identificador> <inOut>sample string 12</inOut> <texto1>sample string 9</texto1> <texto2>sample string 10</texto2> <texto3>sample string 11</texto3> <tipoNotificacion>sample string 4</tipoNotificacion> <titulo>sample string 8</titulo> <tokenFCM>sample string 7</tokenFCM> <usuario>sample string 6</usuario> </Clases.param_Mobile_DBSetNotificacionesSP>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SetNotificacionesSP_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Code": 1,
"Error": "sample string 1"
},
{
"Code": 1,
"Error": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfSetNotificacionesSP_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.Mobile_DB">
<SetNotificacionesSP_Result>
<Code>1</Code>
<Error>sample string 1</Error>
</SetNotificacionesSP_Result>
<SetNotificacionesSP_Result>
<Code>1</Code>
<Error>sample string 1</Error>
</SetNotificacionesSP_Result>
</ArrayOfSetNotificacionesSP_Result>