Skip to main content

Update Linked Appointment for trips

End-point to regenerate trip-view for all trips that have a linked appointment from scheduler integration. This, clubbed with the changes to populate linked appointment UUID in maria model, and to map that linked appointment UUID in mongo, will populate the linked appointment UUIDs in mongo for these trips.

Header Parameters
    authorization string required

    Base64 encoded basic auth

Request Body required

request

    dealerDepartmentUUIDList string[]
    endAppointmentTime string

    The end of the date range in which trip must be present, in yyyy-MM-dd'T'HH:mm:ssZ format

    requesterUserUUID string
    source string

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

    startAppointmentTime string

    The start of the date range in which trip must be present, in yyyy-MM-dd'T'HH:mm:ssZ format

Responses

OK


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