GET api/Continent/{id}
List all Continent matching the provided continent code
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Continent| Name | Description | Type | Additional information |
|---|---|---|---|
| ContinentId | integer |
None. |
|
| ContinentCode | string |
None. |
|
| ContinentName | string |
None. |
|
| Subcontinent | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDateTime | date |
None. |
|
| LastUpdatedDateTime | date |
None. |
|
| CreatedBy | integer |
None. |
|
| LastModifiedBy | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| Countries | Collection of Country |
None. |
|
| Organizations | Collection of Organization |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.