> ## 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 SetUtmCreatedPersonContactForFormSubmissionRequest

# <a id="SuperOffice_WebApi_Data_Person_SetUtmCreatedPersonContactForFormSubmissionRequest" /> Class Person\_SetUtmCreatedPersonContactForFormSubmissionRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Person\_SetUtmCreatedPersonContactForFormSubmissionRequest](SuperOffice.WebApi.Data.Person_SetUtmCreatedPersonContactForFormSubmissionRequest.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_SetUtmCreatedPersonContactForFormSubmissionRequest__ctor" /> Person\_SetUtmCreatedPersonContactForFormSubmissionRequest()

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

## Properties

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Person_SetUtmCreatedPersonContactForFormSubmissionRequest_FormSubmissionId" /> FormSubmissionId

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [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.FormSubmissionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormSubmissionEntity.md)
- [SuperOffice.WebApi.Data.Person GetUtmParametersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Person_GetUtmParametersRequest.md)
- [Set Utm Created Person Contact For Form Submission](/en/api/reference/restful/agent/person_agent/set-utm-created-person-contact-for-form-submission.md)
- [utm_parameters table](/en/database/tables/utm-parameters.md)
