POST api/GetTipoSangre_CB

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of spGetTipoSangre_CB_Result
NameDescriptionTypeAdditional information
idTipoSangre

globally unique identifier

None.

codTipoSangre

string

None.

nomTipoSangre

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idTipoSangre": "2fd9c6f0-d082-4fde-9500-618a284b1de3",
    "codTipoSangre": "sample string 2",
    "nomTipoSangre": "sample string 3"
  },
  {
    "$ref": "2"
  }
]