POST api/GetTipoSangre_x_cod?cod={cod}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cod | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetTipoSangre_x_cod_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": "7faca56e-7472-442d-8b66-f70810ad7e83",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
},
{
"$ref": "2"
}
]