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": "2677363f-bd65-4278-af46-480aa0e11432",
    "codTipoSangre": "sample string 2",
    "nomTipoSangre": "sample string 3"
  },
  {
    "$ref": "2"
  }
]