POST api/Especies/AreaProtegida
Request Information
URI Parameters
None.
Body Parameters
EspecieAreaProtegidaName | 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": "2024-12-22T23:48:58.3879926+00:00", "AreaProtegida": { "idAreaProtegida": 1, "idTipoArea": 2, "areaProtegida1": "sample string 3", "descripcion": "sample string 4", "activo": true, "borrado": "2024-12-22T23:48:58.3879926+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
EspecieAreaProtegidaName | 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": "2024-12-22T23:48:59.6131191+00:00", "AreaProtegida": { "idAreaProtegida": 1, "idTipoArea": 2, "areaProtegida1": "sample string 3", "descripcion": "sample string 4", "activo": true, "borrado": "2024-12-22T23:48:59.6131191+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.