teference / zoho-dotnet

Zoho API .NET SDK
MIT License
7 stars 11 forks source link

Missing PlanCode in Subscriptions query #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

According to: https://www.zoho.eu/subscriptions/api/v1/?src=subscriptions-webapp#Subscriptions

Implementation in ZsSubscriptionApi:

The property "plan_name" as returned in the JSON response is not mapped to ZsSubscription. It is impossible to determine the licensed product using this query.

ghost commented 6 years ago

Sorry, it appears to be that one must retrieve the single instance of the subscription subsequally to obtain this kind of information. This is due to the api design.