# Query pickups Endpoint: GET /fuel/inventoryAdjustments Version: 1.0.0 Security: M2X_auth_application ## Query parameters: - `start` (string, required) Start of the queried interval (YYYY-MM-DD) - `end` (string, required) End of the queried interval (YYYY-MM-DD) ## Response 200 fields (application/json): - `id` (string) Example: "D001" - `constraintId` (string,null) Example: "D001" - `dispatchGroupId` (string,null) Example: "ABC1123-asdasdasd-123213" - `deleted` (boolean) - `vehicleId` (string) Example: "D001" - `vehicleExternalId` (string,null) - `driver` (any) - `shiftMetadata` (object) - `shiftMetadata.serviceDay` (string) - `shiftMetadata.shiftId` (string) - `shiftMetadata.totalShifts` (integer) - `shiftMetadata.shiftIndex` (integer) - `reasonCode` (any) - `timestamp` (string,null) - `actual` (object) - `actual.truckReference` (string) Example: "D001" - `actual.inboundInventory` (object,null) - `actual.inboundInventory.compartments` (array) - `actual.inboundInventory.compartments.compartmentId` (string) - `actual.inboundInventory.compartments.products` (array) - `actual.inboundInventory.compartments.products.transportRequirementsId` (string) M2X internal tracking id for the product type - `actual.inboundInventory.compartments.products.productCode` (string,null) M2X internal tracking id for the product code used - `actual.inboundInventory.compartments.products.productCodeExternalId` (string,null) External Id for product tracking - `actual.inboundInventory.compartments.products.productCodeName` (string,null) M2X name for the product code used - `actual.inboundInventory.compartments.products.quantity` (integer) The entered quantity - `actual.outboundInventory` (object,null) - `actual.inboundProducts` (array) - `actual.outboundProducts` (array) - `actual.odometerDistanceKm` (number,null) The odometer distance reading in kilometers ## Response 400 fields (application/json): - `message` (string) Example: "missing data"