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

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

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

Метод Описание
Delete ( int id ) : bool
Get ( string filter = "", int skip ) : PagingResponse
Get ( int id ) : TaxType
Save ( TaxType taxType ) : TaxType
TaxTypeRequest ( IRestClient client, string apiKey, int companyId ) : System

Описание методов

Delete() публичный Метод

public Delete ( int id ) : bool
id int
Результат bool

Get() публичный Метод

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
Результат PagingResponse

Get() публичный Метод

public Get ( int id ) : TaxType
id int
Результат SageOneApi.Models.TaxType

Save() публичный Метод

public Save ( TaxType taxType ) : TaxType
taxType SageOneApi.Models.TaxType
Результат SageOneApi.Models.TaxType

TaxTypeRequest() публичный Метод

public TaxTypeRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
Результат System