POST api/catTipoSangres

Request Information

URI Parameters

None.

Body Parameters

catTipoSangre
NameDescriptionTypeAdditional information
idTipoSangre

globally unique identifier

None.

codTipoSangre

string

None.

nomTipoSangre

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idTipoSangre": "00c39a02-6ad6-4575-ab96-d3ba0117c268",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "d0566f4f-5147-491d-baf8-8e37f5fa1d18",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}