GET /quoteOrders/{id}
Retrieves the quote-order record specified by the ID.
Roles that can access this endpoint are Users, Customers.
Parameters
| name |
description |
type |
default |
type |
| id |
ID of the quote_order to be returned |
path
|
|
String
|
Result
RowAbstractOrder
of type:
application/xml
application/json
the requested RowQuoteOrder object
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.
RowOtherChargeQuote These elements represent the quote-other charges associated with the quote-order.
Each element contains a __name attribute with the value otherCharges.
Try It Out
Request