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": "cfe5c581-54ea-431b-9aa3-6a1c9df6cf45",
  "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": "786e1106-c893-40ba-8899-935e4bb35150",
  "codTipoSangre": "sample string 2",
  "nomTipoSangre": "sample string 3"
}