GET api/Quote/GetSavedPrice?_intUAL={_intUAL}&_intJobId={_intJobId}&useNewPrice={useNewPrice}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_intUAL | integer |
Required |
|
_intJobId | integer |
Required |
|
useNewPrice | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
QuoteOutputsName | Description | Type | Additional information |
---|---|---|---|
oQuoteSaveInputs | QuoteSaveInputs |
None. |
|
dtPricingGeneral | DataTable |
None. |
|
dtPricingUnits | DataTable |
None. |
|
dtPricingMisc | DataTable |
None. |
|
dtPricingShipping | DataTable |
None. |
|
dtPricingTotal | DataTable |
None. |
|
dtPricingAddInfo | DataTable |
None. |
|
dtPricingErrMsg | DataTable |
None. |
|
dtUnsavedQuote | DataTable |
None. |
|
dbtSavedQuote | DataTable |
None. |
|
dbtSavedMisc | DataTable |
None. |
|
dbtSavedNotes | DataTable |
None. |
|
dbtSavedJob | DataTable |
None. |
|
useNewPrice | boolean |
None. |
|
Alerts | Collection of AlertModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "oQuoteSaveInputs": { "intUserId": 1, "intUAL": 2, "strProjectName": "sample string 3", "intIsSaved": 4, "intQuoteId": 5, "intJobId": 6, "intRevisionNo": 7, "strCustomerPO": "sample string 8", "intQuoteStageId": 9, "intFOBPointId": 10, "strCreatedDate": "sample string 11", "strRevisedDate": "sample string 12", "strValidDate": "sample string 13", "intCountryId": 14, "dblCurrencyRate": 15.1, "dblShippingFactor": 16.1, "intShippingTypeId": 17, "dblDiscountFactor": 18.1, "intDiscountTypeId": 19, "dblPriceAllUnits": 20.1, "dblPriceMisc": 21.1, "dblPriceShipping": 22.1, "dblPriceSubtotal": 23.1, "dblPriceDiscount": 24.1, "dblPriceFinalTotal": 25.1, "intIsCalcFinalPrice": 26, "useNewPrice": true }, "dtPricingGeneral": null, "dtPricingUnits": [], "dtPricingMisc": [], "dtPricingShipping": [], "dtPricingTotal": [], "dtPricingAddInfo": [], "dtPricingErrMsg": [], "dtUnsavedQuote": [], "dbtSavedQuote": [], "dbtSavedMisc": [], "dbtSavedNotes": [], "dbtSavedJob": [], "useNewPrice": true, "Alerts": [ { "Id": 1, "AlertType": 1, "Message": "sample string 2", "StartDate": "2025-06-13T08:18:14.327331-07:00", "EndDate": "2025-06-13T08:18:14.327331-07:00", "CreatedAt": "2025-06-13T08:18:14.327331-07:00" }, { "Id": 1, "AlertType": 1, "Message": "sample string 2", "StartDate": "2025-06-13T08:18:14.327331-07:00", "EndDate": "2025-06-13T08:18:14.327331-07:00", "CreatedAt": "2025-06-13T08:18:14.327331-07:00" } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.