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(required): string
Key of the accentrycode maintenance
Header Parameters
-
appId(required): string
Application Id
-
branchCode(required): string
Branch Code
-
userId(required): 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
-
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
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful operation.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
Show Source
object
-
codes:
array codes
Codes
-
id:
string
Id
-
requestId:
string
-
status:
string
Status
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