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": "2b3fcddf-865c-4e92-9423-ad6db610fb31",
"codTipoSangre": "sample string 2",
"nomTipoSangre": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.