Update message filter
Update message filter
Path Parameters
departmentUUID string required
filterName string required
application/json
Request Body required
eventRaisedByUUID string
actionTaken string
Possible values: [DISMISS_AS_NOT_WAITING_FOR_RESPONSE, DISMISS_AS_ALREADY_RESPONDED, ADD_TO_WAITING_FOR_RESPONSE, ADD_TO_MISSED_CALL, MESSAGE_SENT]
dealerUUID string
dealerDepartmentIUUID string
actionSource string
customerUUIDAndThreadUUID object
property name* string
messageUUID string
call boolean
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...