Converts a quotation to an invoice
POST/documents/:id/convert/invoice
Converts a quotation to an invoice. This action is only applicable to quotations with ACCEPTED status (i.e: marked as accepted by the client) This method will return the newly created Invoice. Note: the created invoice will have a DRAFT status.
Request
Responses
- 200
- default
Success, quotation is converted to invoice. The new invoice is returned.
Error occured. Refere to HTTP status and content for details.