Method | Description | |
---|---|---|
AccountRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
Delete ( int id ) : bool | ||
Get ( int id ) : |
||
Get ( bool includeSystemAccounts = false, int skip ) : PagingResponse |
||
GetByCategory ( int categoryId ) : PagingResponse |
||
Save ( |
public AccountRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
return | System |
public Get ( bool includeSystemAccounts = false, int skip ) : PagingResponse |
||
includeSystemAccounts | bool | |
skip | int | |
return | PagingResponse |
public GetByCategory ( int categoryId ) : PagingResponse |
||
categoryId | int | |
return | PagingResponse |
public Save ( |
||
account | ||
return |