Process accounting entries and authorize for pooling tasks
post
/service/v1/poolingAccounting
This endpoint is used to generate accounting and authorize them for oracle banking cash management pooling tasks.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
Header Parameters
-
appId: string
Application Id
-
branchCode: string
Branch Code
-
userId: string
User Id
Request Body that contains data required for creating a new accentrycode
Root Schema : GenericObscfCmAccountDTO
Type:
Show Source
object
-
applicationName(optional):
string
Application Name
-
otherDetails(optional):
object otherDetails
Additional Properties Allowed: additionalProperties
-
recordStat(optional):
string
Record Status
-
refNo(optional):
string
Reference Number
-
seqNo(optional):
integer(int64)
Sequence Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Root Schema : GenericPoolingAccountDTO
Type:
Show Source
object
-
accTxnColl(optional):
object AccountingTransactionCollection
Collection of Accounting Transaction Models.
-
applicationName(optional):
string
Application Name
-
ecaBlockAmountDetailsColl(optional):
object EcaBlockAmountDetailsCollection
Eca blocked amount response collection
-
isFcubsSuccess(optional):
boolean
Fcubs post accounting status
-
refNo(optional):
string
Transaction reference number
Nested Schema : AccountingTransactionCollection
Type:
object
Collection of Accounting Transaction Models.
Show Source
Nested Schema : EcaBlockAmountDetailsCollection
Type:
object
Eca blocked amount response collection
Show Source
-
ecaAccAmtDetails(optional):
array ecaAccAmtDetails
Eca account amount details
-
ecaErrorDetails(optional):
array ecaErrorDetails
Eca error details
-
status(optional):
string
Eca block status
Nested Schema : data
Type:
Show Source
array
-
Array of:
object AccountingTransactionModel
Accounting Transaction Model
Nested Schema : AccountingTransactionModel
Type:
object
Accounting Transaction Model
Show Source
-
accEntryDesc(optional):
string
Account Entry Description
-
accEntrySeq(optional):
integer(int64)
Account Entry Sequence
-
accountCcy(optional):
string
Account Currency
-
accountingEntryCode(optional):
string
Accounting Entry Code
-
accountNo(optional):
string
Account Number
-
accPartyId(optional):
string
Account Party Id
-
accPartyType(optional):
string
Account Party Type
-
accRoleCode(optional):
string
Account Role Code
-
accRoleDesc(optional):
string
Account Role Description
-
accSettMethod(optional):
string
Account Settlement Method
-
accType(optional):
string
Account Type
-
amount(optional):
number
Amount
-
amountAccCcy(optional):
number
Amount Account Currency
-
amountCcy(optional):
string
Amount Currency
-
amountType(optional):
string
Amount Type
-
drCrIndicator(optional):
string
Debit Credit Indicator
-
ecaRefNo(optional):
string
Eca Reference Number
-
errorCode(optional):
string
Error Code
-
errorDesc(optional):
string
Error Description
-
eventCode(optional):
string
Event Code
-
eventSrNo(optional):
number
Event Serial Number
-
exchangeRate(optional):
number
Exchange Rate
-
externalAccount(optional):
string
External Account
-
externalAccountCcy(optional):
string
External Account Currency
-
externalBankId(optional):
string
External Bank Id
-
externalBankName(optional):
string
External Bank Name
-
externalBranchCode(optional):
string
External Branch Code
-
externalBranchName(optional):
string
External Branch Name
-
financeRefNo(optional):
string
Finance Reference Number
-
id(optional):
string
Id
-
paymentMode(optional):
string
Payment Mode
-
routingCode(optional):
number
Routing Code
-
seqNo(optional):
integer(int64)
Sequence Number
-
status(optional):
string
Status
Nested Schema : ecaAccAmtDetails
Type:
array
Eca account amount details
Show Source
-
Array of:
object EcaBlockAmountDetails
Eca blocked amount response collection
Nested Schema : ecaErrorDetails
Type:
array
Eca error details
Show Source
-
Array of:
object EcaErrorDetails
Eca error code collection
Nested Schema : EcaBlockAmountDetails
Type:
object
Eca blocked amount response collection
Show Source
-
accountNo(optional):
string
Account number
-
approvedBlkAmount(optional):
number
Approved blocked amount
-
refNo(optional):
string
Transaction reference number
-
requestedBlkAmount(optional):
number
Requested blocked amount
Nested Schema : EcaErrorDetails
Type:
object
Eca error code collection
Show Source
-
errorCode(optional):
string
Error code
-
errorDesc(optional):
string
Error description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error