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": "37ac38b1-9b59-4686-9003-f76ec7ea60d9",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
},
{
"$ref": "2"
}
]