POST api/PostTipoSangre_x_idPersona
Request Information
URI Parameters
None.
Body Parameters
TB_PostTipoSangre_SA| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idTipoSangre | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idPersona": "1929fa26-dbe4-40d3-9fa1-3f73e2b01780",
"idTipoSangre": "e1e3feee-5e9d-4219-a4ab-712b7464bd41"
}
application/xml, text/xml
Sample:
<TB_PostTipoSangre_SA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <idPersona>1929fa26-dbe4-40d3-9fa1-3f73e2b01780</idPersona> <idTipoSangre>e1e3feee-5e9d-4219-a4ab-712b7464bd41</idTipoSangre> </TB_PostTipoSangre_SA>
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>