Authorize the accounting entry code
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
-
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
-
amount(optional):
number
Amount
-
amountAccCcy(optional):
number
Amount Account Currency
-
amountCcy(optional):
string
Amount Currency
-
amountType(optional):
string
Amount Type
-
drCrIndicator(optional):
string
Debit Credit Indicator
-
ecaRefNo(optional):
string
Eca Reference Number
-
errorCode(optional):
string
Error Code
-
errorDesc(optional):
string
Error Description
-
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
-
financeRefNo(optional):
string
Finance Reference Number
-
id(optional):
string
Id
-
paymentMode(optional):
string
Payment Mode
-
routingCode(optional):
number
Routing Code
-
seqNo(optional):
integer(int64)
Sequence Number
-
status(optional):
string
Status
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Root Schema : ResponseDtoWrapper
Type:
object
Collection of ResponseDto and ResponseResourceSupport
Show Source
-
data(optional):
object ResponseResourceSupport
Response DTO which extends RepresentationModel of Spring HATEOAS
-
messages(optional):
object ResponseDto
ResponseDto stores the response status and code.
Nested Schema : ResponseResourceSupport
Type:
object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type:
object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type:
Show Source
array
-
Array of:
object ResponseCode
ResponseCode stores the response details.
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error