Show / Hide Table of Contents

Class CompanyCaseApiEndpoints

Company case api endpoints

Inheritance
object
CompanyCaseApiEndpoints
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class CompanyCaseApiEndpoints

Methods

CompanyCaseChangeUrl(int, int)

The company case change URL

Declaration
public static string CompanyCaseChangeUrl(int tenantId, int companyCaseChangeId)
Parameters
Type Name Description
int tenantId
int companyCaseChangeId
Returns
Type Description
string

CompanyCaseChangesUrl(int)

The company case changes URL

Declaration
public static string CompanyCaseChangesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

CompanyCaseChangesValuesUrl(int)

The company case changes values URL

Declaration
public static string CompanyCaseChangesValuesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

CompanyCaseDocumentUrl(int, int, int)

The company case document URL

Declaration
public static string CompanyCaseDocumentUrl(int tenantId, int caseValueId, int documentId)
Parameters
Type Name Description
int tenantId
int caseValueId
int documentId
Returns
Type Description
string

CompanyCaseDocumentsUrl(int, int)

The company case documents URL

Declaration
public static string CompanyCaseDocumentsUrl(int tenantId, int caseValueId)
Parameters
Type Name Description
int tenantId
int caseValueId
Returns
Type Description
string

CompanyCaseSlotsUrl(int)

The company case slots URL

Declaration
public static string CompanyCaseSlotsUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

CompanyCaseUrl(int, int)

The company case URL

Declaration
public static string CompanyCaseUrl(int tenantId, int companyCaseId)
Parameters
Type Name Description
int tenantId
int companyCaseId
Returns
Type Description
string

CompanyCaseValuesUrl(int)

The company case values URL

Declaration
public static string CompanyCaseValuesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string

CompanyCasesUrl(int)

The company cases URL

Declaration
public static string CompanyCasesUrl(int tenantId)
Parameters
Type Name Description
int tenantId
Returns
Type Description
string
☀
☾
Back to top Generated by DocFX