Examples

### Example Request ###
quote_id: 'd071cd43-436f-4f41-a5ad-274f58296e04'
client_id: 'bebd6b78-20d4-452f-a60a-d95ed57b20da'
api_key: 'SFh2AT_jlxtRzOtTa8CZ6w'

### Example Response ###
# Returns 204 status code if it's not complete.

{
  "quote_id": "d071cd43-436f-4f41-a5ad-274f58296e04", # the identifier for the code
  "products": [
    {
      "service_id": "1"
      "description": "4G LTE Wireless - 1 GB", # Name of the service
      "bandwidth_up": 5120, # Bandwidth Downstream
      "bandwidth_down": 15360, # Bandwidth Upstream
      "price_includes_router": true, # false if router charge is extra
      "contract_period": 3, # Contract term in number of months
      "monthly_recurring_charge": 10.5, # Monthly charge
      "installation_charge": 0,
      "installation_rebate": 0,
      "network": "BroadSky", # Name of the network supplier
      "supplier": "Broad Sky Networks", # Name of the supplier
      "is_estimate": false,
      "details": [  # Additional details for the product. Some may also be an explanation of the values above.
        {
            "name": "Service Details",
            "value": "4G LTE Wireless - 1 GB",
            "description": ""
        },
        {
            "name": "Term",
            "value": "3 Year",
            "description": "This is the term of this contract, which is renewable upon completion.  Many service providers offer significant discounts for longer term commitments."
        },
        {
            "name": "Total",
            "value": "$79.95",
            "description": "This is the total amount of Monthly Recurring Charges, including LOOP and PORT fees. This price is good through the end of June, 2018."
        },
        .....
      ]
    },
  ]
}