Get Person Collection Details
get
/rest/apis/customer/financials/personData/{personId}/collectionDetails
This operation retrieves collections details including any recent payments for a person.
Request
Path Parameters
-
personId(required): string
Person ID is a system-assigned random number that stays with a person record for the life of the system.Example:
5775933103
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1PerDebtInf
Type:
Show Source
object-
collectionsAmounts: object
collectionsAmounts
-
collectionsBillingAccountsCount: number
Minimum Value:
0Maximum Value:99999Number of accounts that are in collections.Example:1 -
creditRatingHigh: number
Minimum Value:
-99999Maximum Value:99999The highest credit rating of the accounts in collections. -
creditRatingLow: number
Minimum Value:
-99999Maximum Value:99999The lowest credit rating of the accounts in collections -
currency: object
currency
Currency Code defines the currency in which the account's financial transactions are expressed.
-
personId: string
Maximum Length:
10Person ID is a system-assigned random number that stays with a person record for the life of the system.Example:5775933103 -
recentCollectionsAccounts: array
recentCollectionsAccounts
-
recentPaymentDetails: object
recentPaymentDetails
-
systemTimeZoneName: string
Maximum Length:
50The name of the time zone that is used by the system installation.Example:US/Pacific
Nested Schema : collectionsAmounts
Type:
Show Source
object-
calculationDatetime: string
(date-time)
The last time that the system evaluated the collections amounts for the account.Example:
2024-01-01T00:00:00-08:00 -
collectionsMinimumAmount: number
Minimum threshold amount required as payment to stop collections/overdue activities.Example:
182.20 -
collectionsTotalAmount: number
Total amount of debt that is overdue in collections.Example:
260.28
Nested Schema : currency
Type:
objectCurrency Code defines the currency in which the account's financial transactions are expressed.
Show Source
-
_link: string
_link
-
currency: string
Maximum Length:
3Currency Code defines the currency in which the account's financial transactions are expressed.Example:USD
Nested Schema : recentPaymentDetails
Type:
Show Source
object-
accountId: object
accountId
The Account ID is a system-assigned random number that stays with an account for life.
-
paymentAmount: number
Payment Amount is the amount of the payment.Example:
1 -
paymentDate: string
(date)
Payment dateExample:
2021-06-08
Nested Schema : items
Type:
Show Source
object-
accountId: object
accountId
The Account ID is a system-assigned random number that stays with an account for life.
-
collectionsInitialAmount: number
Initial amount in collections.Example:
260.28 -
collectionsInitialDate: string
(date)
The date that an active collections process started for the person.Example:
2022-08-08
Nested Schema : accountId
Type:
objectThe Account ID is a system-assigned random number that stays with an account for life.
Show Source
-
_link: string
_link
-
accountId: string
Maximum Length:
10The Account ID is a system-assigned random number that stays with an account for life.Example:1589800000
Nested Schema : accountId
Type:
objectThe Account ID is a system-assigned random number that stays with an account for life.
Show Source
-
_link: string
_link
-
accountId: string
Maximum Length:
10The Account ID is a system-assigned random number that stays with an account for life.Example:1589800000
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object-
detail: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0Maximum Value:9999The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object-
callSequence: string
Maximum Length:
60Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0Maximum Value:0Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999Maximum Value:99999Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object-
detail: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0Maximum Value:9999The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60Fully qualified URL consisting of the Base URI Timestamp of error in ISO format, the User used for the transaction, the Message Category within Oracle Utilities Application Framework, the Message Number within Oracle Utilities Application Framework, the Request URL and the HTTP method used for the transaction. -
problemType: string
Maximum Length:
60URL of the format "A/message/X/Y" where A is the base URI, X is the Message Category and Y is the Message Number within Oracle Utilities Application Framework. -
serverMessage: object
serverMessage
-
stackTrace: string
Maximum Length:
60The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object-
callSequence: string
Maximum Length:
60Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0Maximum Value:0Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999Maximum Value:99999Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60Name of the program that encountered the error.