workorder
The workorder noun — identity, lifecycle, events, and every capability as an anchored section: 20 capabilities, 0 live, 20 sandbox, 0 declared.
workorder is one of the estate's 317 automotive nouns — a job a car needs done. It carries 20 capabilities: 0 live, 20 sandbox, 0 declared · doors aggregator.vin.
Identity
| Noun | workorder |
| Pillar | Services (facets: 6 data · 8 services · 6 commerce) |
| Capabilities | 20 — 0 live · 20 sandbox · 0 declared |
| Entities | Workorder |
| Doors | aggregator.vin |
| SDK | Vin.workorder.* from apis.vin |
| Address | /catalog/workorder#{action} — the anchor IS the wire name minus workorder. |
Lifecycle
Workorder — WorkorderFSM: 9 states, 9 transitions — Opened · Estimated · Approved · Assigned · Dispatched · Performed · QCed · Invoiced · Settled. Each transition is a past-tense event on the record.
Events
The vocabulary this noun can append to the record — 33 past-tense, versioned event types, each linked to the capability that emits it:
Workorder.approveRequested@1— emitted byapproveWorkorder.approved@1— emitted byapproveWorkorder.assignRequested@1— emitted byassignWorkorder.assigned@1— emitted byassignWorkorder.completeRequested@1— emitted bycompleteWorkorder.completed@1— emitted bycompleteWorkorder.dispatchFailed@1— emitted bydispatchWorkorder.dispatchRequested@1— emitted bydispatchWorkorder.dispatched@1— emitted bydispatchWorkorder.escalateRequested@1— emitted byescalateWorkorder.escalated@1— emitted byescalateWorkorder.estimateRequested@1— emitted byestimateWorkorder.estimated@1— emitted byestimateWorkorder.invoiceFailed@1— emitted byinvoiceWorkorder.invoiceRequested@1— emitted byinvoiceWorkorder.invoiced@1— emitted byinvoiceWorkorder.openRequested@1— emitted byopenWorkorder.opened@1— emitted byopenWorkorder.paid@1— emitted bypayWorkorder.payFailed@1— emitted bypayWorkorder.payRequested@1— emitted bypayWorkorder.performFailed@1— emitted byperformWorkorder.performRequested@1— emitted byperformWorkorder.performed@1— emitted byperformWorkorder.qcRequested@1— emitted byqcWorkorder.qced@1— emitted byqcWorkorder.quoteRequested@1— emitted byquoteWorkorder.quoted@1— emitted byquoteWorkorder.reopenRequested@1— emitted byreopenWorkorder.reopened@1— emitted byreopenWorkorder.settleFailed@1— emitted bysettleWorkorder.settleRequested@1— emitted bysettleWorkorder.settled@1— emitted bysettle
Discover & read
read
workorder.read · GET /workorders/read · gate none · sandbox · answers WorkorderRead@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.read({"vin":"2C4RC1BG0PR607238"})curl 'https://apis.vin/workorders/read?vin=2C4RC1BG0PR607238'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": "WorkorderRead@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"lineCount": 2,
"totalCents": 88444,
"currency": "USD"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"lineCount": 2,
"totalCents": 88444,
"currency": "USD"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}history
workorder.history · GET /workorders/history · gate none · sandbox · answers WorkorderHistory@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.history({"vin":"2C4RC1BG0PR607238"})curl 'https://apis.vin/workorders/history?vin=2C4RC1BG0PR607238'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": "WorkorderHistory@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"events": [
{
"date": "2024-03-14",
"kind": "routine",
"description": "routine work order record"
},
{
"date": "2024-11-02",
"kind": "routine",
"description": "routine work order record"
}
]
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"events": [
{
"date": "2024-03-14",
"kind": "routine",
"description": "routine work order record"
},
{
"date": "2024-11-02",
"kind": "routine",
"description": "routine work order record"
}
]
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}status
workorder.status · GET /workorders/status · gate none · sandbox · answers WorkorderStatus@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.status({"vin":"2C4RC1BG0PR607238"})curl 'https://apis.vin/workorders/status?vin=2C4RC1BG0PR607238'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": "WorkorderStatus@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"lineCount": 2,
"totalCents": 88444,
"currency": "USD"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"lineCount": 2,
"totalCents": 88444,
"currency": "USD"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}slaCheck
workorder.slaCheck · GET /workorders/sla-check · gate none · sandbox · answers WorkorderSlaCheck@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.slaCheck({"vin":"2C4RC1BG0PR607238"})curl 'https://apis.vin/workorders/sla-check?vin=2C4RC1BG0PR607238'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": "WorkorderSlaCheck@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"sla": {
"targetDays": 7,
"ageDays": 5,
"withinSla": true
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"sla": {
"targetDays": 7,
"ageDays": 5,
"withinSla": true
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Quote & price
quote
workorder.quote · POST /workorders/quote · gate offer · sandbox · answers WorkorderQuote@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.quoteRequested@1 · Workorder.quoted@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.quote({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/quote \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderQuote@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"estimate": {
"id": "EST-35a726b4",
"stance": "Declined",
"amountCents": 88444,
"currency": "USD"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"estimate": {
"id": "EST-35a726b4",
"stance": "Declined",
"amountCents": 88444,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}estimate
workorder.estimate · POST /workorders/estimate · gate offer · sandbox · answers WorkorderEstimate@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.estimateRequested@1 · Workorder.estimated@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.estimate({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/estimate \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderEstimate@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"estimate": {
"id": "EST-27ec7a96",
"stance": "Declined",
"amountCents": 88444,
"currency": "USD"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"estimate": {
"id": "EST-27ec7a96",
"stance": "Declined",
"amountCents": 88444,
"currency": "USD"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Apply & book
open
workorder.open · POST /workorders/open · gate offer · sandbox · answers WorkorderOpen@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.openRequested@1 · Workorder.opened@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.open({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/open \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderOpen@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"status": "open"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"status": "open"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}assign
workorder.assign · POST /workorders/assign · gate offer · sandbox · answers WorkorderAssign@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.assignRequested@1 · Workorder.assigned@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.assign({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/assign \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderAssign@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "assign",
"status": "completed"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "assign",
"status": "completed"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}dispatch
workorder.dispatch · POST /workorders/dispatch · gate offer · sandbox · answers WorkorderDispatch@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.dispatchFailed@1 · Workorder.dispatchRequested@1 · Workorder.dispatched@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.dispatch({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/dispatch \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderDispatch@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "dispatch",
"status": "in-progress"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "dispatch",
"status": "in-progress"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Pay & settle
pay
workorder.pay · POST /workorders/pay · gate offer · sandbox · answers WorkorderPay@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.paid@1 · Workorder.payFailed@1 · Workorder.payRequested@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.pay({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/pay \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderPay@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"payment": {
"id": "PAY-20b7804e",
"status": "settled",
"amountCents": 88444,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"payment": {
"id": "PAY-20b7804e",
"status": "settled",
"amountCents": 88444,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}invoice
workorder.invoice · POST /workorders/invoice · gate offer · sandbox · answers WorkorderInvoice@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.invoiceFailed@1 · Workorder.invoiceRequested@1 · Workorder.invoiced@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.invoice({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/invoice \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderInvoice@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"invoice": {
"id": "INV-fd4c38c3",
"status": "pending-completion",
"amountCents": 88444,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"invoice": {
"id": "INV-fd4c38c3",
"status": "pending-completion",
"amountCents": 88444,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}settle
workorder.settle · POST /workorders/settle · gate offer · sandbox · answers WorkorderSettle@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.settleFailed@1 · Workorder.settleRequested@1 · Workorder.settled@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.settle({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/settle \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderSettle@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"payment": {
"id": "PAY-10e94b5f",
"status": "settled",
"amountCents": 88444,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"payment": {
"id": "PAY-10e94b5f",
"status": "settled",
"amountCents": 88444,
"currency": "USD"
},
"payer": {
"name": "Ava Good",
"castRow": "super-prime",
"creditTier": "super-prime"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Fulfill & operate
perform
workorder.perform · POST /workorders/perform · gate offer · sandbox · answers WorkorderPerform@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.performFailed@1 · Workorder.performRequested@1 · Workorder.performed@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.perform({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/perform \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderPerform@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "perform",
"status": "not-reached"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "perform",
"status": "not-reached"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}complete
workorder.complete · POST /workorders/complete · gate offer · sandbox · answers WorkorderComplete@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.completeRequested@1 · Workorder.completed@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.complete({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/complete \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderComplete@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "complete",
"status": "not-reached"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "complete",
"status": "not-reached"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Authorize & resolve
approve
workorder.approve · POST /workorders/approve · gate offer · sandbox · answers WorkorderApprove@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.approveRequested@1 · Workorder.approved@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.approve({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/approve \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderApprove@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"approval": {
"status": "approved",
"stance": "Declined"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"approval": {
"status": "approved",
"stance": "Declined"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}escalate
workorder.escalate · POST /workorders/escalate · gate offer · sandbox · answers WorkorderEscalate@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.escalateRequested@1 · Workorder.escalated@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.escalate({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/escalate \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderEscalate@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"escalation": {
"id": "ESC-7cc43280",
"tier": 2,
"status": "raised"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"escalation": {
"id": "ESC-7cc43280",
"tier": 2,
"status": "raised"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}Lifecycle & state
reopen
workorder.reopen · POST /workorders/reopen · gate offer · sandbox · answers WorkorderReopen@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.reopenRequested@1 · Workorder.reopened@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.reopen({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/reopen \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderReopen@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"reopen": {
"status": "not-closed"
}
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"reopen": {
"status": "not-closed"
}
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}More actions
aging
workorder.aging · GET /workorders/aging · gate none · sandbox · answers WorkorderAging@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.aging({"vin":"2C4RC1BG0PR607238"})curl 'https://apis.vin/workorders/aging?vin=2C4RC1BG0PR607238'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": "WorkorderAging@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"days": 5
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"days": 5
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}lineItems
workorder.lineItems · GET /workorders/line-items · gate none · sandbox · answers WorkorderLineItems@1
| Field | Type | Required | Notes |
|---|---|---|---|
vin | string | no | — |
Door — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.lineItems({"vin":"2C4RC1BG0PR607238"})curl 'https://apis.vin/workorders/line-items?vin=2C4RC1BG0PR607238'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": "WorkorderLineItems@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
},
{
"line": 2,
"kind": "part",
"description": "replacement part",
"amountCents": 29444
}
],
"totalCents": 88444,
"currency": "USD"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"lines": [
{
"line": 1,
"kind": "labor",
"description": "labor operation",
"amountCents": 16500
},
{
"line": 2,
"kind": "part",
"description": "replacement part",
"amountCents": 29444
}
],
"totalCents": 88444,
"currency": "USD"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-sandbox"
},
"events": [],
"meter": {
"charged": "0.00",
"posted": false
}
}qc
workorder.qc · POST /workorders/qc · gate offer · sandbox · answers WorkorderQc@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 — aggregator.vin serves this noun on its two routes: / (the landing) · /2C4RC1BG0PR607238 (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 — Workorder.qcRequested@1 · Workorder.qced@1.
import { workorder } from 'apis.vin'
// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await workorder.qc({"vin":"2C4RC1BG0PR607238"})curl -X POST https://apis.vin/workorders/qc \
-H 'content-type: application/json' \
-d '{"vin":"2C4RC1BG0PR607238"}'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": "WorkorderQc@1",
"value": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "qc",
"status": "not-reached"
},
"evidence": {
"vin": "2C4RC1BG0PR607238",
"noun": "workorder",
"asOf": "2026-08-10",
"woId": "WO-dba6131d",
"position": "Dispatched",
"operation": "qc",
"status": "not-reached"
},
"provenance": {
"simulated": true,
"environment": "sandbox",
"source": "shop-arc-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.
Workorder
Schema
| Property | Type | Notes |
|---|---|---|
id | id | wo_ |
vin | string | — |
providerId | ref→Provider | — |
lines | LineItem[] | — |
status | WorkorderFSM | — |
Relationships
| From | To | Cardinality | As |
|---|---|---|---|
workorder | provider | *:1 | performed-by |
Modeled
The noun drawn out — its record shape, its lifecycle, and how it is exercised end to end. 4 diagrams, rendered from the estate model.
Workorder · Class model
Workorder · State machine
Workorder · State machine
Workorder · Sequence
Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.