Transport Assignment
Transport Assignment export messages provide status updates in the assignment flows.
This includes:
A carrier accepts a No-Touch Order in Transporeon UI or via the Carrier Interface
A carrier declines a No-Touch Order in Transporeon UI or via the Carrier Interface
A No-Touch Order transport assignment has expired before the carrier response
A scheduler accepts a Best Carrier offer in Transporeon UI
A Best Carrier offer has expired, and no quote requests were placed by carriers
A Best Carrier offer got rejected
Note, if a Best Carrier offer is accepted in the customer’s in-house system and pushed to Transporeon via SSI, corresponding assignment status change is excluded from the export to avoid messaging loops.
Attribute | Description | Type (Length) | Example |
---|---|---|---|
carrier_creditor_number | Carrier creditor number | CHAR(50) | CARRIER01 |
currency | Currency of the transport price | CHAR(3) | EUR |
decline_reason_qualifier | Identifier of the transport decline reason for No-Touch Order | CHAR(100) | transport.declined. truckdefective |
link | Link to the transport in Transport Execution module, Transporeon UI. Login, password and respective user rights are required to see the transport. | CHAR(100) | |
number | Transport number | CHAR(50) | ABC123 |
parameters | Additional information, reserved for customer specific developments. See Parameter | ||
price | Transport price | FLOAT | 299.99 |
price_mode | Defines if the price is provided per transport, ton, etc. See Price Modes | CHAR(20) | CUBAGE |
status | Flow status indicator: Status
| CHAR(20) | ACCEPTED |
timestamp | Timestamp (UTC+offset) | CHAR(29) | 2021-12-19T14:16:28+01:00 |
transport_id | Internal transport identifier | INTEGER64 | 669627623 |
type | Assignment type Type
| CHAR(3) | NTO |
Â