Get all accounting details
post
/service/v1/accountinggeneric
This endpoint is used to get all accounting Details
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
201 Response
Returns message of success or failure
Root Schema : AccountingTransactionCollection
Type:
object
Collection of Accounting Transaction Models.
Show Source
Nested Schema : accountingTransactionList
Type:
Show Source
array
-
Array of:
object AccountingTransactionModel
Accounting Transaction Model
Nested Schema : AccountingTransactionModel
Type:
object
Accounting Transaction Model
Show Source
-
accClass:
string
Account Class
-
accEntryDesc:
string
-
accEntrySeq:
integer(int64)
-
accountCcy:
string
-
accountingEntryCode:
string
-
accountNo:
string
-
accPartyId:
string
-
accPartyType:
string
-
accRoleCode:
string
-
accRoleDesc:
string
-
accSettMethod:
string
-
accType:
string
-
amount:
number
-
amountAccCcy:
number
-
amountCcy:
string
-
amountType:
string
-
applicationCode:
string
Application Code
-
drCrIndicator:
string
-
ecaRefNo:
string
-
errorCode:
string
-
errorDesc:
string
-
eventCode:
string
Event Code
-
eventSrNo:
number
-
exchangeRate:
number
-
externalAccount:
string
-
externalAccountCcy:
string
-
externalBankId:
string
-
externalBankName:
string
-
externalBranchCode:
string
-
externalBranchName:
string
-
externalBranchRoutingCode:
integer(int64)
-
id:
string
-
instDepRefNo:
string
-
paymentMode:
string
-
poolingLevelType:
string
-
processingDate:
string
Processing date
-
productCode:
string
Product code
-
refNo:
string
-
seqNo:
integer(int64)
-
status:
string
-
txnBranchCode:
string
Transaction Branch Code
-
valueDate:
string
Value Date
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error