> ## 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.Person GetSalesRepRequest

# <a id="SuperOffice_WebApi_Data_Person_GetSalesRepRequest" /> Class Person\_GetSalesRepRequest

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

```csharp theme={null}
public class Person_GetSalesRepRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Person\_GetSalesRepRequest](SuperOffice.WebApi.Data.Person_GetSalesRepRequest.md)

#### Inherited Members

[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_Person_GetSalesRepRequest__ctor" /> Person\_GetSalesRepRequest()

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

## Properties

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Person_GetSalesRepRequest_EmailAddress" /> EmailAddress

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Person_GetSalesRepRequest_PersonFirstname" /> PersonFirstname

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Person_GetSalesRepRequest_PhoneNumber" /> PhoneNumber

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.SalesActivity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SalesActivity.md)
- [SuperOffice.WebApi.Data.Person GetCustomerCentrePasswordReplyTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetCustomerCentrePasswordReplyTemplateRequest.md)
- [SuperOffice.WebApi.Data.Sale GetSalesFromPersonRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Sale_GetSalesFromPersonRequest.md)
- [SuperOffice.WebApi.Agents.PersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PersonAgent.md)
- [SuperOffice.WebApi.Agents.IPersonAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPersonAgent.md)
- [SuperOffice.WebApi.Data.List GetQuickRepliesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetQuickRepliesRequest.md)
