C# Class SageOneApi.Requests.AccountBalanceRequest

Inheritance: RequestBase, IAccountBalanceRequest
Afficher le fichier Open project: Pietervdw/sageone-api-wrapper

Méthodes publiques

Méthode Description
AccountBalanceRequest ( IRestClient client, string apiKey, int companyId ) : System
Get ( System.DateTime fromDate, System.DateTime toDate ) : AccountBalance
GetAccountBudgets ( string filter = "", int skip ) : PagingResponse
GetAccountBudgetsById ( int budgetId, string filter = "", int skip ) : PagingResponse

Method Details

AccountBalanceRequest() public méthode

public AccountBalanceRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
Résultat System

Get() public méthode

public Get ( System.DateTime fromDate, System.DateTime toDate ) : AccountBalance
fromDate System.DateTime
toDate System.DateTime
Résultat SageOneApi.Models.AccountBalance

GetAccountBudgets() public méthode

public GetAccountBudgets ( string filter = "", int skip ) : PagingResponse
filter string
skip int
Résultat PagingResponse

GetAccountBudgetsById() public méthode

public GetAccountBudgetsById ( int budgetId, string filter = "", int skip ) : PagingResponse
budgetId int
filter string
skip int
Résultat PagingResponse