Get All count of Communication details
get
/obcr-correspondence-services/commdetails/count
This endpoint is used to get all valid count of Communication details Maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acctId(required): string
Account ID for which count to be fetched
-
caseId(required): string
Case ID for which count to be fetched
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Root Schema : CommunicationDetailCount
Type:
object
Communication Details
Show Source
-
acctId:
string
Account ID
-
caseId:
string
Case ID
-
DmCallCountCollection:
object DmCallCountCollection
-
emailCount:
integer
Email Count
-
letterCount:
integer
Letter Count
-
smsCount:
integer
Message Count
Nested Schema : DmCallCountCollection
Type:
Show Source
object
-
Array of:
object DmCallCountCollection
Collection of DmCallCountDTO.
Nested Schema : DmCallCountCollection
Type:
object
Collection of DmCallCountDTO.
Show Source
-
dmCallCountList:
array dmCallCountList
-
totalCallCount:
number
Total Call Count
-
totalRPCCount:
number
Total Right Party Contacted Count
Nested Schema : dmCallCountList
Type:
Show Source
array
-
Array of:
object DmCallCountDTO
DmCallCountDTO model
Nested Schema : DmCallCountDTO
Type:
object
DmCallCountDTO model
Show Source
-
actionCode:
string
Action Code
-
actionDescription:
string
Action Description
-
count:
number
Call Action Count
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error