Skip to content

Update Terminal

Update an existing terminal in Last Mile Intelligence.

updateTerminal

terminal

ParameterTypeRequiredDefaultDescription
Terminal IDstringYes-The ID of the terminal to update
Terminal DataJSONYes-Fields to update
{
"id": "term_chicago",
"name": "Chicago Terminal - Main",
"timezone": "America/Chicago",
"updatedAt": "2024-06-21T10:30:00Z"
}
{
"success": false,
"error": "Terminal not found",
"terminalId": "invalid_id"
}
  • Missing API Token: LMI credential is missing API token
  • Terminal Not Found: Terminal with specified ID does not exist
  • Geocoding Failed: Could not geocode the updated address
  • Permission Denied: API token lacks permission for this operation