POST api/GetTipoSangre_CB
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of spGetTipoSangre_CB_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": "025668a2-e47c-414f-911c-917dcead9213",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
},
{
"$ref": "2"
}
]