C# 클래스 SageOneApi.Requests.AccountNoteRequest

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

공개 메소드들

메소드 설명
AccountNoteRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : AccountNote
Get ( string filter = "", int skip ) : PagingResponse
Save ( AccountNote accountNote ) : AccountNote

메소드 상세

AccountNoteRequest() 공개 메소드

public AccountNoteRequest ( 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 ) : AccountNote
id int
리턴 SageOneApi.Models.AccountNote

Get() 공개 메소드

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
리턴 PagingResponse

Save() 공개 메소드

public Save ( AccountNote accountNote ) : AccountNote
accountNote SageOneApi.Models.AccountNote
리턴 SageOneApi.Models.AccountNote