POST api/PostEventoPfizer
Request Information
URI Parameters
None.
Body Parameters
TB_PostEventoPfizer| Name | Description | Type | Additional information |
|---|---|---|---|
| idEvento | globally unique identifier |
None. |
|
| FechaRedencion | date |
None. |
|
| FechaRegistro | date |
None. |
|
| idUser | globally unique identifier |
None. |
|
| idTipoServicio | globally unique identifier |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| idUserRegistro | globally unique identifier |
None. |
|
| Observaciones | string |
None. |
|
| Estado | string |
None. |
|
| Municipio | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idEvento": "299879fa-2aeb-4560-a355-e5889854e2ae",
"FechaRedencion": "2026-03-21T19:41:43.3228523-04:00",
"FechaRegistro": "2026-03-21T19:41:43.3228523-04:00",
"idUser": "95ace168-a736-4081-b5b1-19db78a22d27",
"idTipoServicio": "e5720f97-086b-41d8-a383-769b8c2ba4a9",
"idEspecialidad": "f650a77f-a052-4e59-b72f-6e2f844e1ced",
"idUserRegistro": "823ef892-3be8-4bca-b8f7-96f9093e70e7",
"Observaciones": "sample string 8",
"Estado": "sample string 9",
"Municipio": "sample string 10"
}
application/xml, text/xml
Sample:
<TB_PostEventoPfizer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <Estado>sample string 9</Estado> <FechaRedencion>2026-03-21T19:41:43.3228523-04:00</FechaRedencion> <FechaRegistro>2026-03-21T19:41:43.3228523-04:00</FechaRegistro> <Municipio>sample string 10</Municipio> <Observaciones>sample string 8</Observaciones> <idEspecialidad>f650a77f-a052-4e59-b72f-6e2f844e1ced</idEspecialidad> <idEvento>299879fa-2aeb-4560-a355-e5889854e2ae</idEvento> <idTipoServicio>e5720f97-086b-41d8-a383-769b8c2ba4a9</idTipoServicio> <idUser>95ace168-a736-4081-b5b1-19db78a22d27</idUser> <idUserRegistro>823ef892-3be8-4bca-b8f7-96f9093e70e7</idUserRegistro> </TB_PostEventoPfizer>
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>