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": "ea9723d8-de6d-48cf-b099-4e304976615c",
  "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": "4bf1a184-776c-415f-85dc-feae5918341d",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}