Block auction
PUT/company/auction/lock/:service_code
Blocks an auction to prevent modifications.
Only applicable to auctions in the 'published' state.
Effects:
- Prevents new bids
- Prevents modifications to shipping data
- Allows proceeding with final assignment
Validations:
- Auction must exist and be published
- Company must be the owner
- Requires a valid JWT token
Request
Responses
- 200
- 400
- 401
- 404
Block successfully auctioned
Invalid operation. Possible causes:
- Auction is not in 'published' status
- An accepted bid already exists
Unauthorized (invalid or expired token)
Auction not found or does not belong to the company.