/truck (relative to your instance’s /api/v2).
The standard endpoints provide reads and writes, subject to the constraints below.
Search columns: name, code, identifier
Fields
Only
name is required. Weight fields are pounds; deck dimensions and maximum
height are feet. Capacity values must be positive when supplied. On a delivery,
use either truckId for a saved truck or truck for a one-time free-text truck.
They are mutually exclusive; setting one clears the other. DELETE archives the
saved truck.
Archive and restore
DELETE archives this resource. Restore it withPATCH /truck/{id} and { "isArchived": false }. See archiving and deleting.