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
application/json
Request Body required
Request to post internal note
- Array [
- ]
- Array [
- ]
dealerDepartmentUUIDList string[]
messageDetails object
attachmentList string[]
customerId int64
customerUUID string
dealerAssociateId int64
messageText string
recipientDAs object[]
dealerAssociateID int64
dealerAssociateName string
dealerAssociateUserUuid string
isAssignee boolean
removedDAs object[]
dealerAssociateID int64
dealerAssociateName string
dealerAssociateUserUuid string
isAssignee boolean
requesterUserUUID string
source string
Possible values: [DEALER_APP
, WEB
, PND_API
, EXTERNAL_CONTROLLER
]
Responses
- 200
- 201
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
error object
errorCode string
errorDescription string
metadata object
property name* string
messageUUID string
statusCode int32
warnings object[]
warningCode string
warningDescription string
{
"error": {
"errorCode": "string",
"errorDescription": "string",
"metadata": {}
},
"messageUUID": "string",
"statusCode": 0,
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
Created
Unauthorized
Forbidden
Not Found
Loading...