File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/Zoho/Subscriptions/config Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 30003000 }
30013001 }
30023002 },
3003+ "deleteInvoiceLineItem" : {
3004+ "httpMethod" : " DELETE" ,
3005+ "uri" : " invoices/{invoice_id}/lineitems/{item_id}" ,
3006+ "responseModel" : " getResponse" ,
3007+ "parameters" : {
3008+ "invoice_id" : {
3009+ "location" : " uri"
3010+ },
3011+ "item_id" : {
3012+ "location" : " uri"
3013+ }
3014+ }
3015+ },
30033016 "getPricebooks" : {
30043017 "httpMethod" : " GET" ,
30053018 "uri" : " pricebooks" ,
Original file line number Diff line number Diff line change 168168 * @method array voidInvoice(array $parameters) Making an invoice as void
169169 * @method array addInvoiceCredits(array $parameters) Use the customer's open credits to the invoice
170170 * @method array addInvoiceLineItems(array $parameters) Add items to a pending invoice
171+ * @method array deleteInvoiceLineItem(array $parameters) Delete item from a pending invoice
171172 * @method array getPricebooks() Retreiving list of all pricebooks
172173 * @method array deleteOrganization(array $parameters) Deleting a particular Organization
173174 * @method array getOrganizations() Retieving Details of all Organizations
You can’t perform that action at this time.
0 commit comments