Skip to main content

Update existing auction

PUT 

/company/auction

Allows modifying an existing auction. Only auctions in the 'draft' status can be edited. Requires valid JWT authentication and UTC verification for dates.

Editable fields:

  • Pickup/delivery addresses
  • Dates (must be UTC)
  • Cargo type
  • Weight/volume
  • Notes
  • Favorite

Restrictions:

  • The service_code cannot be changed
  • A published or locked auction cannot be modified

Request

Responses

Auction updated successfully