C# Класс SageOneApi.Requests.JournalEntryRequest

Наследование: RequestBase, IJournalEntryRequest
Показать файл Открыть проект

Открытые методы

Метод Описание
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