C# 클래스 SageOneApi.Requests.JournalEntryRequest

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

공개 메소드들

메소드 설명
Calculate ( JournalEntry journalEntry ) : JournalEntry
Delete ( int id ) : bool
Get ( int id ) : JournalEntry
Get ( bool includeDetail = false, bool includeSupplierDetails = false, string filter = "", int skip ) : PagingResponse
JournalEntryRequest ( IRestClient client, string apiKey, int companyId ) : RestSharp
Save ( JournalEntry journalEntry ) : JournalEntry

메소드 상세

Calculate() 공개 메소드

public Calculate ( JournalEntry journalEntry ) : JournalEntry
journalEntry SageOneApi.Models.JournalEntry
리턴 SageOneApi.Models.JournalEntry

Delete() 공개 메소드

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

Get() 공개 메소드

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

Get() 공개 메소드

public Get ( bool includeDetail = false, bool includeSupplierDetails = false, string filter = "", int skip ) : PagingResponse
includeDetail bool
includeSupplierDetails bool
filter string
skip int
리턴 PagingResponse

JournalEntryRequest() 공개 메소드

public JournalEntryRequest ( IRestClient client, string apiKey, int companyId ) : RestSharp
client IRestClient
apiKey string
companyId int
리턴 RestSharp

Save() 공개 메소드

public Save ( JournalEntry journalEntry ) : JournalEntry
journalEntry SageOneApi.Models.JournalEntry
리턴 SageOneApi.Models.JournalEntry