C# Class SageOneApi.Requests.CustomerNoteRequest

Inheritance: RequestBase, ICustomerNoteRequest
显示文件 Open project: Pietervdw/sageone-api-wrapper

Public Methods

Method Description
CustomerNoteRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : CustomerNote
Get ( string filter = "", int skip ) : PagingResponse
Save ( CustomerNote customerNote ) : CustomerNote

Method Details

CustomerNoteRequest() public method

public CustomerNoteRequest ( IRestClient client, string apiKey, int companyId ) : System
client IRestClient
apiKey string
companyId int
return System

Delete() public method

public Delete ( int id ) : bool
id int
return bool

Get() public method

public Get ( int id ) : CustomerNote
id int
return SageOneApi.Models.CustomerNote

Get() public method

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

Save() public method

public Save ( CustomerNote customerNote ) : CustomerNote
customerNote SageOneApi.Models.CustomerNote
return SageOneApi.Models.CustomerNote