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

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

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

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