Authorize the accounting entry code by given ID
patch
/service/v1/accountingpost/{refNo}/approve
This endpoint is used to authorize the accounting entry code identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
refNo: string
Key of the accentrycode maintenance
Header Parameters
-
appId: string
Application Id
-
branchCode: string
Branch Code
-
userId: string
User Id
Request body contain accentrycode and Modification no of accentrycode maintenance which need to be deleted"
Root Schema : AccountingTransactionCollection
Type:
object
Collection of Accounting Transaction Models.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object AccountingTransactionModel
Accounting Transaction Model
Nested Schema : AccountingTransactionModel
Type:
object
Accounting Transaction Model
Show Source
-
accClass(optional):
string
Account Class
-
accEntryAttributeList(optional):
array accEntryAttributeList
-
accEntryDesc(optional):
string
Account Entry Description
-
accEntrySeq(optional):
integer(int64)
Account Entry Sequence
-
accountCcy(optional):
string
Account Currency
-
accountingEntryCode(optional):
string
Accounting Entry Code
-
accountNo(optional):
string
Account Number
-
accPartyId(optional):
string
Account Party Id
-
accPartyType(optional):
string
Account Party Type
-
accRoleCode(optional):
string
Account Role Code
-
accRoleDesc(optional):
string
Account Role Description
-
accSettMethod(optional):
string
Account Settlement Method
-
accType(optional):
string
Account Type
-
actualPostingAmt(optional):
number
Actual Posting Amount
-
additionalField1(optional):
string
Additional Field1
-
additionalField10(optional):
string
Additional Field10
-
additionalField2(optional):
string
Additional Field2
-
additionalField3(optional):
string
Additional Field3
-
additionalField4(optional):
string
Additional Field4
-
additionalField5(optional):
string
Additional Field5
-
additionalField6(optional):
string
Additional Field6
-
additionalField7(optional):
string
Additional Field7
-
additionalField8(optional):
string
Additional Field8
-
additionalField9(optional):
string
Additional Field9
-
amount(optional):
number
Amount
-
amountAccCcy(optional):
number
Amount Account Currency
-
amountCcy(optional):
string
Amount Currency
-
amountType(optional):
string
Amount Type
-
applicationCode(optional):
string
Application Code
-
blkRefNo(optional):
string
Block Ref No
-
checkerDateStamp(optional):
string
Checker Datestamp
-
checkerId(optional):
string
Checker Id
-
clearingRefNo(optional):
string
Clearing Ref No
-
creditExternalAttributeList(optional):
array creditExternalAttributeList
-
creditIntAcntList(optional):
array creditIntAcntList
-
creditInternalAttributeList(optional):
array creditInternalAttributeList
-
debitExternalAttributeList(optional):
array debitExternalAttributeList
-
debitIntAcntList(optional):
array debitIntAcntList
-
debitInternalAttributeList(optional):
array debitInternalAttributeList
-
drCrIndicator(optional):
string
Debit Credit Indicator
-
ecaErrorCode(optional):
string
ECA Error Code
-
ecaRefNo(optional):
string
Eca Reference Number
-
ecaStatus(optional):
string
ECA Status
-
eventCode(optional):
string
Event Code
-
eventSrNo(optional):
number
Event Serial Number
-
exchangeRate(optional):
number
Exchange Rate
-
externalAccount(optional):
string
External Account
-
externalAccountCcy(optional):
string
External Account Currency
-
externalBankId(optional):
string
External Bank Id
-
externalBankName(optional):
string
External Bank Name
-
externalBranchCode(optional):
string
External Branch Code
-
externalBranchName(optional):
string
External Branch Name
-
externalBranchRoutingCode(optional):
string
External Branch Routing Code
-
extPmtErrorCode(optional):
string
Payment Error Code
-
extPmtErrorCodeDesc(optional):
string
External Payment Error description
-
id(optional):
string
Id
-
makererDateStamp(optional):
string
Maker Datestamp
-
makerId(optional):
string
Maker Id
-
paymentMode(optional):
string
Payment Mode
-
paymentRefNo(optional):
string
Payment Ref No
-
paymentStatus(optional):
string
Payment Status
-
postingErrorCode(optional):
string
Posting Error Code
-
postingRefNo(optional):
string
Psting Ref No
-
postingStatus(optional):
string
Posting Status
-
processingDate(optional):
string
Processing date
-
productCode(optional):
string
Product code
-
refNo(optional):
string
Reference Number
-
seqNo(optional):
integer(int64)
Sequence Number
-
stage(optional):
string
Stage
-
status(optional):
string
Status
-
txnBranchCode(optional):
string
Transaction Branch Code
-
vaContraAccountNo(optional):
string
VA Contra Account Number
-
vaFlagYN(optional):
string
Virtual Account flag as Y or N
-
valueDate(optional):
string
Value Date
-
vamPostingRefNo(optional):
string
VAM Posting Ref No
-
vamPostingStatus(optional):
string
VAM Posting Status
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
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Root Schema : ResponseDtoWrapper
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error