Skip to content

Commit 6e6f4ef

Browse files
Merge pull request #14 from erik-ropez/master
Add updateInvoice method
2 parents 8dcb758 + 2a71f78 commit 6e6f4ef

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/Zoho/Subscriptions/config/subscriptions.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2725,6 +2725,19 @@
27252725
}
27262726
}
27272727
},
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+
},
27282741
"downloadInvoiceAsPdf": {
27292742
"httpMethod": "GET",
27302743
"uri": "invoices/{invoice_id}?accept={accept}",

0 commit comments

Comments
 (0)