Show / Hide Table of Contents

Class EmployeeCaseApiEndpoints

Employee case api endpoints

Inheritance
object
EmployeeCaseApiEndpoints
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 EmployeeCaseApiEndpoints

Methods

EmployeeAttributeUrl(int, int, string)

The employee attribute URL

Declaration
public static string EmployeeAttributeUrl(int tenantId, int employeeId, string attributeName)
Parameters
Type Name Description
int tenantId
int employeeId
string attributeName
Returns
Type Description
string

EmployeeAttributesUrl(int, int)

The employee attributes URL

Declaration
public static string EmployeeAttributesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseChangeUrl(int, int, int)

The employee case change URL

Declaration
public static string EmployeeCaseChangeUrl(int tenantId, int employeeId, int employeeCaseChangeId)
Parameters
Type Name Description
int tenantId
int employeeId
int employeeCaseChangeId
Returns
Type Description
string

EmployeeCaseChangesUrl(int, int)

The employee case changes URL

Declaration
public static string EmployeeCaseChangesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseChangesValuesUrl(int, int)

The employee case changes values URL

Declaration
public static string EmployeeCaseChangesValuesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseDocumentUrl(int, int, int, int)

The employee case document URL

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

EmployeeCaseDocumentsUrl(int, int, int)

The employee case documents URL

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

EmployeeCaseSlotsUrl(int, int)

The employee case slots URL

Declaration
public static string EmployeeCaseSlotsUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCaseUrl(int, int, int)

The employee case URL

Declaration
public static string EmployeeCaseUrl(int tenantId, int employeeId, int employeeCaseId)
Parameters
Type Name Description
int tenantId
int employeeId
int employeeCaseId
Returns
Type Description
string

EmployeeCaseValuesUrl(int, int)

The employee case values URL

Declaration
public static string EmployeeCaseValuesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeCasesUrl(int, int)

The employee cases URL

Declaration
public static string EmployeeCasesUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeeUrl(int, int)

The employee URL

Declaration
public static string EmployeeUrl(int tenantId, int employeeId)
Parameters
Type Name Description
int tenantId
int employeeId
Returns
Type Description
string

EmployeesBulkUrl(int)

The employees bulk URL

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

EmployeesUrl(int)

The employees URL

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