PUT api/catTipoSangres/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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": "76f4edda-a68a-48ac-aba5-191f4a06bb5f",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.