Get single record from Countries table by specified primary key
Method | /GetSingleCountry |
The request body is of type GetSingleCountry.
Name | Description | Data Type |
---|---|---|
itemId | xml:int |
|
The response body is of type GetSingleCountryResponse.
Name | Description | Data Type |
---|---|---|
GetSingleCountryResult | CountryInfo |
|