Disposition API
API for listing Complaint Disposition reasons for raising complaints for transactions.
Endpoint |
---|
Request: GET /masters/disposition |
Response Parameters
The various parameters are explained below:
Parent Property/Element | Property/Element Name | Mandatory | Data Type | Description |
---|---|---|---|---|
[ROOT] (No parent property / element) | dispositionsList | M | List | List of dispositions |
dispositionsList | dispositionId | M | UUID | Unique ID associated with a specific Amount Breakup Set |
dispositionDescr | M | List | Lists all combinations of Amount Breakup Options configured by the Biller | |
generalResp | statusCode | M | Numeric | 200- SUCCESS Other than 200-Failure |
status | M | String | It is either “Success” or failure | |
message | M | String | Contains the reason message for failure / success | |
remarks | C | String |
Json Formatted Response Example
Last updated