Method | Description | |
---|---|---|
AccountBalanceRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
Get ( System.DateTime fromDate, System.DateTime toDate ) : |
||
GetAccountBudgets ( string filter = "", int skip ) : PagingResponse |
||
GetAccountBudgetsById ( int budgetId, string filter = "", int skip ) : PagingResponse |
public AccountBalanceRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
return | System |
public Get ( System.DateTime fromDate, System.DateTime toDate ) : |
||
fromDate | System.DateTime | |
toDate | System.DateTime | |
return |
public GetAccountBudgets ( string filter = "", int skip ) : PagingResponse |
||
filter | string | |
skip | int | |
return | PagingResponse |
public GetAccountBudgetsById ( int budgetId, string filter = "", int skip ) : PagingResponse |
||
budgetId | int | |
filter | string | |
skip | int | |
return | PagingResponse |