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

# <a id="SuperOffice_WebApi_Data_Configuration_GetCRMUrlRequest" /> Class Configuration\_GetCRMUrlRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Configuration\_GetCRMUrlRequest](SuperOffice.WebApi.Data.Configuration_GetCRMUrlRequest.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_Configuration_GetCRMUrlRequest__ctor" /> Configuration\_GetCRMUrlRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Configuration_GetCRMUrlRequest_Currents" /> Currents

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Configuration_GetCRMUrlRequest_Frameless" /> Frameless

```csharp theme={null}
public bool Frameless { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Configuration_GetCRMUrlRequest_SoProtocol" /> SoProtocol

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Configuration GetCSAuthUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetCSAuthUrlRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetCustomerUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetCustomerUrlRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetEMarketingUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetEMarketingUrlRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetWwwUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetWwwUrlRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetWwwUrlForSMWebRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetWwwUrlForSMWebRequest.md)
- [SuperOffice.WebApi.Data.Configuration GetCsCgiUrlRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_GetCsCgiUrlRequest.md)
