Retrives the charge pricing template by given ID
get
/web/v1/chgPrcTmpl/{id}/unauthorized
This endpoint is used to get the charge pricing template identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id: string
Id of the user that needs to be fetched
Header Parameters
-
appId: string
-
branchCode: string
branchCode
-
userId: string
userId
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the charge pricing template based on given id.
Root Schema : CmcTmChgPrcTmpltCollection
Type:
object
Collection of Charge Price Rules.
Show Source
-
data(optional):
array data
-
paging(optional):
object PagingDto
Contains the paging data like Total Results and Next/Prev Links
Nested Schema : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : CmcTmChgPrcTmpltDTO
Type:
Show Source
object
-
annumBasis(optional):
string
Annum Basis
-
applicationCode(optional):
string
Application Code
-
chgInTxnCcy(optional):
string
Charge In Transaction Currency Flag
-
chgPrcDesc(optional):
string
Price Method Description
-
chgPrcTemplateId(optional):
string
Price Rule Id
-
CmcTmChgPrcTiersDTO(optional):
array CmcTmChgPrcTiersDTO
-
fixedAmt(optional):
number
Fixed Amount
-
fixedPct(optional):
number
Fixed Percentage
-
flatChg(optional):
string
Flat Charge Flag
-
maxChgAmount(optional):
number
Maximum Charge Amount
-
maxChgPct(optional):
number
Maximum Charge Percentage
-
minChgAmount(optional):
number
Minimum Charge Amount
-
minChgPct(optional):
number
Minimum Charge Percentage
-
minMaxValidationCriteria(optional):
string
Min-Max CHarge Criteria
-
ObTmChgPrcTiersDTO(optional):
array ObTmChgPrcTiersDTO
-
prcCategory(optional):
string
Price Category
-
prcCategoryDesc(optional):
string
Price Category Description
-
prcCcy(optional):
string
Price Rule Currency
-
prcMethod(optional):
string
Price Method
-
prcMethodDesc(optional):
string
Price Method Description
-
txnControllerRefNo(optional):
string
Transaction COntroller Reference Number
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
CmcTmChgPrcTmpltDTO-allOf[1]
Nested Schema : GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : CmcTmChgPrcTmpltDTO-allOf[1]
Type:
object
Nested Schema : CmcTmChgPrcTiersDTO
Type:
Show Source
object
-
amount(optional):
number
Slab Amount
-
chgPrcTemplateId(optional):
string
Price Rule Id
-
fromSlab(optional):
number
Slab start limit
-
id(optional):
string
Id
-
pct(optional):
number
Slab Percentage
-
prcMasterId(optional):
string
Price rule master id
-
toSlab(optional):
number
Slab end limit
-
unit(optional):
number
Slab units
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error