AVAILABLE
Preflight Controls
Construction Subcontractor Control
Read-only preflight for subcontractor applications, schedule-of-values, change orders, retainage, and supplied waiver/insurance status.
CONTRACT
Predictable for agents. Legible for reviewers.
- REST
POST /v1/construction/subcontractor-preflights- MCP tool
preflight_subcontractor_invoice- Inputs
- Invoice, project and subcontract references, commitment amounts, retainage, work/SOV confirmation, and supplied compliance statuses.
- Returns
- CLEAR, REVIEW_REQUIRED, or BLOCKED with commitment, retainage, schedule-of-values, insurance, and waiver evidence.
- Latency
- Synchronous
- Usage unit
- Preflight check
AGENT-READABLE EXCEPTIONS
CONSTRUCTION_COMMITMENT_EXCEEDEDCONSTRUCTION_SOV_MISMATCHCONSTRUCTION_LIEN_WAIVER_MISSINGCONSTRUCTION_INSURANCE_EXPIREDEXAMPLE REQUEST
POST /v1/construction/subcontractor-preflights
Authorization: Bearer apc_...
Content-Type: application/json
{
"invoice": {
"vendor_name": "Acme Subcontracting",
"invoice_number": "APP-7",
"currency": "USD",
"total": "10000.00"
},
"project_reference": "JOB-42",
"subcontract_reference": "SUB-11",
"approved_contract_amount": "100000.00",
"current_application_amount": "10000.00",
"schedule_of_values_matched": true,
"work_completed_verified": true
}REPRESENTATIVE RESPONSE
{
"product": "Construction Subcontractor Control",
"status": "COMPLETED",
"decision": "REVIEW_REQUIRED",
"exceptions": [
{
"code": "CONSTRUCTION_LIEN_WAIVER_MISSING",
"severity": "HIGH"
}
],
"evidence": {
"project_reference": "JOB-42",
"subcontract_reference": "SUB-11"
},
"next_action": "Resolve the waiver evidence before payment review."
}Use Construction Subcontractor Control through RapidAPI.
Choose a capped marketplace plan, copy the generated request, and route the structured result through your own authorized workflow.