Method | Description | |
---|---|---|
Calculate ( |
||
Delete ( int id ) : bool | ||
Get ( bool includeDetail = false, bool includeSupplierDetails = false, string filter = "", int skip ) : PagingResponse |
||
Get ( int id ) : |
||
PurchaseOrderRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
Save ( |
public Calculate ( |
||
purchaseOrder | ||
return |
public Get ( bool includeDetail = false, bool includeSupplierDetails = false, string filter = "", int skip ) : PagingResponse |
||
includeDetail | bool | |
includeSupplierDetails | bool | |
filter | string | |
skip | int | |
return | PagingResponse |
public Get ( int id ) : |
||
id | int | |
return |
public PurchaseOrderRequest ( IRestClient client, string apiKey, int companyId ) : System | ||
client | IRestClient | |
apiKey | string | |
companyId | int | |
return | System |
public Save ( |
||
purchaseOrder | ||
return |