Display Collection history promise detail by user id
get
/obedm-ptp-services/collectordashboard/collectionhistory/{period}
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
period(required): string
Period is day range to fetch the Promise To Pay collected history.
Header Parameters
-
appId(required): string
Application for upcoming promise detail by user id.
-
branchCode(required): string
Branch code for upcoming promise detail by user id.
-
contentType: string
Content Type for upcoming promise detail by user id.
-
tenantId: string
Tenant ID for upcoming promise detail by user id.
-
userId(required): string
User ID for upcoming promise detail by user id.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
Response headers for Collection Promise History.
Root Schema : CollectionHistoryData
Type:
object
Collected Promise History data based on date range
Show Source
-
data:
array data
-
totalAccounts:
integer
Total Unique account and case id
Nested Schema : data
Type:
Show Source
array
-
Array of:
object CollectedHistoryDto
Collected Promise History Dto
Nested Schema : CollectedHistoryDto
Type:
object
Collected Promise History Dto
Show Source
-
collectionCount:
integer
Collected promise count
-
groupBy:
string
group By value
-
legendsDesc:
string
legends Description Fully Collected/Partially Collected/Not Collected
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