DELETE api/catTipoSangres/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

catTipoSangre
NameDescriptionTypeAdditional information
idTipoSangre

globally unique identifier

None.

codTipoSangre

string

None.

nomTipoSangre

string

None.

Response Formats

application/json, text/json

Sample:
{
  "idTipoSangre": "2d91446b-4104-4074-9fc3-3798a21d8a36",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}