C# Class SageOneApi.Requests.ItemNoteRequest

Inheritance: RequestBase, IItemNoteRequest
ファイルを表示 Open project: Pietervdw/sageone-api-wrapper

Public Methods

Method Description
Delete ( int id ) : bool
Get ( int id ) : ItemNote
Get ( string filter = "", int skip ) : PagingResponse
ItemNoteRequest ( IRestClient client, string apiKey, int companyId ) : System
Save ( ItemNote itemNote ) : ItemNote

Method Details

Delete() public method

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

Get() public method

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

Get() public method

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

ItemNoteRequest() public method

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

Save() public method

public Save ( ItemNote itemNote ) : ItemNote
itemNote SageOneApi.Models.ItemNote
return SageOneApi.Models.ItemNote