GET /quoteOrders/new
Creates a quote-order object with all configured defaults set. This doesn't create a record
in the database. Instead, callers of this method can edit the returned object and then
pass it back to the create method to actually insert the record in the database.
Roles that can access this endpoint are Users, Customers.
Parameters
This method has no parameters.
Result
RowQuoteOrder
of type:
application/xml
application/json
a quote-order object with all appropriate defaults set
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