DELETE api/catTipoSangres/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
catTipoSangre| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoSangre | globally unique identifier |
None. |
|
| codTipoSangre | string |
None. |
|
| nomTipoSangre | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idTipoSangre": "eaf50a1f-cf31-4a6b-abf5-560f8b7086a7",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}