Get Contract Vehicle
get_contract_vehicleFind which contract vehicle (IDIQ, GWAC, FSS, or BPA) an order was placed against using its PIID. Returns vehicle details or flags standalone contracts.
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 |