go back to OrderService

GET /orders/new

Creates an 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. If a recurring order ID is supplied, then we fill the order object (and its children) with data from the recurring order record.

Roles that can access this endpoint are Users, Customers.

Parameters

name description type default type
recurringOrderId the ID of the recurring order that we'll use to fill the order object (optional) query String

Result

RowOrders of type: application/xml application/json

an order record with all appropriate defaults set

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String