Skip to main content

updateAppointment

updateAppointment

Path Parameters
    appointment_uuid string required
Header Parameters
    authorization string required
Request Body required
    requesterUserUuid string
    dealerDepartmentUuidList string[]
    appointmentKey string
    preferredDate string
    platform string

    Possible values: [DEALER_APP, WEB, MOBILE_APP, DMS, TRANSPORTATION_EVENTS_CONSUMER]

    serviceStartTime string
    serviceEndTime string
    customerVehicleUuid string
    sprinterVehicleUuid string
    lastMileage string
    textPreference boolean
    emailPreference boolean
    destinationAddress string
    destinationLatitude double
    destinationLongitude double
    publicNotes string
    orderUuid string
    orderNumber string
    internalNotes string
    status string

    Possible values: [PENDING_APPROVAL, SCHEDULED, TRIP_IN_PROGRESS, TECHNICIAN_ARRIVED, SERVICE_IN_PROGRESS, SERVICE_COMPLETED, CANCELLED, COMPLETED, DECLINED]

    quickOpList object[]
  • Array [
  • quickOpLiteUUID string
    description string
    opCodeDuration string
    laborOpCode string
    opCodeName string
    totalPrice string
  • ]
  • assignedUser object
    userUuid string
    departmentUuid string
    isValid boolean
    isMobileServiceTechnician boolean
    serviceAdvisor object
    userUuid string
    departmentUuid string
    isValid boolean
    isMobileServiceTechnician boolean
    updatedByUser object
    userUuid string
    departmentUuid string
    isValid boolean
    isMobileServiceTechnician boolean
    appointmentMetaData object
    dmsMetaData object
    type string

    Possible values: [PUSH, PULL]

    title string

    Possible values: [SUCCESS, FAILURE]

    description string
    vehicleUuid string
    dealerAssociateId string
    notifyCustomer boolean
Responses

OK


Schema
    statusCode int32
    error object
    code string
    description string
    metadata object
    property name* string
    warnings object[]
  • Array [
  • code string
    description string
  • ]
  • appointmentUUID string
Loading...