Class CompanyCaseApiEndpoints
Company case api endpoints
Inheritance
CompanyCaseApiEndpoints
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
CompanyCaseChangesUrl(int)
The company case changes URL
Declaration
public static string CompanyCaseChangesUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns
CompanyCaseChangesValuesUrl(int)
The company case changes values URL
Declaration
public static string CompanyCaseChangesValuesUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns
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
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
CompanyCaseSlotsUrl(int)
The company case slots URL
Declaration
public static string CompanyCaseSlotsUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns
CompanyCaseUrl(int, int)
Declaration
public static string CompanyCaseUrl(int tenantId, int companyCaseId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
| int |
companyCaseId |
|
Returns
CompanyCaseValuesUrl(int)
The company case values URL
Declaration
public static string CompanyCaseValuesUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns
CompanyCasesUrl(int)
Declaration
public static string CompanyCasesUrl(int tenantId)
Parameters
| Type |
Name |
Description |
| int |
tenantId |
|
Returns