POST api/PostDeporte_x_idPersona
Request Information
URI Parameters
None.
Body Parameters
TB_PostListaDeporteECE| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Lista | Collection of TB_PostDeporteECE |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "33698e61-e6b0-461e-8a4b-249e895c1a2b",
"Lista": [
{
"idDeporte": "82ad4448-0996-4bb4-a8e3-e36ae5faac49",
"numVeces": 2,
"fecDesde": "2025-12-23T21:13:36.9460354+00:00",
"numTiempo": "00:00:00.1234567"
},
{
"idDeporte": "82ad4448-0996-4bb4-a8e3-e36ae5faac49",
"numVeces": 2,
"fecDesde": "2025-12-23T21:13:36.9460354+00:00",
"numTiempo": "00:00:00.1234567"
}
]
}
application/xml, text/xml
Sample:
<TB_PostListaDeporteECE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VC_Med_Ecuador_pr">
<Lista>
<TB_PostDeporteECE>
<fecDesde>2025-12-23T21:13:36.9460354+00:00</fecDesde>
<idDeporte>82ad4448-0996-4bb4-a8e3-e36ae5faac49</idDeporte>
<numTiempo>PT0.1234567S</numTiempo>
<numVeces>2</numVeces>
</TB_PostDeporteECE>
<TB_PostDeporteECE>
<fecDesde>2025-12-23T21:13:36.9460354+00:00</fecDesde>
<idDeporte>82ad4448-0996-4bb4-a8e3-e36ae5faac49</idDeporte>
<numTiempo>PT0.1234567S</numTiempo>
<numVeces>2</numVeces>
</TB_PostDeporteECE>
</Lista>
<idPersona>33698e61-e6b0-461e-8a4b-249e895c1a2b</idPersona>
</TB_PostListaDeporteECE>
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/VC_Med_Ecuador_pr"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>