POST api/PostDeportes_x_idPersona
Request Information
URI Parameters
None.
Body Parameters
TB_PostListaDeportesSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Lista | Collection of TB_PostDeportesSA |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "aa2b2382-a9f8-432d-8731-e5cb4c2739a3",
"Lista": [
{
"idDeporte": "ea69f300-0337-437a-8a02-4c8133db2cb2"
},
{
"idDeporte": "ea69f300-0337-437a-8a02-4c8133db2cb2"
}
]
}
application/xml, text/xml
Sample:
<TB_PostListaDeportesSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP">
<Lista>
<TB_PostDeportesSA>
<idDeporte>ea69f300-0337-437a-8a02-4c8133db2cb2</idDeporte>
</TB_PostDeportesSA>
<TB_PostDeportesSA>
<idDeporte>ea69f300-0337-437a-8a02-4c8133db2cb2</idDeporte>
</TB_PostDeportesSA>
</Lista>
<idPersona>aa2b2382-a9f8-432d-8731-e5cb4c2739a3</idPersona>
</TB_PostListaDeportesSA>
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>