# API: Convert estimate
# convertEstimateToInvoice
Convert an estimate to an invoice
# Required parameters
Parameter | Description |
---|---|
id | Estimate ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=convertEstimateToInvoice&id=ID
# PHP Samples
# Response
{
"success": true,
"invoice_id": "2301",
"call": "convertEstimateToInvoice",
"server_time": 1611580193,
"info": [
"Estimate #113 converted to invoice #2301"
]
}