# API: Send estimate
# sendEstimate
Send estimate to customer and change its status to SEND
# Required parameters
Parameter | Description |
---|---|
id | Estimate ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=sendEstimate&id=ID
# PHP Samples
# Response
{
"success": true,
"call": "sendEstimate",
"server_time": 1317722876,
"info": [
"Estimate #2 sent to client"
]
}