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 Account Delinquency History
Show Source
Nested Schema : DmAccountDelHistoryList
Type:
Show Source
array
-
Array of:
object DmAccountDelHistoryDTO
DmAccountDelHistoryDTO
Nested Schema : DmAccountDelHistoryDTO
Type:
object
DmAccountDelHistoryDTO
Show Source
-
acctId:
string
Account ID
-
branchCd:
string
Branch Code
-
caseId:
string
caseId
-
collEndDt:
string
End Date
-
collStartDt:
string
Start Date
-
daysPastDue:
number
Days Past Due
-
delEndDt:
string
Delinquency End Date
-
delStartDt:
string
Delinquency Start Date
-
id:
string
id
-
lastPaymentAmt:
number
Last Payment Date
-
lastPaymentDt:
string
Last Payment Date
-
numOfCollaterals:
number
Number of Collaterals
-
numOfParties:
number
Number of Parties
-
outstandingAmt:
number
Outstanding Amount
-
overdueAmt:
number
Overdue Amount
-
partyId:
string
Party ID
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error