Charges Inquiry
get
/service/chargeInquiry
This enpoint is used to enquire the charges for a specific period for a given customer number.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
applicationCode: string
-
chargeCode(optional): string
-
collectionStatus(optional): string
-
fromDate: string
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
realCustomerNo: string
-
toDate: string
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns the charge maintenance actions based on given id.
Nested Schema : ChargeInquiryServiceDTO-allOf[0]
Type:
Show Source
object
-
additionalInfo(optional):
string
Additional Information on charge.
-
chargeAccount(optional):
string
Charge Account.
-
chargeAccountCCY(optional):
string
Charge Account Currency
-
chargeAccountName(optional):
string
Charge Account Name.
-
chargeAmount(optional):
number
Charge Amount.
-
chargeCCY(optional):
string
Charge Currency.
-
chargeCode(optional):
string
Charge Code.
-
chargeDescription(optional):
string
charge Description
-
chargeFromDate(optional):
string
charge from Date.
-
chargeToDate(optional):
string
charge to Date
-
collectionDate(optional):
string
collection Date
-
collectionStatus(optional):
string
Collection Status.
-
errorDesc(optional):
string
Error Description in case charge error.
-
exchangeRate(optional):
number
Exchange Rate
-
postedAmount(optional):
number
Posted Amount.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error