PUT api/catTipoSangres/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

catTipoSangre
NameDescriptionTypeAdditional information
idTipoSangre

globally unique identifier

None.

codTipoSangre

string

None.

nomTipoSangre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idTipoSangre": "5a2bdc5c-2b16-43cd-b05d-b993e0fc9977",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.