Skip to main content

Post internal note

End-point to post an internal note for a trip. Notes are pushed in mobile app for the driver and are added to customer's thread as well.

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 post internal note

    dealerDepartmentUUIDList string[]
    messageDetails object
    attachmentList string[]
    customerId int64
    customerUUID string
    dealerAssociateId int64
    messageText string
    recipientDAs object[]
  • Array [
  • dealerAssociateID int64
    dealerAssociateName string
    dealerAssociateUserUuid string
    isAssignee boolean
  • ]
  • removedDAs object[]
  • Array [
  • dealerAssociateID int64
    dealerAssociateName string
    dealerAssociateUserUuid string
    isAssignee boolean
  • ]
  • 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
    messageUUID string
    statusCode int32
    warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...