invoice_delete_in_books

PHOTO EMBED

Tue Jan 07 2025 15:03:34 GMT+0000 (Coordinated Universal Time)

Saved by @Pooja

void Books.invoice_delete_in_books(int Draft_Invoice_ID)
{
	books_access = thisapp.Books.Get_Books_Access();
	conn_tok = books_access.get("connection");
	org_id = books_access.get("organisation_id");
	//new api ur
	del_book = invokeurl
	[
		url :"https://www.zohoapis.in/books/v3/invoices/" + input.Draft_Invoice_ID + "?organization_id=60015333461"
		type :DELETE
		connection:"zoho_inventory"
	];
	// 	del_book = invokeurl
	// 	[
	// 		url :"https://www.zohoapis.in/books/v3/invoices/" + input.Draft_Invoice_ID + "?organization_id=60015333461"
	// 		type :DELETE
	// 		connection:"zoho_inventory"
	// 	];
	info del_book;
}
content_copyCOPY