POST api/catTipoSangres
Request Information
URI Parameters
None.
Body Parameters
catTipoSangre| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoSangre | globally unique identifier |
None. |
|
| codTipoSangre | string |
None. |
|
| nomTipoSangre | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idTipoSangre": "58e64307-3798-4e23-adcd-ffb629d2120f",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
catTipoSangre| Name | Description | Type | Additional information |
|---|---|---|---|
| idTipoSangre | globally unique identifier |
None. |
|
| codTipoSangre | string |
None. |
|
| nomTipoSangre | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idTipoSangre": "be5097b0-1348-4661-b15b-da35b8748214",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}