GET api/{database}/CountryInfo/{countryId}
Gets the specified CountryInfo.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
countryId | The countryId. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "cbsCountry": "sample string 1", "codeIndexCard": 1, "countryId": "sample string 2", "description": "sample string 3", "ecMemberId": "sample string 4", "isoCode": "sample string 5", "isSepa": true }
application/xml, text/xml
Sample:
<CountryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Base.Info"> <CbsCountry>sample string 1</CbsCountry> <CodeIndexCard>1</CodeIndexCard> <CountryId>sample string 2</CountryId> <Description>sample string 3</Description> <ECMemberId>sample string 4</ECMemberId> <IsSepa>true</IsSepa> <IsoCode>sample string 5</IsoCode> </CountryInfo>