Skip to main content

Force complete trip

End-point to force complete a trip. This end-point is generally used for trips which weren't marked as completed from mobile apps.

Header Parameters
    authorization string required

    Base64 encoded basic auth

Request Body required

Force complete request

    dealerDepartmentUUIDList string[]
    endTripTime date-time
    requesterUserUUID string
    source string

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

    tripUUID string
    version int64
Responses

OK


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