Get minimum information about a bid
GET/company/bid-auctions/minimal/:service_code
Returns only the essential data of a bid, optimized for fast queries. Includes service code, amount, and current status.
Usage Example:
GET /company/bid-auctions/minimal/TRANS-12345
Use Cases:
- Quick verification of a bid's status
- Integration with systems requiring lightweight responses
- Dashboard widgets with summarized information
Request
Responses
- 200
- 401
- 404
Minimum information obtained successfully. Response optimized for fast loading.
Unauthorized. Possible causes:
- Invalid or expired JWT token
- User not authenticated
Auction not found. Possible causes:
- The code does not exist
- The user does not have permission to view this auction