put https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/[planId]/bid
This request allows the carrier to reject a load.
Rejected loads do not appear in the carrier’s load feed.
A carrier can reject a load if they don't want to participate in the process for the load. Once a load is rejected, the carrier cannot bid on the load or accept the load anymore.
Example
The following example allows a carrier to reject the load to not participate in the bidding.
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": "REJECTED" } }