GET api/Countries/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CountryName | Description | Type | Additional information |
---|---|---|---|
CountryCode | string |
Required String length: inclusive between 0 and 50 |
|
Description | string |
String length: inclusive between 0 and 50 |
|
ISOCode2 | string |
String length: inclusive between 0 and 50 |
|
ISONumeric | string |
String length: inclusive between 0 and 50 |
|
PassportRequired | string |
String length: inclusive between 0 and 50 |
|
VisaRequired | string |
String length: inclusive between 0 and 50 |
|
WorkPermitRequired | string |
String length: inclusive between 0 and 50 |
|
ResidencePermit | string |
String length: inclusive between 0 and 50 |
|
TouristVisa | string |
String length: inclusive between 0 and 50 |
|
VisaDays | string |
String length: inclusive between 0 and 50 |
|
CurrencyCode | string |
String length: inclusive between 0 and 50 |
|
VATRate | decimal number |
None. |
|
HypoOn | string |
String length: inclusive between 0 and 1 |
|
SubRegion | string |
String length: inclusive between 0 and 50 |
|
TaxWorldWideIncome | string |
String length: inclusive between 0 and 2 |
|
TaxFiscalYearStart | string |
String length: inclusive between 0 and 10 |
|
TaxCredit | string |
String length: inclusive between 0 and 50 |
|
TaxStraddle | string |
String length: inclusive between 0 and 10 |
|
DeMinimisDays | integer |
None. |
|
ResidencyDays | integer |
None. |
|
SpecialCircumstanceHelp | string |
String length: inclusive between 0 and 2000 |
|
ApplyResidencyAll | string |
String length: inclusive between 0 and 10 |
|
TaxStraddleDays | integer |
None. |
|
StdDataCode | string |
String length: inclusive between 0 and 256 |
|
ID | integer |
None. |
Response Formats
application/json, text/json
{ "CountryCode": "sample string 1", "Description": "sample string 2", "ISOCode2": "sample string 3", "ISONumeric": "sample string 4", "PassportRequired": "sample string 5", "VisaRequired": "sample string 6", "WorkPermitRequired": "sample string 7", "ResidencePermit": "sample string 8", "TouristVisa": "sample string 9", "VisaDays": "sample string 10", "CurrencyCode": "sample string 11", "VATRate": 1.0, "HypoOn": "sample string 12", "SubRegion": "sample string 13", "TaxWorldWideIncome": "sample string 14", "TaxFiscalYearStart": "sample string 15", "TaxCredit": "sample string 16", "TaxStraddle": "sample string 17", "DeMinimisDays": 1, "ResidencyDays": 1, "SpecialCircumstanceHelp": "sample string 18", "ApplyResidencyAll": "sample string 19", "TaxStraddleDays": 1, "StdDataCode": "sample string 20", "ID": 21 }
application/xml, text/xml
<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <ApplyResidencyAll>sample string 19</ApplyResidencyAll> <CountryCode>sample string 1</CountryCode> <CurrencyCode>sample string 11</CurrencyCode> <DeMinimisDays>1</DeMinimisDays> <Description>sample string 2</Description> <HypoOn>sample string 12</HypoOn> <ID>21</ID> <ISOCode2>sample string 3</ISOCode2> <ISONumeric>sample string 4</ISONumeric> <PassportRequired>sample string 5</PassportRequired> <ResidencePermit>sample string 8</ResidencePermit> <ResidencyDays>1</ResidencyDays> <SpecialCircumstanceHelp>sample string 18</SpecialCircumstanceHelp> <StdDataCode>sample string 20</StdDataCode> <SubRegion>sample string 13</SubRegion> <TaxCredit>sample string 16</TaxCredit> <TaxFiscalYearStart>sample string 15</TaxFiscalYearStart> <TaxStraddle>sample string 17</TaxStraddle> <TaxStraddleDays>1</TaxStraddleDays> <TaxWorldWideIncome>sample string 14</TaxWorldWideIncome> <TouristVisa>sample string 9</TouristVisa> <VATRate>1</VATRate> <VisaDays>sample string 10</VisaDays> <VisaRequired>sample string 6</VisaRequired> <WorkPermitRequired>sample string 7</WorkPermitRequired> </Country>