floorplan
The floorplan noun — identity, lifecycle, events, and every capability as an anchored section: 14 capabilities, 0 live, 14 sandbox, 0 declared.
floorplan is one of the estate's 317 automotive nouns — a job a car needs done. It carries 14 capabilities: 0 live, 14 sandbox, 0 declared · doors floorplan.vin.
Identity
| Noun | floorplan |
| Pillar | Commerce (facets: 5 data · 3 services · 6 commerce) |
| Capabilities | 14 — 0 live · 14 sandbox · 0 declared |
| Entities | Floorplan |
| Doors | floorplan.vin |
| SDK | Vin.floorplan.* from apis.vin |
| Address | /catalog/floorplan#{action} — the anchor IS the wire name minus floorplan. |
Events
The vocabulary this noun can append to the record — 10 past-tense, versioned event types, each linked to the capability that emits it:
Floorplan.audited@1— emitted byauditFloorplan.curtailed@1— emitted bycurtail·statusFloorplan.drawn@1— emitted bydrawFloorplan.enrolled@1— emitted byenrollFloorplan.failed@1— emitted bycurtail·draw·flooringFee·interestAccrue·payoffFloorplan.flooringFeeAssessed@1— emitted byflooringFeeFloorplan.interestAccrued@1— emitted byinterestAccrueFloorplan.paidOff@1— emitted bystatusFloorplan.payoffQuoted@1— emitted bypayoffFloorplan.released@1— emitted byrelease
Discover & read
status
floorplan.status · GET /floorplans/status · gate key · sandbox · answers FloorplanStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
rooftop | string | no | — |
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.curtailed@1 · Floorplan.paidOff@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.status({"vin":"JTEAAAAH5MJ020686","rooftop":"rooftop"})curl 'https://apis.vin/floorplans/status?vin=JTEAAAAH5MJ020686&rooftop=rooftop'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanStatus@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"floorplan": {
"status": "not-floored",
"position": "INSPECTED"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"floorplan": {
"status": "not-floored",
"position": "INSPECTED"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}availability
floorplan.availability · GET /floorplans/availability · gate key · sandbox · answers FloorplanAvailability@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.availability({"vin":"JTEAAAAH5MJ020686"})curl 'https://apis.vin/floorplans/availability?vin=JTEAAAAH5MJ020686'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanAvailability@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"dealerId": "DLR-b9066ade",
"availability": {
"kind": "floorplan",
"limitCents": 10000000,
"usedCents": 2375000,
"availableCents": 7625000,
"currency": "USD",
"open": true
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"dealerId": "DLR-b9066ade",
"availability": {
"kind": "floorplan",
"limitCents": 10000000,
"usedCents": 2375000,
"availableCents": 7625000,
"currency": "USD",
"open": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}audit
floorplan.audit · POST /floorplans/audit · gate offer · sandbox · answers FloorplanAudit@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.audited@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.audit({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/audit \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanAudit@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"audit": {
"id": "AUD-3f58f319",
"dealerId": "DLR-b9066ade",
"unitsOnLine": 1,
"present": 1,
"allPresent": true,
"units": [
{
"vin": "1FL0TFL00RED00000",
"present": true
}
],
"basis": "storage-site-law"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"audit": {
"id": "AUD-3f58f319",
"dealerId": "DLR-b9066ade",
"unitsOnLine": 1,
"present": 1,
"allPresent": true,
"units": [
{
"vin": "1FL0TFL00RED00000",
"present": true
}
],
"basis": "storage-site-law"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
rate
floorplan.rate · GET /floorplans/rate · gate key · sandbox · answers FloorplanRate@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.rate({"vin":"JTEAAAAH5MJ020686"})curl 'https://apis.vin/floorplans/rate?vin=JTEAAAAH5MJ020686'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanRate@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"rate": {
"perDiemCents": 1202,
"basis": "per-diem",
"currency": "USD"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"rate": {
"perDiemCents": 1202,
"basis": "per-diem",
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}flooringFee
floorplan.flooringFee · POST /floorplans/flooring-fee · gate offer · sandbox · answers FloorplanFlooringFee@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.failed@1 · Floorplan.flooringFeeAssessed@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.flooringFee({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/flooring-fee \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanFlooringFee@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"fee": {
"amountCents": 9500,
"currency": "USD",
"per": "flooring"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"fee": {
"amountCents": 9500,
"currency": "USD",
"per": "flooring"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
enroll
floorplan.enroll · POST /floorplans/enroll · gate offer · sandbox · answers FloorplanEnroll@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.enrolled@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.enroll({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/enroll \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanEnroll@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"enrollment": {
"status": "enrolled",
"dealerId": "DLR-b9066ade",
"dealer": "The Estate Store",
"line": {
"kind": "floorplan",
"limitCents": 10000000,
"usedCents": 2375000,
"availableCents": 7625000,
"currency": "USD"
}
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"enrollment": {
"status": "enrolled",
"dealerId": "DLR-b9066ade",
"dealer": "The Estate Store",
"line": {
"kind": "floorplan",
"limitCents": 10000000,
"usedCents": 2375000,
"availableCents": 7625000,
"currency": "USD"
}
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
release
floorplan.release · POST /floorplans/release · gate offer · sandbox · answers FloorplanRelease@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.released@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.release({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/release \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanRelease@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"release": {
"status": "not-floored",
"position": "INSPECTED"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"release": {
"status": "not-floored",
"position": "INSPECTED"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
aging
floorplan.aging · GET /floorplans/aging · gate key · sandbox · answers FloorplanAging@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.aging({"vin":"JTEAAAAH5MJ020686"})curl 'https://apis.vin/floorplans/aging?vin=JTEAAAAH5MJ020686'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanAging@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"aging": {
"stockNumber": "STK-dc321e4e",
"ageDays": 23,
"bucket": "watch",
"agedMark": 30
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"aging": {
"stockNumber": "STK-dc321e4e",
"ageDays": 23,
"bucket": "watch",
"agedMark": 30
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}curtail
floorplan.curtail · POST /floorplans/curtail · gate offer · sandbox · answers FloorplanCurtail@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.curtailed@1 · Floorplan.failed@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.curtail({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/curtail \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanCurtail@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"curtailment": {
"status": "not-floored",
"position": "INSPECTED"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"curtailment": {
"status": "not-floored",
"position": "INSPECTED"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}curtailmentDue
floorplan.curtailmentDue · GET /floorplans/curtailment-due · gate key · sandbox · answers FloorplanCurtailmentDue@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.curtailmentDue({"vin":"JTEAAAAH5MJ020686"})curl 'https://apis.vin/floorplans/curtailment-due?vin=JTEAAAAH5MJ020686'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanCurtailmentDue@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"curtailment": {
"status": "not-floored",
"position": "INSPECTED"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"curtailment": {
"status": "not-floored",
"position": "INSPECTED"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}draw
floorplan.draw · POST /floorplans/draw · gate offer · sandbox · answers FloorplanDraw@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.drawn@1 · Floorplan.failed@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.draw({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/draw \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanDraw@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"draw": {
"status": "not-yet-floored",
"position": "INSPECTED"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"draw": {
"status": "not-yet-floored",
"position": "INSPECTED"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}interestAccrue
floorplan.interestAccrue · POST /floorplans/interest-accrue · gate offer · sandbox · answers FloorplanInterestAccrue@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.failed@1 · Floorplan.interestAccrued@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.interestAccrue({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/interest-accrue \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanInterestAccrue@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"floorplan": {
"floored": false,
"perDiemCents": 0,
"accruedCents": 0,
"principalCents": 0,
"currency": "USD"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"floorplan": {
"floored": false,
"perDiemCents": 0,
"accruedCents": 0,
"principalCents": 0,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}line
floorplan.line · GET /floorplans/line · gate key · sandbox · answers FloorplanLine@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.line({"vin":"JTEAAAAH5MJ020686"})curl 'https://apis.vin/floorplans/line?vin=JTEAAAAH5MJ020686'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanLine@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"dealerId": "DLR-b9066ade",
"line": {
"kind": "floorplan",
"limitCents": 10000000,
"usedCents": 2375000,
"availableCents": 7625000,
"currency": "USD"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"dealerId": "DLR-b9066ade",
"line": {
"kind": "floorplan",
"limitCents": 10000000,
"usedCents": 2375000,
"availableCents": 7625000,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}payoff
floorplan.payoff · POST /floorplans/payoff · gate offer · sandbox · answers FloorplanPayoff@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.
Door — floorplan.vin serves this noun on its two routes: / (the landing) · /JTEAAAAH5MJ020686 (the VIN lens).
Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.
Emits — Floorplan.failed@1 · Floorplan.payoffQuoted@1.
import { floorplan } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await floorplan.payoff({"vin":"JTEAAAAH5MJ020686"})curl -X POST https://apis.vin/floorplans/payoff \
-H 'content-type: application/json' \
-d '{"vin":"JTEAAAAH5MJ020686"}'Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.
{
"type": "OK",
"answers": "FloorplanPayoff@1",
"value": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"payoff": {
"status": "not-floored",
"position": "INSPECTED"
}
},
"evidence": {
"vin": "JTEAAAAH5MJ020686",
"noun": "floorplan",
"asOf": "2026-08-10",
"payoff": {
"status": "not-floored",
"position": "INSPECTED"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "dealer-floor-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Data model
The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.
Floorplan
Schema
| Property | Type |
|---|---|
vin | string |
flooredDate | date |
daysOnLine | int |
curtailmentDue | money |
payoff | money |
Relationships
| From | To | Cardinality | As |
|---|---|---|---|
inventory | floorplan | 1:0..1 | floored |
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.