v1

latestOpenAPI 3.0.32026-07-23273969.2 KB
Mismatch alerts

Create mismatch observation alerts

Creates one alert row per standalone USDOT or MC value, and one combined row per item in pairs. At least one of usdots, mcs, or pairs must be non-empty. alert_name is optional; when omitted or blank, stored as null. logos is optional and, when present, is normalized to lowercase, stored in logos, and used by mismatch detection. Logo matching remains case-insensitive. Unknown JSON properties are rejected.

post/mismatch-observations

Request body

usdotsstring[]

USDOT numbers (strings). Each non-empty entry creates one alert.

mcsstring[]

MC numbers (strings). Each non-empty entry creates one alert.

logosstring[] nullable

Optional trailer logos list. Each value must be a non-empty string. Values are trimmed, deduplicated, and stored in lowercase format. Matching against the logos catalog.

alert_namestring nullable

Optional display name; omitted or whitespace-only is stored as null.

Response

Mismatch alerts created successfully.

messagestring required