Skip to main content

Input fields

customer : LegacyCustomerOrderInput! required

The customer identifier who is placing the order.

lines : [LegacyOrderLineInput!]! required

The order lines for this order.

sale : SalesRecordInput! required

The sales record associated with this order.

signedAt : DateTime

The date and time at which the order was signed. A contract signing date, for example. This is required if the order contains terms.

source : String

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 }