Retrieves account history filtered by collection end date
get
/dmaccountdelhistory-service/fetchdmaccountdelhistoriesbycollectionenddate
This endpoint retrieves account history filtered by collection end date
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
collectorUserId(required): string
Collector user id.
-
pastDate(required): string
Past Date.
-
startDate(required): string
Current Business or Override Date.
Header Parameters
-
appId(required): string
The application ID of the host service.
-
branchCode(required): string
The branch code of the requesting branch.
-
contentType: string
Specifies the content type of the request or response body
-
entityId(required): string
The entity ID of the host service.
-
userId(required): string
The user ID of the requesting user.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the count of First Call Resolution.
Root Schema : DmAccountDelHistoryCollection
Type:
object
Collection of DmAccountDelHistoryDTO.
Show Source
Nested Schema : DmAccountDelHistoryList
Type:
Show Source
array
-
Array of:
object DmAccountDelHistoryDTO
DmAccountDelHistoryDTO
Nested Schema : DmAccountDelHistoryDTO
Type:
object
DmAccountDelHistoryDTO
Show Source
-
acctId:
string
acctId of the DmAccountDelHistory
-
caseId:
string
partyId of the DmAccountDelHistory
-
collEndDt:
string
collEndDt of the DmAccountDelHistory
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error