Get Account Financial History
get
https://server:port/spl/rest/apis/customer/financials/accountFinancialHistory/{accountId}
This operation handles the Integration Suite API to Get Account Financial History
Request
Path Parameters
Query Parameters
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1-GtFAcFHis
Type:
Show Source
object-
_self: string
_self
-
account: object
account
-
accountFinancialHistoryList: object
accountFinancialHistoryList
-
count: number
Minimum Value:
0Maximum Value:0The count element is an integer value that specifies the actual number of items contained in the paging response.Example:18 -
hasMore: boolean
The hasMore element is a Boolean value that indicates whether there are more items/result records to be retrieved.Example:
false -
limit: number
Minimum Value:
0Maximum Value:9.99999999999999E8The Limit element is an integer value that specifies the paging size for number of records to return when serving a client request.Example:100 -
offset: number
Minimum Value:
0Maximum Value:9.99999999999999E8The offset element is an integer value that specifies the index of the first item to be returned. The "offset" index begins at 0 and cannot be negative.Example:0 -
searchBy: string
Maximum Length:
10Search By -
totalResult: number
Minimum Value:
0Maximum Value:0This element is an integer value that specifies the total number of the resource instances, including instances in the current response, as well as instances that have not been fetched.Example:18
Nested Schema : account
Type:
Show Source
object-
_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 : items
Type:
Show Source
object-
accountingDate: string
(date)
Accounting Date is the date the system uses to determine the FT's accounting period in your general ledger.Example:
2021-01-06-00.00.00 -
arrearsDate: string
(date)
Arrears Date is the date the FT starts aging.Example:
2021-01-06-00.00.00 -
bill: object
bill
-
currentAmount: string
Maximum Length:
15Current Amount shows the financial event's effect on the account's current balance.Example:-20.23 -
currentBalance: string
Maximum Length:
15Current Balance shows the account's current balance after the financial event.Example:-128.42 -
financialTransactionType: string
Maximum Length:
2Financial Transaction Type indicates the type of financial event: Bill Segment, Pay Segment, Bill Segment Cancellation, Pay Segment Cancellation, Adjustment, and Adjustment (Cancel).Example:Bill Segment Cancellation -
glExtractDate: string
(date)
GL Extract DateExample:
2014-01-13-00.00.00 -
payment: object
payment
-
payOffAmount: string
Maximum Length:
1Payoff Amount shows the financial event's effect on the account's payoff balance.Example:-20.23 -
payOffBalance: string
Maximum Length:
15Payoff Balance shows the account's payoff balance after the financial event.Example:-128.42
Nested Schema : bill
Type:
Show Source
object-
_link: string
_link
-
billId: string
Maximum Length:
12Bill Segment ID
Nested Schema : payment
Type:
Show Source
object-
_link: string
_link
-
paymentId: string
Maximum Length:
12Bill Segment ID
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.