Метод | Описание | |
---|---|---|
Calculate ( |
||
Delete ( int id ) : bool | ||
Get ( int id ) : |
||
Get ( bool includeDetail = false, bool includeSupplierDetails = false, string filter = "", int skip ) : PagingResponse |
||
JournalEntryRequest ( IRestClient client, string apiKey, int companyId ) : RestSharp | ||
Save ( |
public Calculate ( |
||
journalEntry | ||
Результат |
public Get ( int id ) : |
||
id | int | |
Результат |
public Get ( bool includeDetail = false, bool includeSupplierDetails = false, string filter = "", int skip ) : PagingResponse |
||
includeDetail | bool | |
includeSupplierDetails | bool | |
filter | string | |
skip | int | |
Результат | PagingResponse |
public JournalEntryRequest ( IRestClient client, string apiKey, int companyId ) : RestSharp | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
Результат | RestSharp |
public Save ( |
||
journalEntry | ||
Результат |