C# 클래스 SageOneApi.Requests.CustomerRequest

상속: RequestBase, ICustomerRequest
파일 보기 프로젝트 열기: Pietervdw/sageone-api-wrapper

공개 메소드들

메소드 설명
CustomerRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : Customer
Get ( string filter = "", int skip ) : PagingResponse
Save ( Customer customer ) : Customer

메소드 상세

CustomerRequest() 공개 메소드

public CustomerRequest ( 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 ) : Customer
id int
리턴 SageOneApi.Models.Customer

Get() 공개 메소드

public Get ( string filter = "", int skip ) : PagingResponse
filter string
skip int
리턴 PagingResponse

Save() 공개 메소드

public Save ( Customer customer ) : Customer
customer SageOneApi.Models.Customer
리턴 SageOneApi.Models.Customer