PUT api/Reinos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Reino| Name | Description | Type | Additional information |
|---|---|---|---|
| idReino | integer |
None. |
|
| reino1 | string |
Required String length: inclusive between 0 and 200 |
|
| nombreCorto | string |
String length: inclusive between 0 and 100 |
|
| usuarioModificacion | string |
String length: inclusive between 0 and 254 |
|
| fechaModificacion | date |
Data type: DateTime |
|
| borrado | date |
Data type: DateTime |
|
| Filum | Collection of Filum |
None. |
Request Formats
application/json, text/json
Sample:
{
"idReino": 1,
"reino1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T08:09:08.1428562+00:00",
"borrado": "2025-10-30T08:09:08.1428562+00:00"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.