Skip to main content

update customer sentiment status for department

update customer sentiment status for department

Path Parameters
    departmentUUID string required
Request Body required
    customerIDAndThreadID object
    property name* int64
    dealerID int64
    customerSentiment string
    dealerAssociateID int64
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
POST /department/:departmentUUID/customer/sentiment/status

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
departmentUUID — path required
Body required
{
"customerIDAndThreadID": {},
"dealerID": 0,
"customerSentiment": "string",
"dealerAssociateID": 0
}
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/sentiment/status' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerIDAndThreadID": {},
"dealerID": 0,
"customerSentiment": "string",
"dealerAssociateID": 0
}'