Retrives the auto reconcilation rule definition by given ID
get
/web/v1/ruleDef/{id}/history
This endpoint is used to get the auto reconcilation rule definition by 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 auto reconcilation rule definition based on given id.
Root Schema : ScfTmReconRuleDefMasterCollection
Type:
object
Collection of reconruledef.
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 : ScfTmReconRuleDefMasterDTO
Type:
object
Match All
Show Source
-
allOf
GenericDto
GenericDto contains the generic transactional data and which extends RepresentationModel of Spring HATEOAS
-
object
ScfTmReconRuleDefMasterDTO-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 : ScfTmReconRuleDefMasterDTO-allOf[1]
Type:
Show Source
object
-
baseEntity(optional):
string
Base Entity
-
baseOnAttr(optional):
string
Base on attribute
-
genericCriteria(optional):
string
Generic Criteria
-
reconCategory(optional):
string
Recon Category
-
reconType(optional):
string
Recon Type
-
ruleDescription(optional):
string
Rule Description
-
ruleId(optional):
string
Rule Id
-
ScfTmExactReconMasterDTO(optional):
array ScfTmExactReconMasterDTO
-
txnControllerRefNo(optional):
string
Transaction Controller Reference Number
Nested Schema : ScfTmExactReconMasterDTO
Type:
Show Source
object
-
id(optional):
string
Id
-
matchCriteria(optional):
string
Match Criteria
-
matchPattern(optional):
string
Match Pattern
-
patternLhs(optional):
string
Pattern Lhs
-
patternRhs(optional):
string
Pattern Rhs
-
reconEntityAttrLhs(optional):
string
Recon Entity Attribute Lhs
-
reconEntityAttrRhs(optional):
string
Recon Entity Attribute Rhs
-
reconEntityLhs(optional):
string
Recon Entity Lhs
-
reconEntityRhs(optional):
string
Recon Entity Rhs
-
recRuleDefMasterId(optional):
string
Recon Rule Definition Master Id
-
ruleId(optional):
string
Rule Id
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error