Update a transaction exchange rate queue record
post
/service/txnqueues
This endpoint is used to update a transaction exchange rate queue record and transaction status.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for updating a transaction echange rate queue record.
Nested Schema : TxnMasterServiceDTO-allOf[0]
Type:
Show Source
object
-
authStatus:
string
-
bookingDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
checkerDtStamp:
string(date)
-
checkerId:
string
-
initialChecker:
string
-
initialMaker:
string
-
initiationDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
makerDtStamp:
string(date)
-
makerId:
string
-
originalReferenceNo:
string
-
sourceCode:
string
-
sourceReferenceNo:
string
-
transactionStatus:
string
-
txnDetailsServiceDTOList:
array txnDetailsServiceDTOList
-
txnRefNo:
string
Nested Schema : TxnDetailsServiceDTO
Type:
Show Source
object
-
accountType:
string
-
addlText:
string
-
amtInRealAccCcy:
number
-
amtInTxnAccCcy:
number
-
ddaOffset:
string
-
drCrInd:
string
-
ecaOrBlockRefNo:
string
-
entrySerialNo:
number
-
exchRate:
number
-
excRateTxccyRaccy:
number
-
forceDebit:
string
-
realAccCcy:
string
-
realAccClass:
string
-
realAccountBrn:
string
-
realAccountNo:
string
-
reconRefNo:
string
-
reportingInfo:
string
-
skipDDAEntries:
string
-
txnAccount:
string
-
txnAccountBrn:
string
-
txnAccountCcy:
string
-
txnAmount:
number
-
txnCcy:
string
-
txnCode:
string
-
txnExchRateQueueServiceDTO:
object TxnExchRateQueueServiceDTO
-
txnRefNo:
string
-
valueDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Response
Supported Media Types
- application/json
- text/csv
- application/xml
201 Response
Returns message of succes or failure.
Headers
-
Location: string
URL of updated transaction echange rate queue record
Nested Schema : TxnMasterServiceDTO-allOf[0]
Type:
Show Source
object
-
authStatus:
string
-
bookingDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
checkerDtStamp:
string(date)
-
checkerId:
string
-
initialChecker:
string
-
initialMaker:
string
-
initiationDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
-
makerDtStamp:
string(date)
-
makerId:
string
-
originalReferenceNo:
string
-
sourceCode:
string
-
sourceReferenceNo:
string
-
transactionStatus:
string
-
txnDetailsServiceDTOList:
array txnDetailsServiceDTOList
-
txnRefNo:
string
Nested Schema : TxnDetailsServiceDTO
Type:
Show Source
object
-
accountType:
string
-
addlText:
string
-
amtInRealAccCcy:
number
-
amtInTxnAccCcy:
number
-
ddaOffset:
string
-
drCrInd:
string
-
ecaOrBlockRefNo:
string
-
entrySerialNo:
number
-
exchRate:
number
-
excRateTxccyRaccy:
number
-
forceDebit:
string
-
realAccCcy:
string
-
realAccClass:
string
-
realAccountBrn:
string
-
realAccountNo:
string
-
reconRefNo:
string
-
reportingInfo:
string
-
skipDDAEntries:
string
-
txnAccount:
string
-
txnAccountBrn:
string
-
txnAccountCcy:
string
-
txnAmount:
number
-
txnCcy:
string
-
txnCode:
string
-
txnExchRateQueueServiceDTO:
object TxnExchRateQueueServiceDTO
-
txnRefNo:
string
-
valueDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Nested Schema : items
Type:
object
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