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(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
201 Response
Returns message of success or failure
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : AccountingModel
Type:
Show Source
object
-
accEntryAttributeList(optional):
array accEntryAttributeList
-
accEntryCode(optional):
string
-
accEntryDescription(optional):
string
-
creditAccountCurrency(optional):
string
-
creditAccountNumber(optional):
string
-
creditAccRoleCode(optional):
string
-
creditAccRoleDescription(optional):
string
-
creditAccType(optional):
string
-
creditAmount(optional):
number
-
creditAmountInAccCcy(optional):
number
-
creditAmountType(optional):
string
-
creditAmtCcy(optional):
string
-
creditDivisionCode(optional):
string
-
creditExchangeRate(optional):
number
-
creditExtAcntList(optional):
array creditExtAcntList
-
creditExternalAttributeList(optional):
array creditExternalAttributeList
-
creditIntAcntList(optional):
array creditIntAcntList
-
creditInternalAttributeList(optional):
array creditInternalAttributeList
-
creditPartyId(optional):
string
-
creditPartyName(optional):
string
-
creditPartyType(optional):
string
-
creditSettlementMethod(optional):
string
-
debitAccountCurrency(optional):
string
-
debitAccountNumber(optional):
string
-
debitAccRoleCode(optional):
string
-
debitAccRoleDescription(optional):
string
-
debitAccType(optional):
string
-
debitAmount(optional):
number
-
debitAmountInAccCcy(optional):
number
-
debitAmountType(optional):
string
-
debitAmtCcy(optional):
string
-
debitDivisionCode(optional):
string
-
debitExchangeRate(optional):
number
-
debitExtAcntList(optional):
array debitExtAcntList
-
debitExternalAttributeList(optional):
array debitExternalAttributeList
-
debitIntAcntList(optional):
array debitIntAcntList
-
debitInternalAttributeList(optional):
array debitInternalAttributeList
-
debitPartyId(optional):
string
-
debitPartyName(optional):
string
-
debitPartyType(optional):
string
-
debitSettlementMethod(optional):
string
-
eventCode(optional):
string
-
eventSrNo(optional):
number
-
processingDate(optional):
string
-
productCode(optional):
string
-
sequence(optional):
number
-
txnBranchCode(optional):
string
-
valueDate(optional):
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(optional):
string
Name of the attribute representing DB column name
-
attributeValue(optional):
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(optional):
string
Account Currency
-
accountNumber(optional):
string
Account Number
-
bankId(optional):
string
Bank Id
-
bankName(optional):
string
Bank Name
-
branchCode(optional):
string
Branch Code
-
branchName(optional):
string
Branch Name
-
defaultAccount(optional):
string
Default Account
-
eventCode(optional):
string
Event Code
-
filterAttr1(optional):
string
Filter Attribute1
-
filterAttr2(optional):
string
Filter Attribute2
-
filterAttr3(optional):
string
Filter Attribute3
-
filterAttr4(optional):
string
Filter Attribute4
-
filterAttr5(optional):
string
Filter Attribute5
-
ifscCode(optional):
string
Ifsc Code
-
partyId(optional):
string
Party Id
-
paymentMode(optional):
string
Payment Mode
-
productCode(optional):
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