C# Class SageOneApi.Requests.AccountNoteRequest

Inheritance: RequestBase, IAccountNoteRequest
Datei anzeigen Open project: Pietervdw/sageone-api-wrapper

Public Methods

Method Description
AccountNoteRequest ( IRestClient client, string apiKey, int companyId ) : System
Delete ( int id ) : bool
Get ( int id ) : AccountNote
Get ( string filter = "", int skip ) : PagingResponse
Save ( AccountNote accountNote ) : AccountNote

Method Details

AccountNoteRequest() public method

public AccountNoteRequest ( 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 ) : AccountNote
id int
return SageOneApi.Models.AccountNote

Get() public method

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

Save() public method

public Save ( AccountNote accountNote ) : AccountNote
accountNote SageOneApi.Models.AccountNote
return SageOneApi.Models.AccountNote