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": "315f5911-8c79-429e-ab37-2ec86c62f0da",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
},
{
"$ref": "2"
}
]