Create the charges transaction details
post
/service/v1/postChargesTxnData
This endpoint is used to create the charges transaction details.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
App Id
-
branchCode(required): string
Branch Code
-
userId(required): string
User Id
Request body with charges transaction details to be persisted
Nested Schema : ObChargesTxnDTO
Type:
Show Source
object-
allowOverride:
string
-
allowPrcModify:
string
-
allowWaive:
string
-
applicationCode:
string
-
autoWaive:
string
-
branchCode:
string
-
calcEndDate:
string(date)
-
calcErrorCode:
string
-
calcFreq:
string
-
calcRefPeriod:
string
-
calcStartDate:
string(date)
-
calcType:
string
-
calcUnits:
number
-
chargeAmount:
number
-
chargeCategory:
string
-
chargeCode:
string
-
chargeCodeDesc:
string
-
chargeCriteria:
string
-
chargeCriteriaValue:
number
-
chargeGroup:
string
-
chargeType:
string
-
chgCalcDate:
string(date)
-
chgCriteriaCcy:
string
-
chgCriteriaCount:
string
-
chgSharing:
string
-
chgSharingPct:
number
-
collectionFreq:
string
-
collectionRefPeriod:
string
-
collectionType:
string
-
collectionUnits:
number
-
creditAccNumber:
string
-
debitAccNumber:
string
-
eventCode:
string
-
exchangeRate:
number
-
firstChgCalcDate:
string(date)
-
firstChgCollDate:
string(date)
-
instrumentType:
string
-
nextChgCalcDate:
string(date)
-
nextChgCollDate:
string(date)
-
parentChargeCode:
string
-
partyId:
string
-
partyName:
string
-
partyToCharge:
string
-
postingErrorCode:
string
-
priceMethodDesc:
string
-
priceTemplateId:
string
-
referenceEndDate:
string
-
referenceEndDateValue:
string(date)
-
referenceStartDate:
string
-
referenceStartDateValue:
string(date)
-
txnCcy:
string
-
txnRefNo:
string
Response
Supported Media Types
- application/json
- application/xml
200 Response
Success
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