post https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/search
This request allows the carrier to search load information on awarded loads.
Example
The following example allows a carrier to search awarded load details.
POST https://developer.api.us.walmart.com/api-proxy/service/supplychain/transportation/v1/api/brokerage/plans/search
Request body
{ "status": [ { "planType": "LOAD_PLAN_TYPE", "status": "TENDERED" } ], "planIds": [ 30003584, 27340816 ], "origins": [ { "city": "string", "postalCode": "string", "state": "string" } ], "destinations": [ { "city": "string", "postalCode": "string", "state": "string" } ], "queryDates": { "endTs": "2023-06-01T13:00:00Z", "startTs": "2023-05-25T12:00:00.000+0530", "type": "ACTUAL_ARRIVAL_DATE" }, "planDetails": { "totalStops": "1", "isHazmat": true }, "equipment": { "equipmentCodes": [ "string" ] }, "sortField": "PLAN_DEPARTURE_TS", "sortMode": "ASC", "page": 1, "responseGroups": "BASIC"
}