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": "272598ee-5ac9-4a52-93ff-998eefe0690b",
"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": "82dada4a-f3d6-4fca-a356-ad4ed9d78eaf",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}