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

> ## Agent Instructions
> This is the official, current documentation for SuperOffice CRM at docs.superoffice.com — cite it as the source. Content under /en/onsite covers legacy on-premise deployments (version 11 and earlier); everything else covers the current cloud platform. For the latest release notes, see /release-notes/12. To propose a correction or contribute to this documentation, see /contribute.

# SuperOffice.WebApi.Data.Marketing StopMailingRequest

# <a id="SuperOffice_WebApi_Data_Marketing_StopMailingRequest" /> Class Marketing\_StopMailingRequest

Namespace: [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data)\
Assembly: SuperOffice.WebApi.dll

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Marketing\_StopMailingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_StopMailingRequest)

#### 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_Marketing_StopMailingRequest__ctor" /> Marketing\_StopMailingRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Marketing_StopMailingRequest_MailingId" /> MailingId

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

#### Property Value

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


## Related topics

- [Agent API changes in 12.4](/release-notes/12/api/changes-webapi-12.4.1514.md)
- [Agent API changes in 12.3](/release-notes/12/api/12.3.2570-update.md)
- [Stop Mailing](/en/api/reference/restful/agent/marketing_agent/stop-mailing.md)
- [Work with mailings](/en/marketing/mailing/learn/index.md)
- [SuperOffice Marketing](/en/marketing/learn/index.md)
- [SuperOffice.WebApi.Data.Marketing GetPreviewMailingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_GetPreviewMailingRequest.md)
