Skip to main content

Create a new bid

POST 

/company/bid-auctions/

Allows a carrier to place a bid on an available transport auction. Requires JWT authentication.

Validations:

  • The service must be in 'published' status
  • The amount must be less than the current bid (if one exists)
  • The user must have carrier permissions

Request Example:

{
service_code: TRANS-12345,
amount: 850.50
}

Request

Responses

Auction created successfully. Returns the updated auction details.