GET /quoteOrders/userSavedSearch
Retrieves a List of quote-order records based on an existing saved search.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| userId |
string indicating the current user |
query
|
|
String
|
| createUserId |
string indicating the user who created the saved search |
query
|
|
String
|
| screenClassName |
string indicating the class of the screen that is related to the saved search |
query
|
|
String
|
| searchName |
string indicating the name of the saved search |
query
|
|
String
|
Result
List
<
RowQuoteOrder
>
of type:
application/xml
application/json
a list of RowQuoteOrder objects
Additional attributes:
__statusDescr This value represents the description of the quote_order status, found in the quote_order.status field.
__collectionMethodDescr This value represents the description of the collection method, found in the quote_order.collection_method field.
__rateTypeDescr This value represents the description of the rate type, found in the quote_order.rate_type field.
__revenueTypeDescr This value represents the description of the revenue code, found in the quote_order.revenue_code_id field.
__equipmentTypeDescr This value represents the description of the equipment type, found in the quote_order.equipment_type_id field.
__tractorTypeDescr This value represents the description of the tractor type, found in the quote_order.tractor_type field.
Child Elements:
RowCustomer This element represent the customer associated with the quote-order, by the quote_order.customer_id field.
The element contains a __name attribute with the value customer.
RowUsers This element represent the entered user associated with the quote-order, by the quote_order.entered_user_id field.
The element contains a __name attribute with the value enteredUser.
RowUsers This element represent the operations user associated with the quote-order, by the quote_order.operations_user field.
The element contains a __name attribute with the value operationsUser.
RowQuoteFreightGroup This element represents the quote-freight group associated with the quote-order.
The element contains a __name attribute with the value freightGroup.
RowQuoteHdrXFgp These elements represent quote-accessorials associated with the quote-freight group.
Each element contains a __name attribute with the value handlingRequirements.
RowQuoteFreightGroupItem These elements represent quote-freight items associated with the quote-freight group.
Each element contains a __name attribute with the value freightGroupItems.
QuoteRevenueDetailPerFgiView These elements represent quote-revenue details associated with quote-freight items.
Each element contains a __name attribute with the value revenueDetails.
RowQuoteFgpXBfg These elements represent the quote-billing freight groups associated with the quote-freight group.
Each element contains a __name attribute with the value fgpXBfgs.
QuoteRevenueDetailPerFgiView These elements represent quote revenue details not associated with quote-freight items.
Each element contains a __name attribute with the value revenueDetails.
RowQuoteStop These elements represent the quote-stops associated with the quote-order.
Each element contains a __name attribute with the value stops.
Try It Out
Request