C# 클래스 SageOneApi.Requests.TaxTypeRequest

상속: RequestBase, ITaxTypeRequest
파일 보기 프로젝트 열기: Pietervdw/sageone-api-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
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