GET api/CommunityTables/GetCountries?CountryID={CountryID}

טבלת קודי מדינות - TBLOAD_U09_MEDINA

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CountryID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TaskYamMain.CommunityTablesContracts.Objects.Country
NameDescriptionTypeAdditional information
ID

string

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "sample string 1",
    "Name": "sample string 2"
  },
  {
    "ID": "sample string 1",
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCountry xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Country>
    <ID>sample string 1</ID>
    <Name>sample string 2</Name>
  </Country>
  <Country>
    <ID>sample string 1</ID>
    <Name>sample string 2</Name>
  </Country>
</ArrayOfCountry>