Get All count of case history details
get
/obcr-correspondence-services/commdetails/allcasehistcount
This endpoint is used to get all valid count of Case Communication details.
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
-
isHistory(required): boolean
The get historical data for action service.
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 : CaseCommunicationHistCountsDTO
Type:
object
DmCallCountDTO model
Show Source
-
CommunicationDetailCount:
object CommunicationDetailCount
Correspondence Communication Count
-
ConsolidatePtpHistoryDto:
object ConsolidatePtpHistoryDto
PTP Communication Count
-
DmCallCountCollection:
object DmCallCountCollection
Call Action Communication Count
-
DmTaskTypeCountCollection:
object DmTaskTypeCountCollection
Task Communication Count
Nested Schema : CommunicationDetailCount
Type:
object
Correspondence Communication Count
Show Source
-
Array of:
object CommunicationDetailCount
Communication Details
Nested Schema : ConsolidatePtpHistoryDto
Type:
object
PTP Communication Count
Show Source
-
Array of:
object ConsolidatePtpHistoryDto
Ptp History view Dto
Nested Schema : DmCallCountCollection
Type:
object
Call Action Communication Count
Show Source
-
Array of:
object DmCallCountCollection
Collection of DmCallCountDTO.
Nested Schema : DmTaskTypeCountCollection
Type:
object
Task Communication Count
Show Source
-
Array of:
object DmTaskTypeCountCollection
Collection of Task Type Count Details.
Nested 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
Nested Schema : ConsolidatePtpHistoryDto
Type:
object
Ptp History view Dto
Show Source
-
brokenCounts:
string
Broken Count
-
collectedAmount:
number
Collected Amount
-
collectedAmtwithCcyCode:
string
Collected Amount With Currency Code
-
currencyCode:
string
Currency Code
-
keptCounts:
string
Kept Count
-
totalPromises:
string
No of Promises
Nested Schema : DmTaskTypeCountCollection
Type:
object
Collection of Task Type Count Details.
Show Source
-
data:
array data
Data
Nested Schema : data
Type:
array
Data
Show Source
-
Array of:
object DmTaskTypeCountDTO
DmCallCountDTO model
Nested Schema : DmTaskTypeCountDTO
Type:
object
DmCallCountDTO model
Show Source
-
count:
number
Task Type Count
-
TaskTypeCode:
string
Task Type Code
-
TaskTypeDescription:
string
Task Type Description
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