OfficeIntegrator API Question

OfficeIntegrator API Question

I am attempting to do a POC on Zoho.  I am attempting to call the CreateDocument API and attempting to pass in the SaveUrl to our server.  This what I have for the SaveUrlParams object

SaveUrlParams = new Dictionary<string, object> // The output parameters in which the document details will be pushed from Zoho
{
{ "content", "$content" }, // Document content will be pushed back in the form of bytes
{ "filename", "$filename" }, // Document name
{ "fileId", documentId },
{ "extension", "$format" }, // Specifies the format in which the document has been exported.
{ "sessionId", "$session_id" },
}

However I cannot seem to get any traffic coming to our save API when I click save in the interactive session.  What should the signature for the Save API be on our end for this?  For example, this does not seem to be being hit. I would like to verify that this is what it should be:

[HttpPost]
[Route("Save1")]
public void Save(IFormFile content, string filename, string fileId, string extension, string sessionId)
{
try
{
Console.WriteLine(content);
// Todo: Add code
}
catch (Exception ex)
{
Console.WriteLine(ex);
}
}

      Zoho Developer Community









                                Zoho Desk Resources

                                • Desk Community Learning Series


                                • Digest


                                • Functions


                                • Meetups


                                • Kbase


                                • Resources


                                • Glossary


                                • Desk Marketplace


                                • MVP Corner


                                • Word of the Day



                                    Zoho Marketing Automation
                                            • Sticky Posts

                                            • Zoho Office Integrator: Moving to the all-new Zoho Sheet

                                              We introduced the latest version of Zoho Sheet—Sheet 5—in early 2019. This new version consists of a new user interface, improved performance, and an array of useful features. As a part of this, we will upgrade our Remote API integrations to the new version's editor interface on February 29, 2020. Update: The remote API integrations upgrade to the new version's interface will be done on April 15, 2020. Here are some exciting enhancements the new version of Sheet offers for our API users: An AI-powered
                                            • Businesses prefer Zoho Office Integrator over Microsoft WOPI - Here's why

                                              Businesses often have difficult decisions to make when building web applications that provide document management capabilities for their users. For example, what's the best solution to integrate with online office editors— Zoho Office Integrator or Microsoft


                                            Manage your brands on social media



                                                  Zoho TeamInbox Resources

                                                    Zoho DataPrep Resources



                                                      Zoho CRM Plus Resources

                                                        Zoho Books Resources


                                                          Zoho Subscriptions Resources

                                                            Zoho Projects Resources


                                                              Zoho Sprints Resources


                                                                Qntrl Resources


                                                                  Zoho Creator Resources


                                                                    Zoho WorkDrive Resources



                                                                      Zoho Campaigns Resources


                                                                        Zoho CRM Resources

                                                                        • CRM Community Learning Series

                                                                          CRM Community Learning Series


                                                                        • Tips

                                                                          Tips

                                                                        • Functions

                                                                          Functions

                                                                        • Meetups

                                                                          Meetups

                                                                        • Kbase

                                                                          Kbase

                                                                        • Resources

                                                                          Resources

                                                                        • Digest

                                                                          Digest

                                                                        • CRM Marketplace

                                                                          CRM Marketplace

                                                                        • MVP Corner

                                                                          MVP Corner





                                                                            Design. Discuss. Deliver.

                                                                            Create visually engaging stories with Zoho Show.

                                                                            Get Started Now