getClientContactList
getClientContactList
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
clientId int64
comment string
contactType object
active boolean
id int64
name string
conversation object
active boolean
id int64
name string
conversationResult object
active boolean
id int64
name string
statusDuration int32
date date-time
difficultFinSituationReason object
active boolean
id int64
name string
id int64
nonPaymentReason object
active boolean
id int64
name string
note string
successful boolean
userId int64
[
{
"clientId": 0,
"comment": "string",
"contactType": {
"active": true,
"id": 0,
"name": "string"
},
"conversation": {
"active": true,
"id": 0,
"name": "string"
},
"conversationResult": {
"active": true,
"id": 0,
"name": "string",
"statusDuration": 0
},
"date": "2024-11-20T07:47:17.133Z",
"difficultFinSituationReason": {
"active": true,
"id": 0,
"name": "string"
},
"id": 0,
"nonPaymentReason": {
"active": true,
"id": 0,
"name": "string"
},
"note": "string",
"successful": true,
"userId": 0
}
]
Unauthorized
Forbidden
Not Found
Loading...