AcceptQuoteInputType
Input fields
The billing fields.
The personal information fields.
The existing account number, if the customer is already registered.
The payment information.
The identifier of the quote we're accepting.
Requires postal communications.
The sales information.
The list of supply points.
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
{
"billingInformation": BillingInformationInputType,
"customerDetails": CustomerDetailsInputType,
"existingAccountNumber": "A-C3D06FAF",
"paymentInformation": PaymentInformationInputType,
"quoteCode": "eb8ac8ce-8a24-4e6b-b313-8131c541013d",
"requiresPostalComms": true,
"salesInformation": SalesInformationInputType,
"supplyPoints": SupplyPointInputType
}