CustomerCreateQuoteOutputType
Fields
Code generated for a quote request.
The effective from date stored for this quote (set during account creation).
The enrollment type stored for this quote (set during account creation).
Indicates whether this quote has expired. A valid quote will return False.
The market identifier (e.g. ESI ID or zip code) associated with the quote.
Returns quoted products with estimated rates based on the generated quote request.
Unique id of the quote.
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
{
"code": "imagine-picture-plant-view-site",
"enrollmentEffectiveFrom": "2017-11-23T02:55:50.956348+00:00",
"enrollmentType": "PENDING_MOVE_IN_REQUEST",
"isExpired": true,
"marketIdentifier": "19853305",
"quotedProducts": [QuotedProducts],
"quoteId": "91263787"
}