GET api/BillingService/ListCurrentSubscriptionPlan
Documentation for 'ListCurrentSubscriptionPlan'.
Response Information
Response body formats
application/json, text/json
Sample:
{ "current_plans": [ { "current_plan": { "plan_name": "sample string 1", "display_name": "sample string 2", "plan_level": 0, "plan_type": 0, "device_type": 0, "state": 0, "product_name": "sample string 3", "price": 4.0, "currency": "sample string 5", "billing_period": 0, "create_utc_time": "sample string 6", "deviec_limit": 7, "user_limit": 8, "monthly_upload_limit": 9, "monthly_storage_limit": 10, "free_shutterstock_images": 11, "free_shutterstock_videos": 12, "features": "sample string 13", "is_success": true, "error_message": "sample string 15", "exception_name": "sample string 16", "error_code": 17 }, "change_to_plan": { "plan_name": "sample string 1", "display_name": "sample string 2", "plan_level": 0, "plan_type": 0, "device_type": 0, "state": 0, "product_name": "sample string 3", "price": 4.0, "currency": "sample string 5", "billing_period": 0, "create_utc_time": "sample string 6", "deviec_limit": 7, "user_limit": 8, "monthly_upload_limit": 9, "monthly_storage_limit": 10, "free_shutterstock_images": 11, "free_shutterstock_videos": 12, "features": "sample string 13", "is_success": true, "error_message": "sample string 15", "exception_name": "sample string 16", "error_code": 17 } }, { "current_plan": { "plan_name": "sample string 1", "display_name": "sample string 2", "plan_level": 0, "plan_type": 0, "device_type": 0, "state": 0, "product_name": "sample string 3", "price": 4.0, "currency": "sample string 5", "billing_period": 0, "create_utc_time": "sample string 6", "deviec_limit": 7, "user_limit": 8, "monthly_upload_limit": 9, "monthly_storage_limit": 10, "free_shutterstock_images": 11, "free_shutterstock_videos": 12, "features": "sample string 13", "is_success": true, "error_message": "sample string 15", "exception_name": "sample string 16", "error_code": 17 }, "change_to_plan": { "plan_name": "sample string 1", "display_name": "sample string 2", "plan_level": 0, "plan_type": 0, "device_type": 0, "state": 0, "product_name": "sample string 3", "price": 4.0, "currency": "sample string 5", "billing_period": 0, "create_utc_time": "sample string 6", "deviec_limit": 7, "user_limit": 8, "monthly_upload_limit": 9, "monthly_storage_limit": 10, "free_shutterstock_images": 11, "free_shutterstock_videos": 12, "features": "sample string 13", "is_success": true, "error_message": "sample string 15", "exception_name": "sample string 16", "error_code": 17 } }, { "current_plan": { "plan_name": "sample string 1", "display_name": "sample string 2", "plan_level": 0, "plan_type": 0, "device_type": 0, "state": 0, "product_name": "sample string 3", "price": 4.0, "currency": "sample string 5", "billing_period": 0, "create_utc_time": "sample string 6", "deviec_limit": 7, "user_limit": 8, "monthly_upload_limit": 9, "monthly_storage_limit": 10, "free_shutterstock_images": 11, "free_shutterstock_videos": 12, "features": "sample string 13", "is_success": true, "error_message": "sample string 15", "exception_name": "sample string 16", "error_code": 17 }, "change_to_plan": { "plan_name": "sample string 1", "display_name": "sample string 2", "plan_level": 0, "plan_type": 0, "device_type": 0, "state": 0, "product_name": "sample string 3", "price": 4.0, "currency": "sample string 5", "billing_period": 0, "create_utc_time": "sample string 6", "deviec_limit": 7, "user_limit": 8, "monthly_upload_limit": 9, "monthly_storage_limit": 10, "free_shutterstock_images": 11, "free_shutterstock_videos": 12, "features": "sample string 13", "is_success": true, "error_message": "sample string 15", "exception_name": "sample string 16", "error_code": 17 } } ], "is_success": true, "error_message": "sample string 2", "exception_name": "sample string 3", "error_code": 4 }
application/xml, text/xml
Sample:
<ListCurrentSubscriptionPlanResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MMS.RestApi.Entities.Billing"> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">4</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 2</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 3</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <current_plans> <CurrentSubscriptionPlanInfo> <change_to_plan> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">17</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 15</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 16</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <billing_period>Once</billing_period> <create_utc_time>sample string 6</create_utc_time> <currency>sample string 5</currency> <device_type>None</device_type> <deviec_limit>7</deviec_limit> <display_name>sample string 2</display_name> <features>sample string 13</features> <free_shutterstock_images>11</free_shutterstock_images> <free_shutterstock_videos>12</free_shutterstock_videos> <monthly_storage_limit>10</monthly_storage_limit> <monthly_upload_limit>9</monthly_upload_limit> <plan_level>None</plan_level> <plan_name>sample string 1</plan_name> <plan_type>None</plan_type> <price>4</price> <product_name>sample string 3</product_name> <state>None</state> <user_limit>8</user_limit> </change_to_plan> <current_plan> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">17</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 15</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 16</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <billing_period>Once</billing_period> <create_utc_time>sample string 6</create_utc_time> <currency>sample string 5</currency> <device_type>None</device_type> <deviec_limit>7</deviec_limit> <display_name>sample string 2</display_name> <features>sample string 13</features> <free_shutterstock_images>11</free_shutterstock_images> <free_shutterstock_videos>12</free_shutterstock_videos> <monthly_storage_limit>10</monthly_storage_limit> <monthly_upload_limit>9</monthly_upload_limit> <plan_level>None</plan_level> <plan_name>sample string 1</plan_name> <plan_type>None</plan_type> <price>4</price> <product_name>sample string 3</product_name> <state>None</state> <user_limit>8</user_limit> </current_plan> </CurrentSubscriptionPlanInfo> <CurrentSubscriptionPlanInfo> <change_to_plan> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">17</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 15</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 16</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <billing_period>Once</billing_period> <create_utc_time>sample string 6</create_utc_time> <currency>sample string 5</currency> <device_type>None</device_type> <deviec_limit>7</deviec_limit> <display_name>sample string 2</display_name> <features>sample string 13</features> <free_shutterstock_images>11</free_shutterstock_images> <free_shutterstock_videos>12</free_shutterstock_videos> <monthly_storage_limit>10</monthly_storage_limit> <monthly_upload_limit>9</monthly_upload_limit> <plan_level>None</plan_level> <plan_name>sample string 1</plan_name> <plan_type>None</plan_type> <price>4</price> <product_name>sample string 3</product_name> <state>None</state> <user_limit>8</user_limit> </change_to_plan> <current_plan> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">17</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 15</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 16</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <billing_period>Once</billing_period> <create_utc_time>sample string 6</create_utc_time> <currency>sample string 5</currency> <device_type>None</device_type> <deviec_limit>7</deviec_limit> <display_name>sample string 2</display_name> <features>sample string 13</features> <free_shutterstock_images>11</free_shutterstock_images> <free_shutterstock_videos>12</free_shutterstock_videos> <monthly_storage_limit>10</monthly_storage_limit> <monthly_upload_limit>9</monthly_upload_limit> <plan_level>None</plan_level> <plan_name>sample string 1</plan_name> <plan_type>None</plan_type> <price>4</price> <product_name>sample string 3</product_name> <state>None</state> <user_limit>8</user_limit> </current_plan> </CurrentSubscriptionPlanInfo> <CurrentSubscriptionPlanInfo> <change_to_plan> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">17</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 15</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 16</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <billing_period>Once</billing_period> <create_utc_time>sample string 6</create_utc_time> <currency>sample string 5</currency> <device_type>None</device_type> <deviec_limit>7</deviec_limit> <display_name>sample string 2</display_name> <features>sample string 13</features> <free_shutterstock_images>11</free_shutterstock_images> <free_shutterstock_videos>12</free_shutterstock_videos> <monthly_storage_limit>10</monthly_storage_limit> <monthly_upload_limit>9</monthly_upload_limit> <plan_level>None</plan_level> <plan_name>sample string 1</plan_name> <plan_type>None</plan_type> <price>4</price> <product_name>sample string 3</product_name> <state>None</state> <user_limit>8</user_limit> </change_to_plan> <current_plan> <error_code xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">17</error_code> <error_message xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 15</error_message> <exception_name xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">sample string 16</exception_name> <is_success xmlns="http://schemas.datacontract.org/2004/07/Mandoe.Framework.WebApi">true</is_success> <billing_period>Once</billing_period> <create_utc_time>sample string 6</create_utc_time> <currency>sample string 5</currency> <device_type>None</device_type> <deviec_limit>7</deviec_limit> <display_name>sample string 2</display_name> <features>sample string 13</features> <free_shutterstock_images>11</free_shutterstock_images> <free_shutterstock_videos>12</free_shutterstock_videos> <monthly_storage_limit>10</monthly_storage_limit> <monthly_upload_limit>9</monthly_upload_limit> <plan_level>None</plan_level> <plan_name>sample string 1</plan_name> <plan_type>None</plan_type> <price>4</price> <product_name>sample string 3</product_name> <state>None</state> <user_limit>8</user_limit> </current_plan> </CurrentSubscriptionPlanInfo> </current_plans> </ListCurrentSubscriptionPlanResponse>