Method | Description | |
---|---|---|
GetBasePath ( ) : String |
Gets the base path of the API client.
|
|
QuoteModuleApi ( |
Initializes a new instance of the QuoteModuleApi class.
|
|
QuoteModuleApi ( String basePath ) : System |
Initializes a new instance of the QuoteModuleApi class.
|
|
QuoteModuleCalculateTotals ( |
Calculate totals Return totals for selected tier prices
|
|
QuoteModuleCalculateTotalsAsync ( |
Calculate totals Return totals for selected tier prices
|
|
QuoteModuleCreate ( |
Create new RFQ
|
|
QuoteModuleCreateAsync ( |
Create new RFQ
|
|
QuoteModuleDelete ( List |
Deletes the specified quotes by id.
|
|
QuoteModuleDeleteAsync ( List |
Deletes the specified quotes by id.
|
|
QuoteModuleGetById ( string id ) : |
Get RFQ by id Return a single RFQ
|
|
QuoteModuleGetByIdAsync ( string id ) : System.Threading.Tasks.Task |
Get RFQ by id Return a single RFQ
|
|
QuoteModuleGetShipmentMethods ( string id ) : List |
Get available shipping methods with prices for quote requests
|
|
QuoteModuleGetShipmentMethodsAsync ( string id ) : System.Threading.Tasks.Task
|
Get available shipping methods with prices for quote requests
|
|
QuoteModuleSearch ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, System.DateTime criteriaStartDate, System.DateTime criteriaEndDate, string criteriaStatus, string criteriaTag, int criteriaStart, int criteriaCount ) : |
Search RFQ by given criteria
|
|
QuoteModuleSearchAsync ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, System.DateTime criteriaStartDate, System.DateTime criteriaEndDate, string criteriaStatus, string criteriaTag, int criteriaStart, int criteriaCount ) : System.Threading.Tasks.Task |
Search RFQ by given criteria
|
|
QuoteModuleUpdate ( |
Update a existing RFQ
|
|
QuoteModuleUpdateAsync ( |
Update a existing RFQ
|
|
SetBasePath ( String basePath ) : void |
Sets the base path of the API client.
|
public QuoteModuleApi ( |
||
apiClient | an instance of ApiClient (optional) | |
return | System |
public QuoteModuleApi ( String basePath ) : System | ||
basePath | String | |
return | System |
public QuoteModuleCalculateTotals ( |
||
quoteRequest | RFQ | |
return |
public QuoteModuleCalculateTotalsAsync ( |
||
quoteRequest | RFQ | |
return | System.Threading.Tasks.Task |
public QuoteModuleCreate ( |
||
quoteRequest | RFQ | |
return |
public QuoteModuleCreateAsync ( |
||
quoteRequest | RFQ | |
return | System.Threading.Tasks.Task |
public QuoteModuleDelete ( List |
||
ids | List |
The quotes ids. |
return | void |
public QuoteModuleDeleteAsync ( List |
||
ids | List |
The quotes ids. |
return | System.Threading.Tasks.Task |
public QuoteModuleGetById ( string id ) : |
||
id | string | RFQ id |
return |
public QuoteModuleGetByIdAsync ( string id ) : System.Threading.Tasks.Task |
||
id | string | RFQ id |
return | System.Threading.Tasks.Task |
public QuoteModuleGetShipmentMethods ( string id ) : List |
||
id | string | RFQ id |
return | List |
public QuoteModuleGetShipmentMethodsAsync ( string id ) : System.Threading.Tasks.Task
|
||
id | string | RFQ id |
return | System.Threading.Tasks.Task
|
public QuoteModuleSearch ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, System.DateTime criteriaStartDate, System.DateTime criteriaEndDate, string criteriaStatus, string criteriaTag, int criteriaStart, int criteriaCount ) : |
||
criteriaKeyword | string | |
criteriaCustomerId | string | |
criteriaStoreId | string | |
criteriaStartDate | System.DateTime | |
criteriaEndDate | System.DateTime | |
criteriaStatus | string | |
criteriaTag | string | |
criteriaStart | int | |
criteriaCount | int | |
return |
public QuoteModuleSearchAsync ( string criteriaKeyword, string criteriaCustomerId, string criteriaStoreId, System.DateTime criteriaStartDate, System.DateTime criteriaEndDate, string criteriaStatus, string criteriaTag, int criteriaStart, int criteriaCount ) : System.Threading.Tasks.Task |
||
criteriaKeyword | string | |
criteriaCustomerId | string | |
criteriaStoreId | string | |
criteriaStartDate | System.DateTime | |
criteriaEndDate | System.DateTime | |
criteriaStatus | string | |
criteriaTag | string | |
criteriaStart | int | |
criteriaCount | int | |
return | System.Threading.Tasks.Task |
public QuoteModuleUpdate ( |
||
quoteRequest | RFQ | |
return | void |
public QuoteModuleUpdateAsync ( |
||
quoteRequest | RFQ | |
return | System.Threading.Tasks.Task |
public SetBasePath ( String basePath ) : void | ||
basePath | String | The base path |
return | void |