POST api/Continentes
Request Information
URI Parameters
None.
Body Parameters
ContinenteName | Description | Type | Additional information |
---|---|---|---|
idContinente | integer |
None. |
|
continente1 | string |
Required String length: inclusive between 0 and 200 |
|
activo | boolean |
None. |
|
borrado | date |
Data type: DateTime |
|
Pais | Collection of Pais |
None. |
Request Formats
application/json, text/json
Sample:
{ "idContinente": 1, "continente1": "sample string 2", "activo": true, "borrado": "2024-12-22T23:48:58.3567429+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
ContinenteName | Description | Type | Additional information |
---|---|---|---|
idContinente | integer |
None. |
|
continente1 | string |
Required String length: inclusive between 0 and 200 |
|
activo | boolean |
None. |
|
borrado | date |
Data type: DateTime |
|
Pais | Collection of Pais |
None. |
Response Formats
application/json, text/json
Sample:
{ "idContinente": 1, "continente1": "sample string 2", "activo": true, "borrado": "2024-12-22T23:48:59.5193694+00:00" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.