POST api/GetTipoSangre?RowsPerPage={RowsPerPage}&PageNumber={PageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RowsPerPage | integer |
Required |
|
| PageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of spGetTipoSangre_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoSangre | globally unique identifier |
None. |
|
| codTipoSangre | string |
None. |
|
| nomTipoSangre | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idTipoSangre": "7db8371e-d9a4-46b5-8bd7-6c41330e4a1d",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
},
{
"$ref": "2"
}
]