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": "652511c4-62d0-4e19-80b7-29cad3c59c0b",
  "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": "397e4498-bee6-4cc9-a813-baa332bbaf64",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}