Skip to main content

Fetch internal notes

End-point to fetch internal notes posted for a trip.

Path Parameters
    trip_uuid string required

    Unique identifier for a trip

Header Parameters
    authorization string required

    Base64 encoded basic auth

Request Body required

Request to fetch internal notes

    dealerDepartmentUUIDList 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
    messages object[]
  • Array [
  • attachments string[]
    dealerAssociateUUID string
    fromName string
    fromNumber string
    messageBody string
    messagePurpose string
    messageSubject string
    receivedOn date-time
    sentOn date-time
    toName string
    toNumber string
    uuid string
  • ]
  • statusCode int32
    warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...