Retrives the feecharge by given ID.
get
/obcr-fees-charges-services/feecharge/{id}/unauthorized
This endpoint is used to retrives the feecharge identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Id of the user that needs to be fetched
Header Parameters
-
appId(required): string
Application ID
-
branchCode(required): string
Branch Code
-
contentType: string
Content Type
-
tenantId: string
Tenant ID
-
userId(required): string
User ID
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the feecharge based on given id.
Root Schema : DmTmFeeChargeCollection
Type:
object
Collection of feecharge.
Show Source
-
data:
array data
-
paging:
object PagingDto
Paging data transfer object.
Nested Schema : PagingDto
Type:
object
Paging data transfer object.
Show Source
-
totalResults:
integer
Total results
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmFeeChargeDTO-allOf[1]
Type:
Show Source
object
-
chgPrcTmpltId:
string
Charge Price ID
-
DmTmFeesDtlsDTO:
array DmTmFeesDtlsDTO
-
effectiveDt:
string
Effective Date
-
expiryDt:
string
Expiry Date
-
feeCatgry:
string
Fee Category
-
feeChrgCd:
string
Fee Charge Code
-
feeChrgDesc:
string
Fee Charge Description
-
feeChrgTyp:
string
Fee Charge Type
-
feeMthd:
string
Fee Method
-
id:
string
ID
-
productProcessorCd:
string
Product Processor Code
-
resourceId:
string
Resource ID
-
ruleId:
string
Rule ID
Nested Schema : DmTmFeesDtlsDTO
Type:
Show Source
object
-
baseAmnt:
string
Base Amount
-
feechargeMasterId:
string
Fee Charge Master ID
-
feesVal:
number
Fee Value
-
id:
string
ID
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error