POST api/UpdateStatusNotificacion
Request Information
URI Parameters
None.
Body Parameters
TB_UpdateNotificacionesVC| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| idNotificacion | globally unique identifier |
None. |
|
| idStatusNotificacion | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "d33d80d7-00b8-485f-9021-c45c7c09a615",
"idNotificacion": "29f54ff4-1235-43d3-8aaa-fe829ce8bcda",
"idStatusNotificacion": "5ef10669-b960-4dc6-89da-e889b0e3a95f"
}
application/xml, text/xml
Sample:
<TB_UpdateNotificacionesVC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <idNotificacion>29f54ff4-1235-43d3-8aaa-fe829ce8bcda</idNotificacion> <idStatusNotificacion>5ef10669-b960-4dc6-89da-e889b0e3a95f</idStatusNotificacion> <idUser>d33d80d7-00b8-485f-9021-c45c7c09a615</idUser> </TB_UpdateNotificacionesVC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>