POST /movements/{id}/declineOffer
Declines the movement offered to the driver.
Roles that can access this endpoint are Drivers.
Parameters
name |
description |
type |
default |
type |
id |
ID of the movement |
path
|
|
String
|
driverId |
ID of the driver who declined the offer |
query
|
|
String
|
sessionId |
ID of the session for the offer |
query
|
|
String
|
Result
RowMovement
of type:
application/xml
application/json
a RowMovement object representing the next available movement
Additional attributes:
__findNearDistance
This value represents the find near distance.
__sessionId
This value represents the session id.
__callInPhoneNumber
This value represents the phone number used to call in to request the load.
__proratedRevenue
This value represents the prorated revenue of the load.
__estimatedPay
This value represents the estimated pay for the load.
Try It Out
Request