GET api/EventBasedCountryNames?EventCategoryTier={EventCategoryTier}&EventCategoryCode={EventCategoryCode}&EventCategoryName={EventCategoryName}&CountryCode={CountryCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EventCategoryTier | string |
None. |
|
EventCategoryCode | string |
None. |
|
EventCategoryName | string |
None. |
|
CountryCode | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EventBasedCountryNames_dcName | Description | Type | Additional information |
---|---|---|---|
CountryId | integer |
None. |
|
CountryCode | string |
None. |
|
CountryName | string |
None. |
|
TelCode | string |
None. |
|
Flag | string |
None. |
|
ContinentCode | string |
None. |
|
ContinentName | string |
None. |
|
Subcontinent | string |
None. |
|
CountryAlternateName | string |
None. |
|
CountryAlternateLogo | string |
None. |
|
EventCategoryTier | string |
None. |
|
EventCategoryCode | string |
None. |
|
EventCategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CountryId": 1, "CountryCode": "sample string 2", "CountryName": "sample string 3", "TelCode": "sample string 4", "Flag": "sample string 5", "ContinentCode": "sample string 6", "ContinentName": "sample string 7", "Subcontinent": "sample string 8", "CountryAlternateName": "sample string 9", "CountryAlternateLogo": "sample string 10", "EventCategoryTier": "sample string 11", "EventCategoryCode": "sample string 12", "EventCategoryName": "sample string 13" }, { "CountryId": 1, "CountryCode": "sample string 2", "CountryName": "sample string 3", "TelCode": "sample string 4", "Flag": "sample string 5", "ContinentCode": "sample string 6", "ContinentName": "sample string 7", "Subcontinent": "sample string 8", "CountryAlternateName": "sample string 9", "CountryAlternateLogo": "sample string 10", "EventCategoryTier": "sample string 11", "EventCategoryCode": "sample string 12", "EventCategoryName": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfEventBasedCountryNames_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <EventBasedCountryNames_dc> <ContinentCode>sample string 6</ContinentCode> <ContinentName>sample string 7</ContinentName> <CountryAlternateLogo>sample string 10</CountryAlternateLogo> <CountryAlternateName>sample string 9</CountryAlternateName> <CountryCode>sample string 2</CountryCode> <CountryId>1</CountryId> <CountryName>sample string 3</CountryName> <EventCategoryCode>sample string 12</EventCategoryCode> <EventCategoryName>sample string 13</EventCategoryName> <EventCategoryTier>sample string 11</EventCategoryTier> <Flag>sample string 5</Flag> <Subcontinent>sample string 8</Subcontinent> <TelCode>sample string 4</TelCode> </EventBasedCountryNames_dc> <EventBasedCountryNames_dc> <ContinentCode>sample string 6</ContinentCode> <ContinentName>sample string 7</ContinentName> <CountryAlternateLogo>sample string 10</CountryAlternateLogo> <CountryAlternateName>sample string 9</CountryAlternateName> <CountryCode>sample string 2</CountryCode> <CountryId>1</CountryId> <CountryName>sample string 3</CountryName> <EventCategoryCode>sample string 12</EventCategoryCode> <EventCategoryName>sample string 13</EventCategoryName> <EventCategoryTier>sample string 11</EventCategoryTier> <Flag>sample string 5</Flag> <Subcontinent>sample string 8</Subcontinent> <TelCode>sample string 4</TelCode> </EventBasedCountryNames_dc> </ArrayOfEventBasedCountryNames_dc>