Get Account Non Cash Deposits
get
/rest/apis/customer/v-model/accounts/{accountId}/nonCashDeposits
This operation retrieves non cash deposits for an account.
Request
Path Parameters
-
accountId(required): string
The Account ID is a system-assigned random number that stays with an account for life.Example:
1589809032
Query Parameters
-
includeHistory: boolean
Include old dates recordsExample:
true
-
limit: number
Page LimitExample:
25
-
offset: number
OffsetExample:
0
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/xml
- application/json
200 Response
Success response
Root Schema : C1CxAccNCDep
Type:
Show Source
object
-
_self: string
_self
-
account: object
account
-
hasMore: boolean
Has More
-
limit: number
Minimum Value:
0
Maximum Value:999999999.999999
Page LimitExample:25
-
nonCashDeposits: object
nonCashDeposits
-
offset: number
Minimum Value:
0
Maximum Value:999999999.999999
OffsetExample:0
-
totalNumberOfRecords: number
Minimum Value:
0
Maximum Value:99999
Total Number Of Records
Nested Schema : account
Type:
Show Source
object
-
_link: string
_link
-
accountId: string
Maximum Length:
10
The Account ID is a system-assigned random number that stays with an account for life.Example:1589809032
Nested Schema : items
Type:
Show Source
object
-
comments: string
Maximum Length:
254
Comments can describe anything interesting / unusual about the automatic payment request. -
depositAmount: number
Deposit Amount
-
depositClass: object
depositClass
-
documentNumber: string
Maximum Length:
20
Document Number -
endDate: string
(date)
End Date indicates the date on which the alert stops showing for the account.Example:
2001-01-01
-
nonCashDepositType: object
nonCashDepositType
-
sequence: number
Minimum Value:
-99999
Maximum Value:99999
A sequence is used to define the order of the records. -
startDate: string
(date)
Start Date indicates the date on which the alert starts showing for the account.Example:
2001-01-01
-
thirdPartySa: object
thirdPartySa
-
version: number
Minimum Value:
-99999
Maximum Value:99999
The version number is used for internal concurrency checks.Example:2
Nested Schema : depositClass
Type:
Show Source
object
-
_link: string
_link
-
depositClass: string
Maximum Length:
8
Deposit Class
Nested Schema : nonCashDepositType
Type:
Show Source
object
-
_link: string
_link
-
nonCashDepositType: string
Maximum Length:
8
Non-Cash Deposit Type
Nested Schema : thirdPartySa
Type:
Show Source
object
-
_link: string
_link
-
thirdPartySa: string
Maximum Length:
10
Service Agreement
400 Response
Bad Request
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully 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:
60
URL 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:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.
500 Response
Internal Server Error
Root Schema : problemDetailDocument
Type:
Show Source
object
-
detail: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
httpStatus: number
Minimum Value:
0
Maximum Value:9999
The HTTP Status code for the error. -
problemInstance: string
Maximum Length:
60
Fully 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:
60
URL 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:
60
The stack trace shows where the error occurs during the execution of a program. -
title: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format.
Nested Schema : serverMessage
Type:
Show Source
object
-
callSequence: string
Maximum Length:
60
Delimited sequence of programs called. -
longDescription: string
Maximum Length:
60
The long message description from the Oracle Utilities Application Framework in CDATA format. -
messageCategory: number
Minimum Value:
0
Maximum Value:0
Message Category within Oracle Utilities Application Framework. -
messageNbr: number
Minimum Value:
-99999
Maximum Value:99999
Message Number within Oracle Utilities Application Framework. -
messageText: string
Maximum Length:
60
Fully qualified error message from Oracle Utilities Application Framework in CDATA format. -
programName: string
Maximum Length:
60
Name of the program that encountered the error.