go back to CarrierDispatchService

GET /carrierDispatch/searchloadnotifications

This method retrieves notifications created from additions, updates, or deletions to loads and carriers (freight matching transactions).

Roles that can access this endpoint are Freight Matching.

Parameters

name description type default type
startDate Start of date range for which to retrieve notifications
query Date
endDate End of date range for which to retrieve notifications
query Date
includeFailedOnly True to only retrieve failed notifications Defaults to true
query true Boolean
recordLength (Optional) Number of records to return.
This value will be set to the smaller value between the vendor supplied recordLength parameter and the fmvendor_control.record_return_limit value set in the PowerBroker Freight Matching control

If there is no value set in the fmvendor_control.record_return_limit field then this value will default to the mobile_service.max_search value set in the PowerBroker Mobile Service control

query Integer
recordOffset (Optional) Start of offset in the returned data result set.
Defaults to 0
query Integer

Result

Response of type: application/xml application/json

a response containing previously sent notifications

Try It Out

Request

- Authentication Help
- Date
- Date
- Boolean
- Integer
- Integer