Class EmployeeCaseApiEndpoints
Inheritance
EmployeeCaseApiEndpoints
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class EmployeeCaseApiEndpoints
Methods
EmployeeAttributeUrl(int, int, string)
Declaration
public static string EmployeeAttributeUrl(int tenantId, int employeeId, string attributeName)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
| string |
attributeName |
|
Returns
EmployeeAttributesUrl(int, int)
Declaration
public static string EmployeeAttributesUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeeCaseChangeUrl(int, int, int)
Declaration
public static string EmployeeCaseChangeUrl(int tenantId, int employeeId, int employeeCaseChangeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
| int |
employeeCaseChangeId |
|
Returns
EmployeeCaseChangesUrl(int, int)
Declaration
public static string EmployeeCaseChangesUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeeCaseChangesValuesUrl(int, int)
Declaration
public static string EmployeeCaseChangesValuesUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeeCaseDocumentUrl(int, int, int, int)
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
EmployeeCaseDocumentsUrl(int, int, int)
Declaration
public static string EmployeeCaseDocumentsUrl(int tenantId, int employeeId, int caseValueId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
| int |
caseValueId |
|
Returns
EmployeeCaseSlotsUrl(int, int)
Declaration
public static string EmployeeCaseSlotsUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeeCaseUrl(int, int, int)
Declaration
public static string EmployeeCaseUrl(int tenantId, int employeeId, int employeeCaseId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
| int |
employeeCaseId |
|
Returns
EmployeeCaseValuesUrl(int, int)
Declaration
public static string EmployeeCaseValuesUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeeCasesUrl(int, int)
Declaration
public static string EmployeeCasesUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeeUrl(int, int)
Declaration
public static string EmployeeUrl(int tenantId, int employeeId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
employeeId |
|
Returns
EmployeesBulkUrl(int)
Declaration
public static string EmployeesBulkUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns
EmployeesUrl(int)
Declaration
public static string EmployeesUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns