POST api/Especies/AreaProtegida
Request Information
URI Parameters
None.
Body Parameters
EspecieAreaProtegida| Name | Description | Type | Additional information |
|---|---|---|---|
| idEspecieAreaProtegida | integer |
None. |
|
| idEspecie | integer |
Required |
|
| idAreaProtegida | integer |
Required |
|
| borrado | date |
Data type: DateTime |
|
| AreaProtegida | AreaProtegida |
None. |
|
| Especie | Especie |
None. |
Request Formats
application/json, text/json
Sample:
{
"idEspecieAreaProtegida": 1,
"idEspecie": 2,
"idAreaProtegida": 3,
"borrado": "2025-10-30T05:26:49.5924715+00:00",
"AreaProtegida": {
"idAreaProtegida": 1,
"idTipoArea": 2,
"areaProtegida1": "sample string 3",
"descripcion": "sample string 4",
"activo": true,
"borrado": "2025-10-30T05:26:49.5924715+00:00",
"TipoArea": {
"idTipoArea": 1,
"tipoArea1": "sample string 2",
"descripcion": "sample string 3",
"activo": true
}
}
}
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
EspecieAreaProtegida| Name | Description | Type | Additional information |
|---|---|---|---|
| idEspecieAreaProtegida | integer |
None. |
|
| idEspecie | integer |
Required |
|
| idAreaProtegida | integer |
Required |
|
| borrado | date |
Data type: DateTime |
|
| AreaProtegida | AreaProtegida |
None. |
|
| Especie | Especie |
None. |
Response Formats
application/json, text/json
Sample:
{
"idEspecieAreaProtegida": 1,
"idEspecie": 2,
"idAreaProtegida": 3,
"borrado": "2025-10-30T05:26:49.6470902+00:00",
"AreaProtegida": {
"idAreaProtegida": 1,
"idTipoArea": 2,
"areaProtegida1": "sample string 3",
"descripcion": "sample string 4",
"activo": true,
"borrado": "2025-10-30T05:26:49.6470902+00:00",
"TipoArea": {
"idTipoArea": 1,
"tipoArea1": "sample string 2",
"descripcion": "sample string 3",
"activo": true
}
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.