메소드 | 설명 | |
---|---|---|
Delete ( int id ) : bool | ||
Get ( int id ) : Item | ||
Get ( string filter = "", int skip, bool includeAdditionalItemPrices = false ) : PagingResponse |
||
GetAsync ( string filter = "", int skip, bool includeAdditionalItemPrices = false ) : Task |
||
ItemRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
Save ( Item item ) : Item | ||
SaveAsync ( Item item ) : Task |
public Get ( string filter = "", int skip, bool includeAdditionalItemPrices = false ) : PagingResponse |
||
filter | string | |
skip | int | |
includeAdditionalItemPrices | bool | |
리턴 | PagingResponse |
public GetAsync ( string filter = "", int skip, bool includeAdditionalItemPrices = false ) : Task |
||
filter | string | |
skip | int | |
includeAdditionalItemPrices | bool | |
리턴 | Task |
public ItemRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
리턴 | System |