Get all accounting entries
post
/service/v1/accounting
This endpoint is used to get all accounting entries with their details based on filter(query param) criterias.
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
Nested Schema : AccountingModel
Type:
Show Source
object
-
accEntryAttributeList:
array accEntryAttributeList
-
accEntryCode:
string
Account Entry Code
-
accEntryDescription:
string
Account Entry Description
-
additionalField1:
string
Additional Field 1
-
additionalField10:
string
Additional Field 10
-
additionalField2:
string
Additional Field 2
-
additionalField3:
string
Additional Field 3
-
additionalField4:
string
Additional Field 4
-
additionalField5:
string
Additional Field 5
-
additionalField6:
string
Additional Field 6
-
additionalField7:
string
Additional Field 7
-
additionalField8:
string
Additional Field 8
-
additionalField9:
string
Additional Field 9
-
creditAccountCurrency:
string
Credit Account Currency
-
creditAccountNumber:
string
Credit Account Number
-
creditAccRoleCode:
string
Credit Account Role Code
-
creditAccRoleDescription:
string
Credit Account Role Description
-
creditAccType:
string
Credit Account Type
-
creditAmount:
number
Credit Amount
-
creditAmountInAccCcy:
number
Credit Amount In Account Currency
-
creditAmountType:
string
Credit Amount Type
-
creditAmtCcy:
string
Credit Amount Currency
-
creditDivisionCode:
string
Credit Division Code
-
creditExchangeRate:
number
Credit Exchange Rate
-
creditExtAcntList:
array creditExtAcntList
-
creditExternalAttributeList:
array creditExternalAttributeList
-
creditIntAcntList:
array creditIntAcntList
-
creditInternalAttributeList:
array creditInternalAttributeList
-
creditPartyId:
string
Credit Party Id
-
creditPartyName:
string
Credit Party Name
-
creditPartyType:
string
Credit Party Type
-
creditSettlementMethod:
string
Credit Settlement Method
-
creditVaFlagYN:
string
Credit Virtual Account flag as Y or N
-
debitAccountCurrency:
string
Debit Account Currency
-
debitAccountNumber:
string
Debit Account Number
-
debitAccRoleCode:
string
Debit Account Role Code
-
debitAccRoleDescription:
string
Debit Account Role Description
-
debitAccType:
string
Debit Account Type
-
debitAmount:
number
Debit Amount
-
debitAmountInAccCcy:
number
Debit Amount In Account Currency
-
debitAmountType:
string
Debit Amount Type
-
debitAmtCcy:
string
Debit Amount Currency
-
debitDivisionCode:
string
Debit Division Code
-
debitExchangeRate:
number
Debit Exchange Rate
-
debitExtAcntList:
array debitExtAcntList
-
debitExternalAttributeList:
array debitExternalAttributeList
-
debitIntAcntList:
array debitIntAcntList
-
debitInternalAttributeList:
array debitInternalAttributeList
-
debitPartyId:
string
Debit Party Id
-
debitPartyName:
string
Debit Party Name
-
debitPartyType:
string
Debit Party Type
-
debitSettlementMethod:
string
Debit Settlement Method
-
debitVaFlagYN:
string
Debit Virtual Account flag as Y or N
-
eventCode:
string
Event Code
-
eventSrNo:
number
Event Serial Number
-
processingDate:
string
Processing Date
-
productCode:
string
Product Code
-
refNo:
string
Reference Number
-
seqNo:
integer(int64)
-
sequence:
number
Sequence
-
txnBranchCode:
string
Transaction Branch Code
-
valueDate:
string
Value Date
Nested Schema : accEntryAttributeList
Type:
Show Source
array
-
Array of:
object Attribute
Represents each attribute of the records filtered in calling service using filter query
Nested Schema : creditExternalAttributeList
Type:
Show Source
array
-
Array of:
object Attribute
Represents each attribute of the records filtered in calling service using filter query
Nested Schema : creditInternalAttributeList
Type:
Show Source
array
-
Array of:
object Attribute
Represents each attribute of the records filtered in calling service using filter query
Nested Schema : debitExternalAttributeList
Type:
Show Source
array
-
Array of:
object Attribute
Represents each attribute of the records filtered in calling service using filter query
Nested Schema : debitInternalAttributeList
Type:
Show Source
array
-
Array of:
object Attribute
Represents each attribute of the records filtered in calling service using filter query
Nested Schema : Attribute
Type:
object
Represents each attribute of the records filtered in calling service using filter query
Show Source
-
attributeName:
string
Name of the attribute representing DB column name
-
attributeValue:
string
Value of the corresponding column in DB
Nested Schema : items
Type:
object
Nested Schema : items
Type:
object
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