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": "4fe9c268-dacd-4a49-beda-dee5763b6653",
"FechaRedencion": "2026-03-23T07:49:43.5416442-04:00",
"FechaRegistro": "2026-03-23T07:49:43.5416442-04:00",
"idUser": "85dd94ff-3805-4913-bae1-a5f1d5254644",
"idTipoServicio": "2d8636bd-94e1-4e36-b2b0-dfbd9de701dc",
"idEspecialidad": "a377292d-3305-434d-9108-0d410ded872d",
"idUserRegistro": "a2d59c5b-0516-430b-afa4-d8163126b854",
"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/apiSuperAPP"> <Estado>sample string 9</Estado> <FechaRedencion>2026-03-23T07:49:43.5416442-04:00</FechaRedencion> <FechaRegistro>2026-03-23T07:49:43.5416442-04:00</FechaRegistro> <Municipio>sample string 10</Municipio> <Observaciones>sample string 8</Observaciones> <idEspecialidad>a377292d-3305-434d-9108-0d410ded872d</idEspecialidad> <idEvento>4fe9c268-dacd-4a49-beda-dee5763b6653</idEvento> <idTipoServicio>2d8636bd-94e1-4e36-b2b0-dfbd9de701dc</idTipoServicio> <idUser>85dd94ff-3805-4913-bae1-a5f1d5254644</idUser> <idUserRegistro>a2d59c5b-0516-430b-afa4-d8163126b854</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/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>