put https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/<planId>/bid
This request allows the carrier to withdraw a bid.
When a spot offer is placed on a bidding load or a hybrid load, it can be withdrawn by the carrier if the shipper
has not been awarded the load to them yet. Once the spot offer is withdrawn, the carrier can rebid or place another
offer while the phase is still active.
Example
The following example allows a carrier to withdraw a load offer on an active load.
PUT https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/{planId}/bid
Request body:
{ "payload": { "identifiers": { "phaseId": "55ed55ba-df2f-417f-974b-622ee6e059af", }, "status": "WITHDRAW" } }