teference / zoho-dotnet

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

No Customer Id required for new Subscription for new customer #5

Closed aaronseabaugh closed 6 years ago

aaronseabaugh commented 6 years ago

Curious if the component can be modified to support new subscriptions for new customer passing in customer information so when the subscription gets created so does the customer..

Currently Zoho does not require a customer id for new subscriptions from the JSON api. The c# api requires a customer id.

If there are alternatives let me know.

jsinh commented 6 years ago

Thanks for reaching out @aaronseabaugh This is new information to me. When I started with their implementation that was not the case (or at least till I know and in the way I tested). Let me confirm this with few test internally and get back to you.

aaronseabaugh commented 6 years ago

That would be awesome! Thanks! Impressive response time! Again thanks!

Sent from my iPhone

On Oct 5, 2017, at 9:57 AM, Jaspalsinh Chauhan notifications@github.com wrote:

Thanks for reaching out @aaronseabaugh This is new information to me. When I started with their implementation that was not the case (or at least till I know and in the way I tested). Let me confirm this with few test internally and get back to you.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

jsinh commented 6 years ago

@aaronseabaugh Pushed a NuGet update v0.6.17 which contains "Customer" property to fill up customer info during creating customer call (instead of mentioning customer_id). Release details

Closing this thread, let me know if you are still having an issue creating a subscription. Cheers!