POST api/GetTipoSangre_x_nom?nom={nom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nom

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of spGetTipoSangre_x_nom_Result
NameDescriptionTypeAdditional information
idTipoSangre

globally unique identifier

None.

codTipoSangre

string

None.

nomTipoSangre

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idTipoSangre": "53133a19-260f-4afc-998d-41a7f9dc177e",
    "codTipoSangre": "sample string 2",
    "nomTipoSangre": "sample string 3"
  },
  {
    "$ref": "2"
  }
]