Create private auction
POST/company/auction/private
Creates a private auction with direct assignment to a specific trucker. Requires valid JWT authentication and multitenant company permissions.
π Specific Flow for Private/Direct Shipmentsβ
π Step 1: Permission Validationβ
- Authentication: Valid JWT token
- Permissions: Active multitenant account verification
- Plan: Payment plan confirmation that allows private auctions
π₯ Step 2: Trucker Selectionβ
- Identification: Specify
trucker(trucker ID) - Verification: Trucker must be active and available
- Relationship: Must have previous commercial relationship or agreement
π Step 3: Vehicle Assignment (Optional)β
- Specificity: Define
vehicleif specific type is required - Ownership: Vehicle must belong to assigned trucker
- Capacity: Verify that vehicle can handle weight/volume
π Step 4: Shipment Data Configurationβ
Mandatory fields unique to private auctions:
is_private: true- Marks auction as privatetrucker: "TRK_ID"- ID of assigned trucker
Specific optional fields:
vehicle: "VH_ID"- ID of specific vehicle required
π Step 5: Creation and Direct Notificationβ
POST /company/auction/private
- Initial state:
draft(same as public auctions) - Visibility: Only visible to assigned trucker
- Notification: Direct alert to specific trucker
- No competition: Does not appear in public marketplace
π¬ Step 6: Direct Negotiationβ
- Communication: Direct channel company β trucker
- Flexibility: Possibility to adjust terms without competitors
- Agility: Faster process by eliminating bidding period
β Step 7: Simplified Acceptanceβ
- Single offer: Trucker sends their proposal
- Binary decision: Accept or reject (no comparison with others)
- Speed: Immediate award process
π― Private Flow Advantagesβ
β‘ Speedβ
- Elimination of offer waiting period
- Direct communication without intermediaries
- Immediate award decision
π€ Commercial Relationshipsβ
- Strengthening bonds with trusted truckers
- Service guarantee through established relationship
- Negotiated prices based on volume/frequency
π Confidentialityβ
- Shipment information not publicly exposed
- Protection of sensitive commercial data
- Total control over who accesses information
π Specific Use Casesβ
Specialized Transportβ
- Dangerous goods: Truckers with specific licenses
- Temperature controlled: Vehicles with refrigeration
- Oversized: Truckers with special permits
Urgent Shipmentsβ
- Critical timing: Known trucker available immediately
- No waiting: Elimination of bidding period
- Reliability: Proven track record of compliance
Established Commercial Relationshipsβ
- Framework contracts: Truckers with previous agreements
- Negotiated rates: Pre-established prices by volume
- Premium services: Truckers with additional services
β οΈ Specific Validations for Private Auctionsβ
- Active trucker: Operational status verification
- Available vehicle: Availability confirmation on dates
- Adequate capacity: Weight/volume within vehicle limits
- Necessary permits: Trucker enabled for cargo type
- Coverage area: Trucker operates on required routes
Requestβ
Responsesβ
- 200
- 400
- 401
- 404
Private auction created successfully.
Invalid input data. Possible causes:
- Missing mandatory fields (trucker)
- Dates not in UTC format
- Vehicle does not belong to the carrier
Unauthorized (invalid or expired token)
Resource not found. Possible causes:
- Company does not exist or you lack permissions
- Carrier does not exist or is not active
- Vehicle does not exist (if specified)