Releases: teference/zoho-dotnet
Releases · teference/zoho-dotnet
Zoho API SDK - Release v0.6.24
Changelog
- PR Merge: kimbirkelund PR16 - Migrate project to DotNet Standard library
Zoho API SDK - Release v0.6.23
Changelog
- PR Merge: kruijs-pixelconcept PR14 - Added missing endpoint for settings/taxes
- PR Merge: kruijs-pixelconcept PR15 - Added missing member on request model for buy one time add-on on subscription service
Zoho API SDK - Release v0.6.22
Changelog
- Added missing property - ZsSubscriptionUpdate > ZsSubscriptionUpdateAddon > AddonDescription (addon_description) | PR Merge: kruijs-pixelconcept PR13
Zoho API SDK - Release v0.6.21
Changelog
- Added Subscription method for "Buy Onetime Addon API"
https://www.zoho.com/subscriptions/api/v1/?src=subscriptions-webapp#Subscriptions_Buy_one-time_addon
Zoho API SDK - Release v0.6.20
Changelog
- Subscription get - next_billing_at - can be nullable
Zoho API SDK - Release v0.6.19
Changelog
- ZsCustomField entity - ValueFormatted from bool to string.
Zoho API SDK - Release v0.6.18
Changelog
- Fields added to ZsCustomField entity - CustomFieldId, ValueFormatted, DataType, PlaceHolder, IsActive
- Remove ZsCustomFieldEx version with the goal to use parent class for all purpose
Zoho API SDK - Release v0.6.17
Changelog
- New field "Customer" added to create subscription - without customerid
- New fields (some) added to Customer Input and Address Input
Zoho API SDK - Release v0.6.16
Changelog
- Bug fix: Typo in PlansApi > GetAllAsync - passing wrong number of parameters which created incorrect ApiBaseUrl
Zoho API SDK - Release v0.6.15
Changelog
- In response to Issue #3 - Option to specify Zoho API base URL configurable. Breaking Changes - For those who use on call configuration for "OrganizationId" and "Token" - new parameter added to those method calls to provide Zoho API base URL.
- In response to Issue #4 - ZsHostedPageData - Invoice property changed from string to type ZsInvoice