Adds a new txn with skip DDA
post
/service/txnPostingWithSkipDda
This endpoint is used to add a new transaction with skip DDA.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for creating a new txn
Nested Schema : VatRequestDetServiceDTO
Type:
Show Source
object
-
addlText(optional):
string
Minimum Length:
0
Maximum Length:4000
Customer narrative information received from External System or User can also enter the addl text -
amtInTxnAccCcy(optional):
number
-
blkReleaseStatus(optional):
string
Maximum Length:
1
Pattern:[P,F]
-
ddaOffset(optional):
string
-
drCrInd:
string
Maximum Length:
1
Pattern:[D,C]
-
ecaOrBlockRefNo(optional):
string
-
exchRate(optional):
number
-
forceDebit(optional):
string
Maximum Length:
1
Default Value:N
Pattern:[Y,N]
-
reconRefNo(optional):
string
-
txnAccount:
string
-
txnAccountBrn:
string
Maximum Length:
3
-
txnAccountCcy(optional):
string
Maximum Length:
3
-
txnAmount:
number
-
txnCcy:
string
Maximum Length:
3
-
txnCode:
string
-
valueDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created txn
Nested Schema : items
Type:
object
Nested Schema : ResourceSupport
Match All
Show Source
-
object
ResourceSupport-allOf[0]
Discriminator:
resource_type
Nested Schema : ResourceSupport-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : TransactionMasterDTO-allOf[1]
Type:
Show Source
object
-
authStatus(optional):
string
-
bookingDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
checkerDtStamp(optional):
string(date)
-
checkerId(optional):
string
-
initialChecker(optional):
string
-
initialMaker(optional):
string
-
initiationDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
keyId(optional):
string
-
makerDtStamp(optional):
string(date)
-
makerId(optional):
string
-
originalReferenceNo(optional):
string
-
sourceCode(optional):
string
-
sourceReferenceNo(optional):
string
-
transactionDetailsDTOList(optional):
array transactionDetailsDTOList
-
transactionStatus(optional):
string
-
txnRefNo(optional):
string
Nested Schema : TransactionDetailsDTO
Type:
Show Source
object
-
accountType(optional):
string
-
addlText(optional):
string
Minimum Length:
0
Maximum Length:4000
Customer narrative information received from External System or User can also enter the addl text -
amtInRealAccCcy(optional):
number
-
amtInTxnAccCcy(optional):
number
-
blkReleaseStatus(optional):
string
Maximum Length:
1
Pattern:[P,F]
-
ddaOffset(optional):
string
-
drCrInd(optional):
string
-
ecaOrBlockRefNo(optional):
string
-
entrySerialNo(optional):
number
-
exchRate(optional):
number
-
excRateTxccyRaccy(optional):
number
-
forceDebit(optional):
string
-
id(optional):
string
-
realAccCcy(optional):
string
-
realAccClass(optional):
string
-
realAccountBrn(optional):
string
-
realAccountNo(optional):
string
-
realCustomerNo(optional):
string
-
reconRefNo(optional):
string
-
reportingInfo(optional):
string
-
restrictionId(optional):
string
-
skipDDAEntries(optional):
string
-
txnAccount(optional):
string
-
txnAccountBrn(optional):
string
-
txnAccountCcy(optional):
string
-
txnAmount(optional):
number
-
txnCcy(optional):
string
-
txnCode(optional):
string
-
txnMasterId(optional):
string
-
txnRefNo(optional):
string
-
valueDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
400 Response
Bad request error, the server is unable to process the request.
401 Response
Unauthorized request error, invalid credentials.
403 Response
Request denied, no permission to access the request.
405 Response
Request denied, invalid input.
500 Response
Internal server error.