Get Recommended Plan

Description

Recommends a plan based on the current features used in the site and lists the features that will be lost in case of switching to another plan.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required The OrderId for which the details to be fetched.

HTTP Method

GET

Example Test URL Request

https://test.httpapi.com/api/impressly/get-recommended-plan.json?auth-userid=0&api-key=key&order-id=0

Response

Returns the list of plans and whether the plan is a recommended plan and list of features that will be removed from the order, depending on the plan-id. The list of features removed will be empty in case of an upgrade.

Example:

{"300110":{"features_removed":[],"is_recommended":false},"300109":{"features_removed":[],"is_recommended":true}}