C# 클래스 SageOneApi.Requests.AccountRequest

상속: RequestBase, IAccountRequest
파일 보기 프로젝트 열기: Pietervdw/sageone-api-wrapper

공개 메소드들

메소드 설명
AccountRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : Account
Get ( bool includeSystemAccounts = false, int skip ) : PagingResponse
GetByCategory ( int categoryId ) : PagingResponse
Save ( Account account ) : Account

메소드 상세

AccountRequest() 공개 메소드

public AccountRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
리턴 System

Delete() 공개 메소드

public Delete ( int id ) : bool
id int
리턴 bool

Get() 공개 메소드

public Get ( int id ) : Account
id int
리턴 SageOneApi.Models.Account

Get() 공개 메소드

public Get ( bool includeSystemAccounts = false, int skip ) : PagingResponse
includeSystemAccounts bool
skip int
리턴 PagingResponse

GetByCategory() 공개 메소드

public GetByCategory ( int categoryId ) : PagingResponse
categoryId int
리턴 PagingResponse

Save() 공개 메소드

public Save ( Account account ) : Account
account SageOneApi.Models.Account
리턴 SageOneApi.Models.Account