POST api/GetTipoSangre_x_id?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetTipoSangre_x_id_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoSangre | globally unique identifier |
None. |
|
| codTipoSangre | string |
None. |
|
| nomTipoSangre | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idTipoSangre": "6394b4a6-cfe3-4f6b-87c8-e034bd335f08",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
},
{
"$ref": "2"
}
]