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: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request Body that contains data required for creating a new accentrycode
Root Schema : GenericObscfCmAccountDTO
Type:
Show Source
object
-
applicationName:
string
Application Name
-
otherDetails:
object otherDetails
Additional Properties Allowed: additionalProperties
-
recordStat:
string
Record Status
-
refNo:
string
Reference Number
-
seqNo:
integer(int64)
Sequence Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Root Schema : GenericPoolingAccountDTO
Type:
Show Source
object
-
accTxnColl:
object AccountingTransactionCollection
Collection of Accounting Transaction Models.
-
applicationName:
string
Application Name
-
ecaBlockAmountDetailsColl:
object EcaBlockAmountDetailsCollection
Eca blocked amount response collection
-
isFcubsSuccess:
boolean
Fcubs post accounting status
-
refNo:
string
Transaction reference number
Nested Schema : AccountingTransactionCollection
Type:
object
Collection of Accounting Transaction Models.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging Dto
Nested Schema : EcaBlockAmountDetailsCollection
Type:
object
Eca blocked amount response collection
Show Source
-
ecaAccAmtDetails:
array ecaAccAmtDetails
Eca account amount details
-
ecaErrorDetails:
array ecaErrorDetails
Eca error details
-
status:
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:
string
Account Entry Description
-
accEntrySeq:
integer(int64)
Account Entry Sequence
-
accountCcy:
string
Account Currency
-
accountingEntryCode:
string
Accounting Entry Code
-
accountNo:
string
Account Number
-
accPartyId:
string
Account Party Id
-
accPartyType:
string
Account Party Type
-
accRoleCode:
string
Account Role Code
-
accRoleDesc:
string
Account Role Description
-
accSettMethod:
string
Account Settlement Method
-
accType:
string
Account Type
-
amount:
number
Amount
-
amountAccCcy:
number
Amount Account Currency
-
amountCcy:
string
Amount Currency
-
amountType:
string
Amount Type
-
drCrIndicator:
string
Debit Credit Indicator
-
ecaRefNo:
string
Eca Reference Number
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Description
-
eventCode:
string
Event Code
-
eventSrNo:
number
Event Serial Number
-
exchangeRate:
number
Exchange Rate
-
externalAccount:
string
External Account
-
externalAccountCcy:
string
External Account Currency
-
externalBankId:
string
External Bank Id
-
externalBankName:
string
External Bank Name
-
externalBranchCode:
string
External Branch Code
-
externalBranchName:
string
External Branch Name
-
financeRefNo:
string
Finance Reference Number
-
id:
string
Id
-
paymentMode:
string
Payment Mode
-
routingCode:
number
Routing Code
-
seqNo:
integer(int64)
Sequence Number
-
status:
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:
string
Account number
-
approvedBlkAmount:
number
Approved blocked amount
-
refNo:
string
Transaction reference number
-
requestedBlkAmount:
number
Requested blocked amount
Nested Schema : EcaErrorDetails
Type:
object
Eca error code collection
Show Source
-
errorCode:
string
Error code
-
errorDesc:
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