Skip to main content

Log actions during a trip.

End-point to log different actions like - START DRIVING, IN-PROGRESS, AT DESTINATION, COMPLETED, CANCEL for a trip. These actions are required to track progress of a trip. Each actions is tagged with location coordinates.

Path Parameters
    tripUUID string required

    Unique identifier for a trip

    action string required

    Possible values: [START, START_DRIVING, IN_PROGRESS, NEARBY, END_DRIVING, AT_DESTINATION, COMPLETE, CANCEL]

    Action to be logged

Header Parameters
    authorization string required

    Base64 encoded basic auth

Request Body required

Log action request

    dealerDepartmentUUIDList string[]
    departmentUUID string
    pickupDeliveryAction object
    actionTimeStamp string
    altitude double
    driverUUID string
    locationLat double
    locationLon double
    orientation double
    speed double
    subTripUUID string
    requesterUserUUID string
    source string

    Possible values: [DEALER_APP, WEB, PND_API, EXTERNAL_CONTROLLER]

Responses

OK


Schema
    error object
    errorCode string
    errorDescription string
    metadata object
    property name* string
    statusCode int32
    warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...