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