Verify Load
POST/v1/api/quality/inspection/shipment/verify-load
Verifies the load of a shipment by comparing provided order numbers or pallet identifiers with the shipment's expected values. Creates a 'wrong_load' issue if verification fails.
Auth Required
Required Permissions:
quality.inspection.shipment:execute("Quality Inspection Shipment Execute")
Request
Responses
- 200
- 400
- 401
- 403
- 500
Load verified successfully
Bad Request. The request was invalid or cannot be otherwise served.
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Internal Server Error