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": "1e7ff2c9-7d6e-424e-9663-f2434c2ec506",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}