Get the Vehicle Behind a Contract
get_contract_vehicleIdentify the contract vehicle (IDIQ, GWAC, FSS, or BPA) behind a federal order using its PIID. Returns vehicle PIID or flags standalone awards for compliance checks.
Instructions
Get the contract vehicle (IDIQ, GWAC, FSS schedule, or BPA) this order was placed against.
Award & Compliance tool. Returns the vehicle's own PIID, chain into get_vehicle for the vehicle's own ceiling/period detail, or get_vehicle_holders to see who else can compete for orders on it.
piid: the ORDER's PIID (not the vehicle's own PIID), from search_contracts or get_contract
If the contract was awarded directly, not against a vehicle, returns
{status: "standalone", vehicle: null, message: ...} instead, check status before
reading vehicle.award_id_piid or chaining into get_vehicle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| piid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |