Use case / Intermodal [partner]
Webhooks / Inbound
Intermodal Booking Status Update Webhook
Inbound webhook to receive intermodal booking status updates from the external intermodal booking system.
post/v1/webhook/intermodal-status
Request body
Example request
{
"updates": [
{
"stop_timestamps": {
"departure": {
"eta_timestamp": "2024-12-31T08:00:00Z",
"actual_start_timestamp": "2024-12-31T08:00:00Z",
"actual_end_timestamp": "2024-12-31T08:00:00Z"
},
"arrival": {
"eta_timestamp": "2024-12-31T08:00:00Z",
"actual_start_timestamp": "2024-12-31T08:00:00Z",
"actual_end_timestamp": "2024-12-31T08:00:00Z"
}
}
}
]
}Response
Successful Response
{"stackTrail":"paths:/v1/webhook/intermodal-status:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.