Countries
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Countries
Represents a queryable country.
GUID
2815F623-7A7B-4546-B4ED-947A17E02D85
Required permission
Show countries
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the country. |
|
Code | String | The human readable code of the country.
|
|
Description | String | The translated description of the country. |
|
IsEuMember | Boolean | Specifies if the country is a member of the European Union. |
|
LanguageId | Int64 | References LanguageCodes. |
|
CurrencyId | Int64? | References Currencies. |
|
AddressFormatType | Int32 | The format type of the address. |
|
CustomerAccountGroupId | Int64? | References CustomerAccountGroups. |
|
IsActive | Boolean | Specifies if the country is active and available in MONITOR or not. |
|
SupplierAccountGroupId | Int64? | References SupplierAccountGroup. |
|
VatGroupId | Int64? | References VatGroups.
|
|
SupplierVatGroupId | Int64? | References VatGroups. |
|
CustomerVatGroupId | Int64? | References VatGroups. |
|
VatRegistrationNumberPrefixException | String | The VAT registration number prefix exception of the country.
|
|
CountryRegion | Int32 | Region code in integer format according to ISO-3166
|
Introduced in version 2.47 |
CountrySubRegion | Int32 | Sub region code in integer format according to ISO-3166
|
Introduced in version 2.47 |
CountryIntermediateRegion | Int32 | Intermediate region code in integer format according to ISO-3166
|
Introduced in version 2.47 |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"IsEuMember": false,
"LanguageId": 0,
"CurrencyId": null,
"AddressFormatType": 0,
"CustomerAccountGroupId": null,
"IsActive": false,
"SupplierAccountGroupId": null,
"VatGroupId": null,
"SupplierVatGroupId": null,
"CustomerVatGroupId": null,
"VatRegistrationNumberPrefixException": null,
"CountryRegion": 0,
"CountrySubRegion": 0,
"CountryIntermediateRegion": 0
}