LegacyOrderLineInput
Input type for OrderLine (legacy).
Input fields
The item being ordered.
The period for which this order line is valid. Can be a range or a duration.
The target customer identifier for this order line.
The terms applicable to this order line.
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
{
"item": LegacyOrderItemInput,
"period": LegacyOrderLinePeriodInput,
"target": "for-foreign-attention-woman-look",
"terms": OneOfTermInput
}