Query charge amount for external posting
post
/service/queryExternalCharge
This endpoint is used to query the charge amount for External Posting.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
request body contains application code and customer/list of customer for which external posting entry details to be shared
Root Schema : QueryInputListDTO
Type:
Show Source
object
-
applicationCode:
string
application code
-
QueryInputDto(required):
array QueryInputDto
Match All
Show Source
Nested Schema : QueryInputListDTO-allOf[0]
Type:
object
Nested Schema : QueryInputDto
Type:
Show Source
object
-
realCustomerNo(required):
string
real customer no
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns the charge maintenance actions based on given id.
Nested Schema : data
Type:
Show Source
array
-
Array of:
object ExternalChgPostingEntriesDTO
External charge posting details
Nested Schema : ExternalChgPostingEntriesDTO
Type:
object
External charge posting details
Match All
Show Source
Nested Schema : ExternalChgPostingEntriesDTO-allOf[0]
Type:
Show Source
object
-
accountingEntry:
array accountingEntry
-
applicationCode:
string
application code
-
chgRefno:
string
charge reference number
-
realCustomerNo:
string
real customer number
-
txnBranch:
string
Transaction Branch
Nested Schema : accountingEntry
Type:
Show Source
array
-
Array of:
object AccountingEntryDto
Accounting Entry details
Nested Schema : AccountingEntryDto
Type:
object
Accounting Entry details
Show Source
-
accountBranch:
string
Account Branch
-
accountccy:
string
Account currency
-
accountNumber:
string
Account number
-
addlInfo:
string
Additional Information
-
amntInAccCcy:
number
Amount in account currency
-
amntInChgCcy:
number
amount in charge currency
-
chargeCcy:
string
charge currency
-
chargeCode:
string
charge code
-
chargeCodeDesc:
string
charge code description
-
debitCreditInd:
string
debit credit indicator
-
eventserialNo:
string
event serial number
-
txnCode:
string
Transaction Code
-
valueDate:
string
Value Date
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error