GET api/Continent?cont_code={cont_code}
List all Continent matching the provided continent code
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cont_code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ContinentName | 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.