DELETE api/Filums/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Filum| Name | Description | Type | Additional information |
|---|---|---|---|
| idFilum | integer |
None. |
|
| idReino | integer |
None. |
|
| filum1 | 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 |
|
| Clase | Collection of Clase |
None. |
|
| Reino | Reino |
None. |
Response Formats
application/json, text/json
Sample:
{
"idFilum": 1,
"idReino": 1,
"filum1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T00:07:39.2669001+00:00",
"borrado": "2025-10-30T00:07:39.2669001+00:00",
"Reino": {
"idReino": 1,
"reino1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T00:07:39.6419037+00:00",
"borrado": "2025-10-30T00:07:39.6419037+00:00"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.