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

# <a id="SuperOffice_WebApi_Data_ParticipantSyncData" /> Class ParticipantSyncData

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

Carrier object for ParticipantSyncData.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactBusiness" /> ContactBusiness

The business that the contact is associated with. The GUI forces the user to enter a business type.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactCategory" /> ContactCategory

The category that is set on the company. The GUI forces the user to enter a category type

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactCountry" /> ContactCountry

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactDepartment" /> ContactDepartment

Department

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactFullName" /> ContactFullName

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactId" /> ContactId

Contact ID of owning contact, may be 0

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactName" /> ContactName

Contact name

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ContactUrl" /> ContactUrl

The contact's internet adresses

```csharp theme={null}
public virtual string[] ContactUrl { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_Country" /> Country

The country this contact is located in. The country a contact is saved with, affects the phone number format, and the address layout.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_EMail" /> EMail

```csharp theme={null}
public virtual string[] EMail { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_Messenger" /> Messenger

```csharp theme={null}
public virtual string[] Messenger { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ParticipantStatus" /> ParticipantStatus

The appointment status for this participant.
NULL if unknown enum value.

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

#### Property Value

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

#### See Also

[ParticipantSyncData](SuperOffice.WebApi.Data.ParticipantSyncData.md).[ParticipantStatus\_String](SuperOffice.WebApi.Data.ParticipantSyncData.md#SuperOffice_WebApi_Data_ParticipantSyncData_ParticipantStatus_String)

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_ParticipantStatus_String" /> ParticipantStatus\_String

The appointment status for this participant.
Raw string enum value.

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

#### Property Value

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

#### See Also

[ParticipantSyncData](SuperOffice.WebApi.Data.ParticipantSyncData.md).[ParticipantStatus](SuperOffice.WebApi.Data.ParticipantSyncData.md#SuperOffice_WebApi_Data_ParticipantSyncData_ParticipantStatus)

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonAcademicTitle" /> PersonAcademicTitle

Academic title, populated from Salutation list but can be overwritten with anything at all

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonAddress" /> PersonAddress

```csharp theme={null}
public virtual AddressSyncData PersonAddress { get; set; }
```

#### Property Value

[AddressSyncData](SuperOffice.WebApi.Data.AddressSyncData.md)

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonCountry" /> PersonCountry

The country this contact person is located in.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonFirstName" /> PersonFirstName

First name

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonFormalName" /> PersonFormalName

Get formal name for a person, as used in labels. (Full name + person title + academic title)

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonFullName" /> PersonFullName

The person's full name localized to the current culture/country.  (internal name used in clients for employees)

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonId" /> PersonId

Person ID of person the appointment is with, may be 0

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonLastname" /> PersonLastname

Last name

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonMiddleName" /> PersonMiddleName

Middle name or 'van' etc.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonMrmrs" /> PersonMrmrs

e.g. Mrs   sex\_title

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonPosition" /> PersonPosition

The position. This is a predefined SuperOffice value, different from Title

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PersonTitle" /> PersonTitle

Title

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PhoneContact" /> PhoneContact

Returns a collection of office phone numbers that belong to the contact person.

```csharp theme={null}
public virtual string[] PhoneContact { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PhoneDirect" /> PhoneDirect

```csharp theme={null}
public virtual string[] PhoneDirect { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PhoneFax" /> PhoneFax

Returns a collection of fax numbers that belong to the contact person.

```csharp theme={null}
public virtual string[] PhoneFax { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PhoneMobile" /> PhoneMobile

Returns a collection of mobile phone numbers that belong to the contact person.

```csharp theme={null}
public virtual string[] PhoneMobile { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PhonePrivate" /> PhonePrivate

Returns a collection of phone numbers that belong to the contact person.

```csharp theme={null}
public virtual string[] PhonePrivate { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_PostalAddress" /> PostalAddress

```csharp theme={null}
public virtual AddressSyncData PostalAddress { get; set; }
```

#### Property Value

[AddressSyncData](SuperOffice.WebApi.Data.AddressSyncData.md)

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_StreetAddress" /> StreetAddress

```csharp theme={null}
public virtual AddressSyncData StreetAddress { get; set; }
```

#### Property Value

[AddressSyncData](SuperOffice.WebApi.Data.AddressSyncData.md)

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_Url" /> Url

The urls related to this person.

```csharp theme={null}
public virtual string[] Url { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ParticipantSyncData_Voip" /> Voip

```csharp theme={null}
public virtual string[] Voip { 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.AppointmentSyncData](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentSyncData.md)
- [SuperOffice.WebApi.Data.AppointmentCautionWarning](/en/api/reference/webapi/SuperOffice.WebApi.Data.AppointmentCautionWarning.md)
- [NSParticipantSyncData](/en/automation/crmscript/reference/CRMScript.NetServer.NSParticipantSyncData.md)
- [Get My Sync Appointments](/en/api/reference/restful/agent/appointment_agent/get-my-sync-appointments.md)
