post
https://hover.to/api/v1/estimates//order_documents
Creates a new order document for an Estimate.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Creating a new order document for an Estimate successfully immediately returns with 202 Accepted while PDF/CSV generate asynchronously. Poll Show Order Document with the returned ID until complete.
Example Response
{
"id": "fb4c81ff-806e-4092-926f-3db1159497db",
"estimateId": 704341,
"orgId": 130582,
"jobId": 9903472,
"createdAt": "2026-07-14T16:00:00Z",
"state": "pending",
"pdfLink": null,
"csvLink": null,
"lineItemType": "MATERIAL",
"showItemCostDetails": false,
"showTotalCost": false,
"showListItemNotes": true,
"showItemMeasurements": true,
"notes": "Ship to back door",
"purchaseOrderNumber": null
} 200
