printing thread for customer
printing thread for customer
Path Parameters
departmentUUID string required
customerUUID string required
application/json
Request Body required
fromDate date-time
toDate date-time
lastNMessages int32
messageType string
messageProtocol string
toEmailList string[]
sendPdf boolean
showInternalComments boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
communicationHistoryPdfUrl string
requestSubmitted string
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
],
"communicationHistoryPdfUrl": "string",
"requestSubmitted": "string"
}
POST /department/:departmentUUID/customer/:customerUUID/printThreadForCustomer
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/customer/:customerUUID/printThreadForCustomer' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:43.232Z",
"toDate": "2025-03-28T11:34:43.232Z",
"lastNMessages": 0,
"messageType": "string",
"messageProtocol": "string",
"toEmailList": [
"string"
],
"sendPdf": true,
"showInternalComments": true
}'