update customer sentiment status for department
update customer sentiment status for department
Path Parameters
departmentUUID string required
application/json
Request Body required
customerUUIDAndThreadUUID object
property name* string
dealerUuid string
customerSentiment string
userUuid string
Responses
- 200
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode string
errorDescription string
errorUID string
warnings object[]
warningCode string
warningDescription string
{
  "errors": [
    {
      "errorCode": "string",
      "errorDescription": "string",
      "errorUID": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...