POST /quoteOrders/makeorder/{quoteId}
Create an order for the given quote.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
quoteId |
quote ID of the quote for which to create the order |
path
|
|
String
|
Result
RowAbstractOrder
of type:
application/xml
application/json
a response object containing an HTTP response code and string representing success or failure of the web service call
Try It Out
Request