-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Attach and View Files for an Invoice? #115
Comments
Hi, i don't think there is a dedicated method yet in the API. Check the Otherwise, PR are welcome! |
Hello, Thank you for your reply. How can I send the attachment file here? Using cURL, I can upload the attachment as shown in the code below:
|
Hi! if you can PR the feature, the best place to do so is to add a new method, like https://github.com/Weble/ZohoBooksApi/blob/develop/src/Modules/Invoices.php#L140 |
Hi, I'm trying to attach Files to Invoice and retrieve them using Zohobooks API. But I don't see any option for this. Can anyone guide me how to do this using the package or if the implementation exist in the package.
The URL for file attachment (POST) and retrieval (GET) is : https://zohoapis.com/books/v3/invoices/{invoiceID}/attachment?organization_id={org_id};
The text was updated successfully, but these errors were encountered: