LegacyOrderInput
Input type for creating or updating an order (legacy).
Input fields
The customer identifier who is placing the order.
The order lines for this order.
The sales record associated with this order.
The date and time at which the order was signed. A contract signing date, for example. This is required if the order contains terms.
The source Offering identifier that generated this Order.
The terms applicable to this order.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"customer": LegacyCustomerOrderInput,
"lines": LegacyOrderLineInput,
"sale": SalesRecordInput,
"signedAt": "2022-04-21T23:42:12.088941+00:00",
"source": "traditional-behind-question-amount-institution",
"terms": OneOfTermInput
}