POST api/PostRegistroMMS
Request Information
URI Parameters
None.
Body Parameters
TB_PostRegistroMMS| Name | Description | Type | Additional information |
|---|---|---|---|
| idRegistro | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| Medico | string |
None. |
|
| Fecha | date |
None. |
|
| Observaciones | string |
None. |
|
| Status | string |
None. |
|
| Correo | string |
None. |
|
| banVideoconsulta | boolean |
None. |
|
| idUser | globally unique identifier |
None. |
|
| FechaRegistro | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"idRegistro": "514fd35f-9ec4-4038-a544-f37993b55b69",
"idPersona": "75f6f0ec-c691-4190-be8a-8e5b9bdcf68c",
"Medico": "sample string 3",
"Fecha": "2026-09-03T14:49:05.9236702+00:00",
"Observaciones": "sample string 5",
"Status": "sample string 6",
"Correo": "sample string 7",
"banVideoconsulta": true,
"idUser": "1eb7c7e0-16b9-4e88-a119-939058e5c655",
"FechaRegistro": "2026-09-03T14:49:05.9236702+00:00"
}
application/xml, text/xml
Sample:
<TB_PostRegistroMMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiMembresias"> <Correo>sample string 7</Correo> <Fecha>2026-09-03T14:49:05.9236702+00:00</Fecha> <FechaRegistro>2026-09-03T14:49:05.9236702+00:00</FechaRegistro> <Medico>sample string 3</Medico> <Observaciones>sample string 5</Observaciones> <Status>sample string 6</Status> <banVideoconsulta>true</banVideoconsulta> <idPersona>75f6f0ec-c691-4190-be8a-8e5b9bdcf68c</idPersona> <idRegistro>514fd35f-9ec4-4038-a544-f37993b55b69</idRegistro> <idUser>1eb7c7e0-16b9-4e88-a119-939058e5c655</idUser> </TB_PostRegistroMMS>
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/apiMembresias"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>