> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Country

# <a id="SuperOffice_WebApi_Data_Country" /> Class Country

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for Country.

```csharp theme={null}
public class Country : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[Country](SuperOffice.WebApi.Data.Country.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Examples

Get Country 123 using the WebApi client:
<pre><code class="lang-csharp">var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var country = agent.GetCountry( 123 );</code></pre>

## Constructors

### <a id="SuperOffice_WebApi_Data_Country__ctor" /> Country()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public Country()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Country_AddressLayoutId" /> AddressLayoutId

Address layout of the country

```csharp theme={null}
public virtual int AddressLayoutId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Country_CountryId" /> CountryId

Primary key

```csharp theme={null}
public virtual int CountryId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Country_CurrencyId" /> CurrencyId

Default currency for this country

```csharp theme={null}
public virtual int CurrencyId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Country_Deleted" /> Deleted

true if the country is deleted

```csharp theme={null}
public virtual bool Deleted { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Country_DialInPrefix" /> DialInPrefix

Dial in prefix

```csharp theme={null}
public virtual string DialInPrefix { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_DomainName" /> DomainName

Domain name of the country

```csharp theme={null}
public virtual string DomainName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_DomesticAddressLayoutId" /> DomesticAddressLayoutId

Domestic address layout of the country

```csharp theme={null}
public virtual int DomesticAddressLayoutId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Country_EnglishName" /> EnglishName

Name of country in english

```csharp theme={null}
public virtual string EnglishName { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_ForeignAddressLayoutId" /> ForeignAddressLayoutId

Foreign address layout of the country

```csharp theme={null}
public virtual int ForeignAddressLayoutId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Country_ImageDescription" /> ImageDescription

Description of the country's flag image. (This is the country flag that is displayed in the CRM client)

```csharp theme={null}
public virtual string ImageDescription { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_InterAreaPrefix" /> InterAreaPrefix

International prefix

```csharp theme={null}
public virtual string InterAreaPrefix { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_Name" /> Name

Name of country in installed language

```csharp theme={null}
public virtual string Name { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_OrgNrText" /> OrgNrText

Lead text for organisation field

```csharp theme={null}
public virtual string OrgNrText { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_Rank" /> Rank

The rank of the country

```csharp theme={null}
public virtual short Rank { get; set; }
```

#### Property Value

[short](https://learn.microsoft.com/dotnet/api/system.int16)

### <a id="SuperOffice_WebApi_Data_Country_ThreeLetterISOCountry" /> ThreeLetterISOCountry

Three-letter country-code according to ISO3166

```csharp theme={null}
public virtual string ThreeLetterISOCountry { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_Tooltip" /> Tooltip

The tooltip of the country

```csharp theme={null}
public virtual string Tooltip { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_TwoLetterISOCountry" /> TwoLetterISOCountry

Two-letter country-code according to ISO3166

```csharp theme={null}
public virtual string TwoLetterISOCountry { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_Country_ZipPrefix" /> ZipPrefix

Post prefix

```csharp theme={null}
public virtual string ZipPrefix { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[ListAgent](SuperOffice.WebApi.Agents.ListAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.List SaveCountryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SaveCountryRequest.md)
- [SuperOffice.WebApi.Data.Person ChangeCountryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_ChangeCountryRequest.md)
- [SuperOffice.WebApi.Data.List GetCountriesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetCountriesRequest.md)
- [SuperOffice.WebApi.Data.Contact ChangeCountryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_ChangeCountryRequest.md)
- [SuperOffice.WebApi.Data.Contact GetAddressByCountryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetAddressByCountryRequest.md)
- [SuperOffice.WebApi.Data.List CreateDefaultCountryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_CreateDefaultCountryRequest.md)
