POST api/temporadas/delete
Request Information
URI Parameters
None.
Body Parameters
TemporadaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| cod_temp | string |
None. |
|
| nom_temp | string |
None. |
|
| active | boolean |
None. |
|
| activeString | string |
None. |
|
| fecha_inicio | date |
None. |
|
| fecha_termino | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"cod_temp": "sample string 1",
"nom_temp": "sample string 2",
"active": true,
"activeString": "sample string 3",
"fecha_inicio": "2025-10-26T21:31:23.3809225-03:00",
"fecha_termino": "2025-10-26T21:31:23.3809225-03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| estado | boolean |
None. |
|
| mensaje | string |
None. |
|
| data | Object |
None. |
|
| dataAdicional | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.