Home
Buildxact
Buildxact Estimate
Buildxact Estimate
A Buildxact construction estimate — the priced document a builder issues to a client capturing scope, line items, markup, and tax. Mirrors the Estimate resource exposed by api.buildxact.com.
Construction Residential Construction Construction Management Estimating Takeoffs Job Management Project Management Quoting Scheduling Purchase Orders Invoicing Supplier Integration Material Pricing Builders Remodelers Trades Software-as-a-Service Australia Autodesk
Properties
Name
Type
Description
id
string
Estimate identifier.
name
string
Human-readable estimate name.
jobId
string
Identifier of the parent job, if any.
customerId
string
Identifier of the customer this estimate is for.
status
string
Estimate status.
currency
string
ISO 4217 currency code applied to monetary fields.
total
number
Subtotal of all items before markup and tax.
markup
number
Markup amount applied on top of the subtotal.
totalIncMarkup
number
Subtotal plus markup, exclusive of tax.
taxIncMarkup
number
Tax amount calculated on the markup-inclusive total.
totalIncMarkupTax
number
Grand total including markup and tax.
taxContext
object
Tax inclusivity context for the estimate.
createdAt
string
modifiedAt
string
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/buildxact/main/json-schema/buildxact-estimate-schema.json",
"title": "Buildxact Estimate",
"description": "A Buildxact construction estimate — the priced document a builder issues to a client capturing scope, line items, markup, and tax. Mirrors the Estimate resource exposed by api.buildxact.com.",
"type": "object",
"required": ["id"],
"properties": {
"id": {
"type": "string",
"description": "Estimate identifier."
},
"name": {
"type": "string",
"description": "Human-readable estimate name."
},
"jobId": {
"type": "string",
"description": "Identifier of the parent job, if any."
},
"customerId": {
"type": "string",
"description": "Identifier of the customer this estimate is for."
},
"status": {
"type": "string",
"description": "Estimate status.",
"enum": ["Draft", "Sent", "Accepted", "Declined", "Expired", "Archived"]
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code applied to monetary fields."
},
"total": {
"type": "number",
"description": "Subtotal of all items before markup and tax."
},
"markup": {
"type": "number",
"description": "Markup amount applied on top of the subtotal."
},
"totalIncMarkup": {
"type": "number",
"description": "Subtotal plus markup, exclusive of tax."
},
"taxIncMarkup": {
"type": "number",
"description": "Tax amount calculated on the markup-inclusive total."
},
"totalIncMarkupTax": {
"type": "number",
"description": "Grand total including markup and tax."
},
"taxContext": {
"type": "object",
"description": "Tax inclusivity context for the estimate.",
"properties": {
"taxRateId": { "type": "string" },
"taxRate": { "type": "number" },
"pricesIncludeTax": { "type": "boolean" }
}
},
"createdAt": { "type": "string", "format": "date-time" },
"modifiedAt": { "type": "string", "format": "date-time" }
}
}
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/buildxact-estimate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.