POST api/Clases
Request Information
URI Parameters
None.
Body Parameters
Clase| Name | Description | Type | Additional information |
|---|---|---|---|
| idClase | integer |
None. |
|
| idFilum | integer |
None. |
|
| clase1 | 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 | Filum |
None. |
|
| Orden | Collection of Orden |
None. |
|
| SubClase | Collection of SubClase |
None. |
Request Formats
application/json, text/json
Sample:
{
"idClase": 1,
"idFilum": 1,
"clase1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:40.2251617+00:00",
"borrado": "2025-10-30T05:24:40.2251617+00:00",
"Filum": {
"idFilum": 1,
"idReino": 1,
"filum1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:40.2251617+00:00",
"borrado": "2025-10-30T05:24:40.2251617+00:00",
"Reino": {
"idReino": 1,
"reino1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:40.2251617+00:00",
"borrado": "2025-10-30T05:24:40.2251617+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
Clase| Name | Description | Type | Additional information |
|---|---|---|---|
| idClase | integer |
None. |
|
| idFilum | integer |
None. |
|
| clase1 | 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 | Filum |
None. |
|
| Orden | Collection of Orden |
None. |
|
| SubClase | Collection of SubClase |
None. |
Response Formats
application/json, text/json
Sample:
{
"idClase": 1,
"idFilum": 1,
"clase1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:40.5220282+00:00",
"borrado": "2025-10-30T05:24:40.5220282+00:00",
"Filum": {
"idFilum": 1,
"idReino": 1,
"filum1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:40.5220282+00:00",
"borrado": "2025-10-30T05:24:40.5220282+00:00",
"Reino": {
"idReino": 1,
"reino1": "sample string 2",
"nombreCorto": "sample string 3",
"usuarioModificacion": "sample string 4",
"fechaModificacion": "2025-10-30T05:24:40.5220282+00:00",
"borrado": "2025-10-30T05:24:40.5220282+00:00"
}
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.