latestOpenAPI 3.0.02026-08-148926280.0 KB
065f3992045c
Estimates
Update an estimate
Updates an existing estimate
put/estimates/{id}
Path parameters
idinteger required
Estimate ID
Request body
Response
Successful response
Example response
{
"id": 1,
"client_id": 1,
"project_id": 1,
"document_id": "EST-001",
"subject": "Website Redesign Proposal",
"issue_date": "2024-01-15",
"valid_until": "2024-02-15",
"status": "sent",
"total": 5000
}