Fetches reconciliation rule details
get
/service/v1/getReconRuleDetails
This service fetches reconciliation rule details based on given parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
authStatus
-
partyId: string
partyId
-
reconCategory: string
-
reconType: string
-
recordStat: string
recordStatus
-
ruleDescription: string
-
ruleId: string
Header Parameters
-
appId(required): string
appId
-
branchCode(required): string
branchCode
-
userId(required): string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully received all Recon Rule details
Headers
-
Location: string
Location
Root Schema : ScfReconGetDetailsDTO
Type:
Show Source
object
-
action:
string
Action
-
authStat:
string
Authorization Status
-
maxPriority:
string
Max Priority
-
modNo:
integer
Mod Number
-
paging:
object paging
paging
-
partyId:
string
Party Id
-
ReconRuleMasterList:
array ReconRuleMasterList
-
recordStat:
string
Record Status
Nested Schema : paging
Type:
object
paging
Nested Schema : ReconRuleMasterList
Type:
Show Source
array
-
Array of:
object ScfReconRuleDefinitionCollection
Collection of reconruledefinition.
Nested Schema : ScfReconRuleDefinitionCollection
Type:
object
Collection of reconruledefinition.
Show Source
Nested Schema : ReconRuleDefinitionDetailsDTO
Type:
Show Source
object
-
allocationBasis:
string
Allocation Basis
-
allocVirtualAccounts:
array allocVirtualAccounts
-
baseEntity:
string
Base Entity
-
baseOnAttr:
string
Base on Atrribute
-
executeGeneric:
string
Execute Generic
-
genericCriteria:
string
Generic Criteria
-
groupsAndConditions:
array groupsAndConditions
-
id:
string
Id
-
priority:
number
Priority
-
reconAllocationDTO:
array reconAllocationDTO
-
reconCategory:
string
Recon Category
-
reconType:
string
Recon Type
-
ruleDescription:
string
Rule Description
-
ruleId:
string
Rule Id
-
rulePartyLinkageFlag:
string
Rule party mapping
Nested Schema : RuleElementDetailsDTO
Type:
Show Source
object
-
caseSensitive:
boolean
Default Value:
false
Boolean value to identify whether this condition is case sensitive -
connectingOperator:
string
Logical Operator applied between all groups, this is the connecting operator
-
groupsAndConditions:
array groupsAndConditions
-
id:
string
Unique identifier for a group or condition
-
isGroup:
boolean
Boolean value to identify whether this child is a group or condition
-
level:
number
This helps to identify the nesting level.
-
matchingCriteria:
string
Matching Criteria
-
patternTypeLHS:
object PatternTypeDTO
-
patternTypeRHS:
object PatternTypeDTO
-
reconEntityAttribLHS:
string
Will be provided if Single entity is LHS entity or if single entity is N. Attribute which user wants to use for recon
-
reconEntityAttribRHS:
string
Will be provided if Single entity is RHS entity or if single entity is N. Attribute which user wants to use for recon
-
reconEntityLHS:
string
Should be null or not present if isGroup is true
-
reconEntityRHS:
string
Should be null or not present if isGroup is true
Nested Schema : PatternTypeDTO
Type:
Show Source
object
-
inputValue1:
string
Input Value1
-
inputValue2:
string
Input Value2
-
type:
string
Type
Nested Schema : ReconAllocationDetailsDTO
Type:
Show Source
object
-
action:
string
Action
-
allocationParameter:
string
Allocation Parameter
-
id:
string
Id
-
percentage:
number
Percentage
-
reconRuleDefinitionId:
string
Recon Rule Definition Id
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error