Bulk Completes - thenibirahmed/wp-client-management GitHub Wiki
Projects
/projects/bulk-complete
Invoices
/invoices/bulk-complete
Tasks
/task/bulk-complete
Note: All we have to do is, just pass the "bulk_ids" through the url.. & it's gonna be a PUT method.
Ex:
axios.put("/projects/bulk-complete",
{
bulk_ids: [1,2,3,4,5]
})