We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dcb758 + 2a71f78 commit 6e6f4efCopy full SHA for 6e6f4ef
src/Zoho/Subscriptions/config/subscriptions.json
@@ -2725,6 +2725,19 @@
2725
}
2726
2727
},
2728
+ "updateInvoice": {
2729
+ "httpMethod": "PUT",
2730
+ "uri": "invoices/{invoice_id}",
2731
+ "responseModel": "getResponse",
2732
+ "parameters": {
2733
+ "invoice_id": {
2734
+ "location": "uri"
2735
+ },
2736
+ "invoice_items": {
2737
+ "location": "json"
2738
+ }
2739
2740
2741
"downloadInvoiceAsPdf": {
2742
"httpMethod": "GET",
2743
"uri": "invoices/{invoice_id}?accept={accept}",
0 commit comments