> ## 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.AddressSyncData

# <a id="SuperOffice_WebApi_Data_AddressSyncData" /> Class AddressSyncData

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

Carrier object for AddressSyncData.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[AddressSyncData](SuperOffice.WebApi.Data.AddressSyncData.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)

## Constructors

### <a id="SuperOffice_WebApi_Data_AddressSyncData__ctor" /> AddressSyncData()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_AddressSyncData_Address1" /> Address1

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_Address2" /> Address2

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_Address3" /> Address3

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_AddressId" /> AddressId

Primary key

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_AddressType" /> AddressType

NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public AddressType? AddressType { get; set; }
```

#### Property Value

[AddressType](SuperOffice.WebApi.Data.AddressType.md)?

#### See Also

[AddressSyncData](SuperOffice.WebApi.Data.AddressSyncData.md).[AddressType\_String](SuperOffice.WebApi.Data.AddressSyncData.md#SuperOffice_WebApi_Data_AddressSyncData_AddressType_String)

### <a id="SuperOffice_WebApi_Data_AddressSyncData_AddressType_String" /> AddressType\_String

Raw string enum value.

```csharp theme={null}
[JsonProperty("AddressType")]
public string AddressType_String { get; set; }
```

#### Property Value

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

#### See Also

[AddressSyncData](SuperOffice.WebApi.Data.AddressSyncData.md).[AddressType](SuperOffice.WebApi.Data.AddressSyncData.md#SuperOffice_WebApi_Data_AddressSyncData_AddressType)

### <a id="SuperOffice_WebApi_Data_AddressSyncData_City" /> City

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_County" /> County

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_FormattedAddress" /> FormattedAddress

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_Latitude" /> Latitude

```csharp theme={null}
public virtual double Latitude { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_Longitude" /> Longitude

```csharp theme={null}
public virtual double Longitude { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_State" /> State

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_AddressSyncData_ZipCode" /> ZipCode

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.ParticipantSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.ParticipantSyncData.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
- [SuperOffice.WebApi.Data.AppointmentSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentSyncData.md)
- [SuperOffice.WebApi.Data.ErpSync SyncAllRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ErpSync_SyncAllRequest.md)
- [SuperOffice.WebApi.Data.Address](/en/api/reference/webapi/SuperOffice.WebApi.Data.Address.md)
- [SuperOffice.WebApi.Data.SyncUserAccount](/en/api/reference/webapi/SuperOffice.WebApi.Data.SyncUserAccount.md)
