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": "8c7d764e-fafc-4481-b61b-a200d0fc92d5",
"idTipoSangre": "1fe8e0ff-903a-4c0d-95fa-069b29ff310d"
}
application/xml, text/xml
Sample:
<TB_PostTipoSangre_SA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas"> <idPersona>8c7d764e-fafc-4481-b61b-a200d0fc92d5</idPersona> <idTipoSangre>1fe8e0ff-903a-4c0d-95fa-069b29ff310d</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/api_Ecuador_pruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>