Get all valid accounting entry code
get
/service/v1/accountingpost
This endpoint is used to get all valid accounting entry code.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accEntryDesc: string
Accounting Entry Description
-
accEntryDescription: string
AccEntryDescription is the description of AccEntryCode.
-
accPartyId: string
PartyId
-
accPartyType: string
Party Type
-
accRoleCode: string
Accounting Role Code
-
accRoleDesc: string
Accounting Role Description
-
accSettMethod: string
Settlement Method
-
accType: string
Account Type
-
accountNo: string
Account Number
-
amountCcy: string
Amount Currency
-
amountType: string
Amount Type
-
applicationCode: string
Application Code
-
authorizationStatus: string
Authorization Status
-
dateFrom: string
Pattern:
^\d{4}-\d{2}-\d{2}$
Date From -
dateRefBasis: string
Date Type
-
dateTo: string
Pattern:
^\d{4}-\d{2}-\d{2}$
Date to -
drCrIndicator: string
Debit Credit Indicator
-
ecaRefNo: string
ECA Ref Number
-
eventCode: string
Event Code
-
eventSrNo: string
Event Sr No.
-
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
-
externalBranchRoutingCode: integer(int64)
External Branch Routing Code
-
id: string
Id
-
includecloseandunauth: boolean
includecloseandunauth need to be set to fetch summary record, defult value is false
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
paymentMode: string
Payment Mode
-
postingStatus: string
Posting Status
-
productCode: string
Product Code
-
refNo: string
Reference Number
-
seqNo: integer(int64)
Sequence Number
-
status: string
Status
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
Location
Root Schema : AccountingTransactionCollection
Type:
object
Collection of Accounting Transaction Models.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging Dto
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
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