GET /carrierDriverMessages/{id}
Retrieves the driver text message based on the specified ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the record to be returned |
path
|
|
String
|
Result
RowCarrierDriverMessage
of type:
application/xml
application/json
the requested RowCarrierDriverMessage object
Additional attributes:
__statusDescr
This value represents the description of the status, found in the carrier_driver_message.status
field.
__directionDescr
This value represents the description of the direction, found in the carrier_driver_message.direction
field.
__vendorDescr
This value represents the description of the vendor, found in the carrier_driver_message.vendor_id
field.
Child Elements:
RowUsers
This element represents the user associated with the driver text message, by the carrier_driver_message.user_id
field.
The element contains a __name
attribute with the value user
.
RowDriver
This element represents the asset driver user associated with the driver text message, by the carrier_driver_message.asset_driver_id
field.
The element contains a __name
attribute with the value assetDriver
.
RowPayee
This element represents the carrier user associated with the driver text message, by the carrier_driver_message.carrier_id
field.
The element contains a __name
attribute with the value carrier
.
RowCarrierDriver
This element represents the carrier driver user associated with the driver text message, by the carrier_driver_message.driver_id
field.
The element contains a __name
attribute with the value carrierDriver
.
RowMmsMedia
This element represents the media associated with the driver text message.
The element contains a __name
attribute with the value mmsMedia
.
Try It Out
Request