POST api/GetUsersNotificaciones
Request Information
URI Parameters
None.
Body Parameters
TB_PostListaUsersNotificacionesVC| Name | Description | Type | Additional information |
|---|---|---|---|
| ListaPV | Collection of integer |
None. |
|
| ListaProcedencia | Collection of string |
None. |
|
| banFecNace | boolean |
None. |
|
| FecNace1 | date |
None. |
|
| FecNace2 | date |
None. |
|
| banFecAlta | boolean |
None. |
|
| FecAlta1 | date |
None. |
|
| FecAlta2 | date |
None. |
|
| banFecCita | boolean |
None. |
|
| FecCita1 | date |
None. |
|
| FecCita2 | date |
None. |
|
| banFecAntiguedad | boolean |
None. |
|
| FecAntiguedad1 | date |
None. |
|
| FecAntiguedad2 | date |
None. |
|
| banRed | boolean |
None. |
|
| banCesdi | boolean |
None. |
|
| banRedExterna | boolean |
None. |
|
| banProgreso | boolean |
None. |
|
| banVerificado | boolean |
None. |
|
| banCompletaDatos | boolean |
None. |
|
| banVerificaTelefono | boolean |
None. |
|
| banSalud | boolean |
None. |
|
| FecSalud1 | date |
None. |
|
| FecSalud2 | date |
None. |
|
| banCardiaca | boolean |
None. |
|
| banOxigenacion | boolean |
None. |
|
| banPresion | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ListaPV": [
1,
2
],
"ListaProcedencia": [
"sample string 1",
"sample string 2"
],
"banFecNace": true,
"FecNace1": "2026-03-21T19:42:48.7898774-04:00",
"FecNace2": "2026-03-21T19:42:48.7898774-04:00",
"banFecAlta": true,
"FecAlta1": "2026-03-21T19:42:48.7898774-04:00",
"FecAlta2": "2026-03-21T19:42:48.7898774-04:00",
"banFecCita": true,
"FecCita1": "2026-03-21T19:42:48.7898774-04:00",
"FecCita2": "2026-03-21T19:42:48.7898774-04:00",
"banFecAntiguedad": true,
"FecAntiguedad1": "2026-03-21T19:42:48.7898774-04:00",
"FecAntiguedad2": "2026-03-21T19:42:48.7898774-04:00",
"banRed": true,
"banCesdi": true,
"banRedExterna": true,
"banProgreso": true,
"banVerificado": true,
"banCompletaDatos": true,
"banVerificaTelefono": true,
"banSalud": true,
"FecSalud1": "2026-03-21T19:42:48.7898774-04:00",
"FecSalud2": "2026-03-21T19:42:48.7898774-04:00",
"banCardiaca": true,
"banOxigenacion": true,
"banPresion": true
}
application/xml, text/xml
Sample:
<TB_PostListaUsersNotificacionesVC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
<FecAlta1>2026-03-21T19:42:48.7898774-04:00</FecAlta1>
<FecAlta2>2026-03-21T19:42:48.7898774-04:00</FecAlta2>
<FecAntiguedad1>2026-03-21T19:42:48.7898774-04:00</FecAntiguedad1>
<FecAntiguedad2>2026-03-21T19:42:48.7898774-04:00</FecAntiguedad2>
<FecCita1>2026-03-21T19:42:48.7898774-04:00</FecCita1>
<FecCita2>2026-03-21T19:42:48.7898774-04:00</FecCita2>
<FecNace1>2026-03-21T19:42:48.7898774-04:00</FecNace1>
<FecNace2>2026-03-21T19:42:48.7898774-04:00</FecNace2>
<FecSalud1>2026-03-21T19:42:48.7898774-04:00</FecSalud1>
<FecSalud2>2026-03-21T19:42:48.7898774-04:00</FecSalud2>
<ListaPV xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</ListaPV>
<ListaProcedencia xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</ListaProcedencia>
<banCardiaca>true</banCardiaca>
<banCesdi>true</banCesdi>
<banCompletaDatos>true</banCompletaDatos>
<banFecAlta>true</banFecAlta>
<banFecAntiguedad>true</banFecAntiguedad>
<banFecCita>true</banFecCita>
<banFecNace>true</banFecNace>
<banOxigenacion>true</banOxigenacion>
<banPresion>true</banPresion>
<banProgreso>true</banProgreso>
<banRed>true</banRed>
<banRedExterna>true</banRedExterna>
<banSalud>true</banSalud>
<banVerificaTelefono>true</banVerificaTelefono>
<banVerificado>true</banVerificado>
</TB_PostListaUsersNotificacionesVC>
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>