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": "2cefc385-5e64-4edd-8ec2-9cff56936697",
"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": "f67b8041-602a-4464-b7b6-7579dd3fa2f7",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}