Edit the due date on draft standalone invoices through the REST API
Learn how to edit the due date of draft standalone invoices using the Zuora REST API.
You can use the Update an invoice operation to edit the due date of a draft standalone invoice, or the Update invoices operation to edit the due date for multiple draft standalone invoices in one single request.
In the aforementioned scenario, you have to provide a new due date in the request body of the Update an invoice operation.
To create a standalone invoice while creating a product rate plan charge through the Zuora REST API, perform the following steps: