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