Table of Contents

Class ApiRequest

Namespace
InSite.Domain.Integration
Assembly
Shift.Sdk.dll
public class ApiRequest
Inheritance
ApiRequest
Inherited Members
Extension Methods

Constructors

ApiRequest()

public ApiRequest()

Properties

DeveloperEmail

public string DeveloperEmail { get; set; }

Property Value

string

DeveloperHostAddress

public string DeveloperHostAddress { get; set; }

Property Value

string

DeveloperName

public string DeveloperName { get; set; }

Property Value

string

ExecutionErrors

public string ExecutionErrors { get; set; }

Property Value

string

Organization

public virtual QOrganization Organization { get; set; }

Property Value

QOrganization

OrganizationIdentifier

public Guid? OrganizationIdentifier { get; set; }

Property Value

Guid?

RequestContentData

public string RequestContentData { get; set; }

Property Value

string

RequestContentType

public string RequestContentType { get; set; }

Property Value

string

RequestDirection

public string RequestDirection { get; set; }

Property Value

string

RequestHeaders

public string RequestHeaders { get; set; }

Property Value

string

RequestIdentifier

public Guid RequestIdentifier { get; set; }

Property Value

Guid

RequestMethod

public string RequestMethod { get; set; }

Property Value

string

RequestPath

public string RequestPath { get; set; }

Property Value

string

RequestStarted

public DateTimeOffset RequestStarted { get; set; }

Property Value

DateTimeOffset

RequestStatus

public string RequestStatus { get; set; }

Property Value

string

RequestUri

public string RequestUri { get; set; }

Property Value

string

ResponseCompleted

public DateTimeOffset? ResponseCompleted { get; set; }

Property Value

DateTimeOffset?

ResponseContentData

public string ResponseContentData { get; set; }

Property Value

string

ResponseContentType

public string ResponseContentType { get; set; }

Property Value

string

ResponseLogIdentifier

public Guid? ResponseLogIdentifier { get; set; }

Property Value

Guid?

ResponseStatusName

public string ResponseStatusName { get; set; }

Property Value

string

ResponseStatusNumber

public int? ResponseStatusNumber { get; set; }

Property Value

int?

ResponseTime

public int? ResponseTime { get; set; }

Property Value

int?

User

public virtual QUser User { get; set; }

Property Value

QUser

UserIdentifier

public Guid? UserIdentifier { get; set; }

Property Value

Guid?

ValidationErrors

public string ValidationErrors { get; set; }

Property Value

string

ValidationStatus

public string ValidationStatus { get; set; }

Property Value

string