Precheck

Reports whether an order builder request’s references resolve. | authz: min_org_role=operator | (OrderBuilderReq) -> (OrderTemplateResolvabilityRes)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
initial_deadline_timestampdatetimeOptional

Per-build pin for the first applied OperationsTask’s deadline (later from_previous_task entries cascade from it). Kept off the template so saved templates don’t carry a stale absolute time; None anchors the chain to the build time.

order_template_coreobjectOptional

Shared seed of an order build: the order text + long-lived references. Reused by the library template (OrderTemplateBase1) and the ad-hoc kickoff payload so the fields the builder seeds from can’t drift. (Mirrors TaskCore1.)

NOTE - some fields have multiple values and must be properly mapped to an entity by the order builder, e.g. for driver_ids each resolves to a single task group

order_template_idstringOptional

Response

Successful Response
validboolean
unresolvable_coordinatorbooleanDefaults to false
unresolvable_directory_entry_idslist of strings
unresolvable_driver_idslist of strings
unresolvable_off_chrt_shipperbooleanDefaults to false

Errors

422
Agentic Precheck V1request Unprocessable Entity Error