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
-
accEntryDescription:
string
-
creditAccountCurrency:
string
-
creditAccountNumber:
string
-
creditAccRoleCode:
string
-
creditAccRoleDescription:
string
-
creditAccType:
string
-
creditAmount:
number
-
creditAmountInAccCcy:
number
-
creditAmountType:
string
-
creditAmtCcy:
string
-
creditDivisionCode:
string
-
creditExchangeRate:
number
-
creditExtAcntList:
array creditExtAcntList
-
creditExternalAttributeList:
array creditExternalAttributeList
-
creditIntAcntList:
array creditIntAcntList
-
creditInternalAttributeList:
array creditInternalAttributeList
-
creditPartyId:
string
-
creditPartyName:
string
-
creditPartyType:
string
-
creditSettlementMethod:
string
-
debitAccountCurrency:
string
-
debitAccountNumber:
string
-
debitAccRoleCode:
string
-
debitAccRoleDescription:
string
-
debitAccType:
string
-
debitAmount:
number
-
debitAmountInAccCcy:
number
-
debitAmountType:
string
-
debitAmtCcy:
string
-
debitDivisionCode:
string
-
debitExchangeRate:
number
-
debitExtAcntList:
array debitExtAcntList
-
debitExternalAttributeList:
array debitExternalAttributeList
-
debitIntAcntList:
array debitIntAcntList
-
debitInternalAttributeList:
array debitInternalAttributeList
-
debitPartyId:
string
-
debitPartyName:
string
-
debitPartyType:
string
-
debitSettlementMethod:
string
-
eventCode:
string
-
eventSrNo:
number
-
processingDate:
string
-
productCode:
string
-
sequence:
number
-
txnBranchCode:
string
-
valueDate:
string
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 : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : ScfTmExtAccMapMasterModelDTO-allOf[1]
Type:
Show Source
object
-
accountCcy:
string
Account Currency
-
accountNumber:
string
Account Number
-
bankId:
string
Bank Id
-
bankName:
string
Bank Name
-
branchCode:
string
Branch Code
-
branchName:
string
Branch Name
-
defaultAccount:
string
Default Account
-
eventCode:
string
Event Code
-
filterAttr1:
string
Filter Attribute1
-
filterAttr2:
string
Filter Attribute2
-
filterAttr3:
string
Filter Attribute3
-
filterAttr4:
string
Filter Attribute4
-
filterAttr5:
string
Filter Attribute5
-
ifscCode:
string
Ifsc Code
-
partyId:
string
Party Id
-
paymentMode:
string
Payment Mode
-
productCode:
string
Product Code
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