Метод | Описание | |
---|---|---|
CategoryRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
Delete ( int id, System.Enums categoryType ) : bool | ||
Get ( int id, System.Enums categoryType ) : |
||
Get ( System.Enums categoryType, string filter = "", int skip ) : PagingResponse |
||
Save ( |
public CategoryRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
Результат | System |
public Delete ( int id, System.Enums categoryType ) : bool | ||
id | int | |
categoryType | System.Enums | |
Результат | bool |
public Get ( int id, System.Enums categoryType ) : |
||
id | int | |
categoryType | System.Enums | |
Результат |
public Get ( System.Enums categoryType, string filter = "", int skip ) : PagingResponse |
||
categoryType | System.Enums | |
filter | string | |
skip | int | |
Результат | PagingResponse |
public Save ( |
||
category | ||
categoryType | System.Enums | |
Результат |