Get full auction details
GET/company/bid-auctions/:code
Returns all detailed data of a specific auction, including:
- Loading/unloading information
- Technical specifications of the cargo
- Bidding history
- Current status of the auction
Usage example:
GET /company/bid-auctions/TRANS-12345
Use cases:
- View complete details before bidding
- Review the status of a participating auction
- Integration with fleet management systems
Request
Responses
- 200
- 401
- 404
Complete auction details obtained successfully. Includes all relevant technical and commercial information.
Unauthorized. Possible causes:
- Invalid or expired JWT token
- User not authenticated
Auction not found. Possible causes:
- The code does not exist
- The auction was deleted
- The user does not have permission to view it